myshoes check the status of LOCK in MySQL during starting. https://github.com/whywaita/myshoes/blob/a0c7eabcfcdca2b1e392eea5bba9c5b95eed42a1/cmd/server/cmd.go#L78 But this implementation has a bug. A deadlock occurred in some environments like Kubernetes (from high-frequency restart).
myshoes check the status of LOCK in MySQL during starting.
myshoes/cmd/server/cmd.go
Line 78 in a0c7eab
But this implementation has a bug. A deadlock occurred in some environments like Kubernetes (from high-frequency restart).