Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Hypersistence Optimizer Issues: Blocker: PooledSequenceOptimizerEvent - #2218

Merged
anthonysena merged 1 commit into
OHDSI:masterfrom
ecruz165:refactor/hibernate-config-id-new-generator-mappings-true
Apr 4, 2023
Merged

anthonysena merged 1 commit into
OHDSI:masterfrom
ecruz165:refactor/hibernate-config-id-new-generator-mappings-true

Conversation

@ecruz165

Copy link
Copy Markdown
Contributor

No description provided.

@chrisknoll

Copy link
Copy Markdown
Collaborator

Did you want to fold multiple changes to address Hypersistence Optimizer concerns into a single PR? I'm not sure if we're going to be fixing dozens or hundreds of messages (leading to the same number of PRs). Did you want to have this PR for issues of a certain severity (ie: critical and high?)

@ecruz165

Copy link
Copy Markdown
Contributor Author

This was only one marked blocker. CLose out this PR. It is a same and easy one.

The report pointed out 165 issues were found: 1 BLOCKER, 80 CRITICAL, 40 MAJOR, 44 MINOR. I'll review the critical and group a PR by type of issue raised.

@chrisknoll

Copy link
Copy Markdown
Collaborator

Ok, that's fine if this one covers all the 'blocker' category, we'll just leave the PR as-is and we'll merge it in as soon as we're done with our 2.13 release (which should be soon).

@ecruz165 ecruz165 changed the title Hypersistentence Optimizer reports an issue marked as blocker Hypersistence Optimizer Issues: Blocker: PooledSequenceOptimizerEvent Feb 25, 2023
@anthonysena anthonysena added this to the v2.14 milestone Apr 4, 2023
@anthonysena
anthonysena merged commit f46d2ca into OHDSI:master Apr 4, 2023
@anthonysena anthonysena linked an issue Apr 4, 2023 that may be closed by this pull request
@anthonysena anthonysena removed this from the v2.14 milestone Apr 4, 2023
@alex-odysseus

Copy link
Copy Markdown
Contributor

@ecruz165 @chrisknoll @anthonysena @wivern @anton-abushkevich @ssuvorov-fls

Don't you find it risky to have the algorithm changed? Would it be possible that a new sequence generator algorithm will generate an identifier which already exists?

1a114fa (I read that from Hibernate 5 the default value is "true" but we set it explicitly to "false")

@chrisknoll

Copy link
Copy Markdown
Collaborator

We marked it false in that commit because it messed with the 'implicit' auto generated columns in hibernate that we were using at the time.

Since then, we went to an explicit sequence generator, and so this option doesn't apply to us anymore.

pieterlukasse pushed a commit to pieterlukasse/WebAPI that referenced this pull request Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

No open projects
Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

Upgrade to Spring Boot 2.3

4 participants