-
Notifications
You must be signed in to change notification settings - Fork 204
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
"Needed to have 6 in buffer but only had 0" #899
Comments
it's an issue I was not aware of and that is specific to DB2, I believe we need to engage with somebody familiar. |
I'll start taking a look at this. |
thank you Mark
…On Tue, Feb 23, 2021 at 4:43 PM Mark Swatosh ***@***.***> wrote:
I'll start taking a look at this.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#899 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABXDCXSCPOKWFCDDKSTZUTTAPEL7ANCNFSM4YAP2FUQ>
.
|
@mswatosh any progress on this ? |
@mswatosh have you had the chance to investigate this one ? |
It looks like the issue here is sometimes we haven't received the full response over the network, so this method (ensureALayerDataInBuffer) needs to be updated to 'wait' for enough of the response to continue, but without blocking the thread. |
Hey @vietj @tsegismont , would you have time to investigate this in the foreseeable future? We currently need to disable tests in Hibernate Reactive because of it, and the list of disabled tests is growing... :) |
Unfortunately for DB2 we can't do much. We got experts contributing in the past but not recently |
In the HR test suite I had to disable a test, as seen here:
https://github.com/hibernate/hibernate-reactive/blob/2ff95a963d18c863853f6258490d4ace341eb00c/hibernate-reactive-core/src/test/java/org/hibernate/reactive/OrderedEmbeddableCollectionTest.java#L32
because of an intermittent error that only occurred on DB2 when running the whole test suite (and not the single test).
From the error message it looks like this is something y'all know about already.
The text was updated successfully, but these errors were encountered: