-
Notifications
You must be signed in to change notification settings - Fork 78
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
check_tcp_responsiveness causes [Warning] Aborted connection to db: 'unconnected' user: 'unauthenticated' (This connection closed normally without authentication) after MariaDB 10.4 upgrade #102
Comments
Any updates on this? Setting |
Hi @archon810, thanks for reporting this, and sorry for the silence here. Checking TCP responsiveness is, like you said, pretty useful to do. Generally, you should not need to disable it. Strange that this is different between MariaDB versions for you. I haven't seen this yet myself. I'm up to:
Do you know if you're using a persistent object cache? If not, then it's plausible that it isn't timing out correctly. I also found these: |
I've identified some improvements to the TCP responsiveness code, and put them together into a pull request for others to try. (I'm running it myself now, in production, over at https://jjj.blog.) Keeping an eye on it! |
Any further updates please @JJJ @spacedmonkey? |
None from me, but I'm not seeing the errors that you are. Were you able to try the linked PR, @archon810? |
I have not, we've been on 4.1 waiting to upgrade to 5.1 (and now I'm also seeing 4.2?). |
There were some issues with the 4.2.0 tag (my fault) that have been resolved. You may want to give it a try first. It is the latest stable version of the 4.x branch. |
Should I not aim to upgrade to the 5.X branch instead, at least when the fixes in this ticket and whatever else is pending are live? |
Oh, definitely. But there was a 5.0.0 release already, and you aren't using it yet, so I assumed you were on 4.x for some reason (I know some folks are.) |
once try with mysqladmin flush-hosts, Maybe due exceed of connections blocked from a particular host. |
Hi,
MariaDB 10.4 produces a ton of these warnings
which were not present in 10.3 or 10.2, which I traced down to check_tcp_responsiveness being set to true and this line of code:
https://github.com/stuttter/ludicrousdb/blob/master/ludicrousdb/includes/class-ludicrousdb.php#L1797
We've had check_tcp_responsiveness enabled for years, and it sounds like a useful feature, so I'm kind of unsure what to do. But leaving the db logs flooded with these messages is not great either.
Any ideas on fixing or adapting to this behavior?
The text was updated successfully, but these errors were encountered: