Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
10.0.26-galera
-
None
-
Ubuntu 14.04
Description
When MariaDB starts or - more frequently - restarts and needs a state transfer, there is a recurring issue when port 4567 is already taken by a stray socat instance.
I've solved this by adding "killall -9 socat" to the start) section of the init script. It works for me, but it's of course not an universal solution. My init script hack is overwritten by MariaDB upgrades so I'd like to have this issue solved upstream.
What do you think would be the correct solution? I'm thinking pgrep -U mysql socat, but that may still not be robust enough.
Attachments
Issue Links
- relates to
-
MDEV-14394 Nodes can't join with socat Address already in use
- Closed
- links to