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).
The text was updated successfully, but these errors were encountered:
In my case I think the problem is due to the fact that every time a service is updated two ReplicaSets are created. The first one generates a pod that blocks the DB and terminates, and when the second ReplicaSet pods try to connect, the error appears.
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).
The text was updated successfully, but these errors were encountered: