Skip to content

Commit 5054b16

Browse files
HDFS-17748. Fix javadoc problems caused by HDFS-17496. (#7460). Contributed by farmmamba.
1 parent 7c98110 commit 5054b16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/common/DataNodeLockManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ public interface DataNodeLockManager<T extends AutoCloseDataSetLock> {
2828
* Or only acquire block pool level lock.
2929
* There are several locking sequential patterns as below:
3030
* 1. block pool
31-
* 2. block poll -> volume
32-
* 3. block pool level -> volume -> dir
31+
* 2. block pool -&gt; volume
32+
* 3. block pool level -&gt; volume -&gt; dir
3333
*/
3434
enum LockLevel {
3535
BLOCK_POOl,

0 commit comments

Comments
 (0)