-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
Manticore 6.2.0 WARNING: conn (local)(12), sock=8088: bailing on failed MySQL header, AsyncNetInputBuffer_c::AppendData: error 11 (Resource temporarily unavailable) return -1 #1337
Comments
what client do you use for this warning to pop up? |
I use PHP PDO, connect using Socket rather than Port 9306. Work fine on Manticore 6.0.4 and before. Downgraded to 6.0.4 and work fine. |
Hi,
Node.js with mysql2 library crashing with
|
This is not an error, but a warning. You can easily reproduce it by
Can't reproduce:
Please provide a script to reproduce the crash. |
should be fixed at 0a880563 and now |
There is an error on on searchd.log after Upgrade to 6.2.0 from 6.0.4.
[Sun Aug 6 21:10:14.727 2023] [17639] WARNING: conn (local)(12), sock=8088: bailing on failed MySQL header, AsyncNetInputBuffer_c::AppendData: error 11 (Resource temporarily unavailable) return -1
[Sun Aug 6 21:10:14.727 2023] [17639] WARNING: send() failed: 32: Broken pipe, sock=8088
[Sun Aug 6 21:10:17.733 2023] [17643] WARNING: conn (local)(113), sock=8189: bailing on failed MySQL header, AsyncNetInputBuffer_c::AppendData: error 11 (Resource temporarily unavailable) return -1
[Sun Aug 6 21:10:17.733 2023] [17643] WARNING: send() failed: 32: Broken pipe, sock=8189
[Sun Aug 6 21:10:28.739 2023] [17650] WARNING: conn (local)(145), sock=8221: bailing on failed MySQL header, AsyncNetInputBuffer_c::AppendData: error 11 (Resource temporarily unavailable) return -1
[Sun Aug 6 21:10:28.739 2023] [17650] WARNING: send() failed: 32: Broken pipe, sock=8221
[Sun Aug 6 21:10:44.758 2023] [17646] WARNING: conn (local)(38), sock=8114: bailing on failed MySQL header, AsyncNetInputBuffer_c::AppendData: error 11 (Resource temporarily unavailable) return -1
Run on Centos 7 with with 12 CPU, 256 GB RAM, Local Index.
The text was updated successfully, but these errors were encountered: