You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running multiple replicas of clouddriver and orca services and using MySQL storage for them, sometimes if a pod gets deleted that has a DATABASECHANGELOGLOCK set on a MySQL DB, the new pods that come up cannot access the MySQL DB because the the lock is set for the pod that does not exist any more.
The only way to get things running again is to manually delete the lock on the DB.
While it does not happen often, I have seen this issue with both orca and clouddriver (both running their own MySQL DB).
mattgogerly, man0s, massimo-pacher-tw, dbrougham and gappan