Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
None
-
9223372036854775807
Description
There may be possible racing between batched statahead RPC and rename()/migrate() operation.
To avoid this racer, the MDT uses a DLM trylock to obtain the DLM PR lock for file attributes in a batched statahead RPC. A failed try lock means other users maybe modify the directory simultaneously, it should stop batched RPC for statahead immediately.