-
Notifications
You must be signed in to change notification settings - Fork 177
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
Donor - Cannot assign requested address #103
Comments
|
Thanks Alex! Looks like you are spot-on on the address assignment. I have installed netcat and it is only able to attach with docker in --net=host mode. This is strange because none of the Docker Galera implementations that I could find on the net mention using --net=host (or exposing 4568 for that matter). I guess I'll treat "packaged" builds with a grain of salt going forward :) I will update this issue if there are any further developments in regards to the matter in question. Before we close it out though - I have a question pertaining to the second point you've outlined
What does it mean, and could it be related to the issue in question? If not, I would really appreciate pointers as to how to solve it, as I don't want to experience the implications of the matter prior to having an understanding of how to solve it :) |
it means that timer thread in galera could not get CPU time for more than 1.5 seconds. In lay terms, the mysqld process was blocked - and that is what caused cluster partitioning. It is likely an IO issue. |
I am using Azure, and I get the same message across servers, so it's unlikely a disk issue. Can it be related to using AUFS as my Docker storage backend? Are there any other scenarios where this error might pop up? Once again, thank you for your help! |
Disk or not, but the symptom is really simple: timer thread was stuck for more than 1.5 seconds. And given that other nodes discarded this node from the group means that from their perspective that node was stuck too. I guess you'll have to observe the system more closely to figure out what is going on. Never used Azure, so no idea. |
This is an old thread (and can probably be closed) but for anyone in a similar situation where your advertised address to other nodes differs from the bind address for the IST transfer, consider the |
Galera 25.3.5-wheezy(rXXXX)
Percona XtraDB 5.5.37-MariaDB-35.0
Built in Docker from https://github.com/neildunbar/mariadb55
Ubuntu trusty
Until this happens to the donor:
This has happened multiple times (read- happens almost every day), usually after 10 or so hours of operation.
The port 4568 is exposed and mapped (-p 4568:4568).
The text was updated successfully, but these errors were encountered: