-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when inserting in batch with joined table inheritance #1867
Comments
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Mar 12, 2024
Hello, sorry to bother, any news about this? Or any alternative where I can use a batch size bigger than 1? I have endpoints taking more than 30 minutes... |
No news, sorry. But I've finished the upgrade to Hibernate ORM 6.5, so I might have time to look into this soon. |
dreab8
added a commit
to dreab8/hibernate-reactive
that referenced
this issue
Mar 7, 2025
dreab8
pushed a commit
to dreab8/hibernate-reactive
that referenced
this issue
Mar 7, 2025
dreab8
added a commit
to dreab8/hibernate-reactive
that referenced
this issue
Mar 7, 2025
dreab8
pushed a commit
to dreab8/hibernate-reactive
that referenced
this issue
Mar 7, 2025
dreab8
pushed a commit
to dreab8/hibernate-reactive
that referenced
this issue
Mar 7, 2025
dreab8
added a commit
to dreab8/hibernate-reactive
that referenced
this issue
Mar 26, 2025
dreab8
pushed a commit
to dreab8/hibernate-reactive
that referenced
this issue
Mar 26, 2025
dreab8
pushed a commit
to dreab8/hibernate-reactive
that referenced
this issue
Mar 26, 2025
dreab8
added a commit
to dreab8/hibernate-reactive
that referenced
this issue
Mar 28, 2025
dreab8
pushed a commit
to dreab8/hibernate-reactive
that referenced
this issue
Mar 28, 2025
dreab8
pushed a commit
to dreab8/hibernate-reactive
that referenced
this issue
Mar 28, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See quarkusio/quarkus#38948
A test is available here: DavideD@10ab8cd
The test only fails when batching is enabled.
The problem is in the way we have implemented ReactiveMutationExecutorStandard#performReactiveBatchedOperations.
It shouldn't delegate to the super reactive class, it should instead implement the batching and mimic what's happening in
MutationExecutorStandard#performBatchOperations
The test passes without batching.
I will look into this after the upgrade to ORM 6.5.
The text was updated successfully, but these errors were encountered: