-
Notifications
You must be signed in to change notification settings - Fork 93
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
batch insert operation hangs with 3.3.0 #281
Comments
Thanks for your detailled example. |
I had set it already (actually to 1G).. Modified test case checks, and if necessary sets MAX_ALLOWED_PACKET
Hang is still observed |
i mean something like :
(set the right amount, 16777216 is the default example, but it must be at least that amount to solve the issue until next release, this won't have other impact and will solve the issue) |
Set to 1G and it appears to work.. However with a slightly different data set I got a broken connection...
|
The ECONRESET appears to be Windows specific .... |
Thank you already for the clear test case. I was able to reproduce it. |
@rusher |
Given the following environment (Windows 11)
And the following code
The batch insert operation hangs
TEST_DATA.zip
The text was updated successfully, but these errors were encountered: