nfs4j icon indicating copy to clipboard operation
nfs4j copied to clipboard

Byte-range locks of expired clients not ignored

Open kofemann opened this issue 3 years ago • 0 comments

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.

kofemann avatar Jan 25 '22 10:01 kofemann