Skip to content

Commit

Permalink
HDFS-17748. Fix javadoc problems caused by HDFS-17496. (#7460). Contr…
Browse files Browse the repository at this point in the history
…ibuted by farmmamba.
  • Loading branch information
hfutatzhanghb authored Mar 4, 2025
1 parent 7c98110 commit 5054b16
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ public interface DataNodeLockManager<T extends AutoCloseDataSetLock> {
* Or only acquire block pool level lock.
* There are several locking sequential patterns as below:
* 1. block pool
* 2. block poll -> volume
* 3. block pool level -> volume -> dir
* 2. block pool -&gt; volume
* 3. block pool level -&gt; volume -&gt; dir
*/
enum LockLevel {
BLOCK_POOl,
Expand Down

0 comments on commit 5054b16

Please sign in to comment.