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
As resources allocated by expired clients are reclaimed by a periodically running cleanup thread, there are situations when a lock by a valid client denied due to conflicting lock of an expired client (pynfs test COUR2 testLockSleepLock).
This should be fixed in AbstractLockManager#lock method by checking , that conflict lock is held by a valid client.
The text was updated successfully, but these errors were encountered:
As resources allocated by expired clients are reclaimed by a periodically running cleanup thread, there are situations when a lock by a valid client denied due to conflicting lock of an expired client (pynfs test COUR2 testLockSleepLock).
This should be fixed in AbstractLockManager#lock method by checking , that conflict lock is held by a valid client.
The text was updated successfully, but these errors were encountered: