Jay Janssen
Jay Janssen
Yes, I found that, thanks. It was counter-intuitive to me to leave the old master as a slave and not revert the read_only state that MHA manages in the other...
Tried replacing our current mysql module with the latest: https://github.com/camptocamp/puppet-mysql didn't help the problem.
Hmm, I know other folks have gotten this working in Windows, but I'm less certain of the details. The base error message seems to simply indicate that VBoxManage is not...
Maybe, but it is quite complex and inter-dependent on a fix with xtrabackup. If there's a solution to simply mark a single node as in maintenance-mode without stopping the services,...
FTR: ``` rm /Users/Shared/convox/version cx rack update ``` fixed it. Leaving this open in case you want to build something into the code to auto-handle this kind of situation.
I'm unsure if it's related, but I've seen issues with docker restarts and apps getting into weird states. I would presume/home that the opposite 'start' command may help rectify those...
I think the bigger issue is that spirit is unhappy if the checkpoint table is totally empty and it just fails. one quick fix might be to let spirit continue...
This is pretty weird. I'm struggling to understand how the test is getting into this situation. This [Close() call in the test](https://github.com/cashapp/spirit/blob/main/pkg/dbconn/metadatalock_test.go#L52) is winding up with a situation where [the...
@morgo I have [some possible changes](https://github.com/cashapp/spirit/pull/314), but want to get your opinion on how this happened in the first place.