Tsz-wo Sze created RATIS-2628:
---------------------------------
Summary: Refactor the lock in RaftStorageDirectoryImpl
Key: RATIS-2628
URL: https://issues.apache.org/jira/browse/RATIS-2628
Project: Ratis
Issue Type: Improvement
Components: util
Reporter: Tsz-wo Sze
Assignee: Tsz-wo Sze
{code}
//RaftStorageDirectoryImpl
private FileLock lock; // storage lock
{code}
The storage lock above is useful for other cases such as HDDS-15935. Let's
refactor it as a util class.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)