-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
occ command to clear all locks #24494
Comments
Fixes #21360 |
Still happening in version 9.0.2. |
@icewind1991 please have a look why there are still stray locks |
PR here #25064 |
Closing due to #25064 (comment) The TTL should already take care of this. |
is it possible to trigger the repair step manually? e.g via a new feature as or ist there already an existing way? I updated my instance to 9.1.4 but still could not get rid of the locks.... |
An occ command is a good idea. But a lock cannot be detected as stray as long as its timeout hasn't been reached. |
In some OC versions like OC < 9.0.2 in can happen that the database contains stray locks due to bugs.
We should write a repair step that clears these stray locks at update time.
@icewind1991 let's do this in the hardening phase of 9.1
CC @cmonteroluque
The text was updated successfully, but these errors were encountered: