Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

[dev.icinga.com #3412] ido2db on oracle: move output fields from varchar to clob #1157

Closed
icinga-migration opened this issue Oct 29, 2012 · 13 comments

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/3412

Created by Tommi on 2012-10-29 20:41:46 +00:00

Assignee: Tommi
Status: Resolved (closed on 2013-04-16 09:21:27 +00:00)
Target Version: 1.9
Last Update: 2014-12-08 14:37:56 +00:00 (in Redmine)


output data from checks may reach up to 8k in size (or more), but oracle varchar type is limited to 4k bytes. to prevent truncating data a change to clob (character large object) is required

Changesets

2012-10-31 18:42:52 +00:00 by Tommi 286e0d8fde31d7296cc710a67697a86ec38faff7

idoutils: change output fields to clob - add create and update sql

refs #3412

2012-10-31 20:22:17 +00:00 by Tommi aac510047471476617b2138150d7cab4d0424225

idoutils: Oracle - change output fields to clob

refs #3412

2012-10-31 20:59:03 +00:00 by Tommi 448fb46632d9100295b0599b2c1779038fcdd2a4

idoutils: fixed dropped binding from last commit

refs #3412

2013-03-11 21:16:32 +00:00 by Tommi 8584e505fda90de8311810c282481ea9eb8ac505

idoutils: change output fields to clob - add create and update sql

refs #3412

2013-03-11 21:20:42 +00:00 by Tommi 0604961c655db069bce2b3b03419f878012ca367

idoutils: fixed dropped binding from last commit

refs #3412

2013-03-11 21:20:42 +00:00 by Tommi 985851bac9ec3402b1772b95f5c12903c464c991

idoutils: Oracle - change output fields to clob

refs #3412

2013-04-16 07:35:24 +00:00 by Tommi 4eb4467

idoutils: change output fields to clob - add create and update sql

refs #3412

2013-04-16 07:35:45 +00:00 by Tommi 4384f2d

idoutils: fixed dropped binding from last commit

refs #3412

2013-04-16 07:35:45 +00:00 by Tommi a4fadf2

idoutils: Oracle - change output fields to clob

refs #3412

Relations:

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2012-10-30 16:41:35 +00:00

  • Target Version set to 1.9

for the upgrade sqls - i've prepared them from 'next' on, if you merge dev/ido in your dev tree for 1.9, you'll get them for free - insert your very own changes needed, and then commit on top of that merged history.

@icinga-migration
Copy link
Author

Updated by Tommi on 2012-11-01 14:05:46 +00:00

  • Status changed from Assigned to Feedback
  • Done % changed from 0 to 50

first shot available for tests

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2013-03-10 15:01:30 +00:00

which branch is that in, and is it finally tested for a merge?

@icinga-migration
Copy link
Author

Updated by Tommi on 2013-03-10 20:45:00 +00:00

branch is tdressler/output_clob, a feature branch, after you decided this not to accept as fix for #3325. Works fine for me, but no feedback from others (as usual).

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2013-03-11 20:55:12 +00:00

well given the size of the diff, i consider this as a feature, and not suitable for a bugfix release. that's the main reason why i refuse to add such "rewrites" into the fixed tree, where new additions will create new bugs and so on. you know the game.

regarding tests - if we all know where this can be found, we all could test (and merge it). so i was asking about that, and now i can actually do that with my oracle xe install.

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2013-03-11 22:13:07 +00:00

rebasing failed due to some seq_name and notification id rewrites, but generally resolved in the dev/ido tree with a rewind and rebase putting the commits on top the current tree.

lives now in 'test/ido' for further tests.

@icinga-migration
Copy link
Author

Updated by Tommi on 2013-03-13 21:16:22 +00:00

i rebased my tree with dev/ido, dont know why it made additional commits. Compiles fine, no problems with installing and running so far.
But there came up a new problem in icinga-web(current git master), which is looks like unable to handle the bigger amount of data in output columns. see my report in #3855

regarding tests i would expect to get it tested atleast from gunnar because he raised the request. Since you are working now in the same company you can discuss this face to face

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2013-03-13 23:07:12 +00:00

Tommi wrote:

i rebased my tree with dev/ido, dont know why it made additional commits. Compiles fine, no problems with installing and running so far.

well i had to fix mysql - see #3408
when editing the same code regions, auto-merge will fail, even on a rebase. so i fixed the rebase, you are still the author but i am the committer.

But there came up a new problem in icinga-web(current git master), which is looks like unable to handle the bigger amount of data in output columns. see my report in #3855

good. i guess you now understand why i don't want such changes in minor bugfix releases with such side effects.

regarding tests i would expect to get it tested atleast from gunnar because he raised the request. Since you are working now in the same company you can discuss this face to face

mhm. and what i do in my spare time while working on these issues does not render my work stuff related to coordinate the communication between you two. if you got a problem with gunnar's feedback, get in touch with him in person and in private - as two adults. i've already taken the liberty to coordinate the code fixes and actually test them myself - as core release manager.

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2013-04-06 22:20:05 +00:00

rebranched into mfriedrich/clob until the web issue is resolved.

https://git.icinga.org/?p=icinga-core.git;a=shortlog;h=refs/heads/mfriedrich/clob

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2013-04-12 19:07:49 +00:00

  • Target Version deleted 1.9

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2013-04-16 09:14:11 +00:00

  • Target Version set to 1.9

by resolving #3965 this has been run as test branch in order to fully see output/long_output/perfdata in the making, and will allow us to properly merge this into 1.9 - mfriedrich/clob is already rebased against current next for those tests. thanks for implementing and fixing.

further final tests are still required.

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2013-04-16 09:21:27 +00:00

  • Status changed from Feedback to Resolved
  • Done % changed from 50 to 100

pushed to 'next'.

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-12-08 14:37:56 +00:00

  • Project changed from 18 to Core, Classic UI, IDOUtils
  • Category changed from 79 to IDOUtils

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant