Skip to content

Commit 142e80d

Browse files
committed
HDFS-17398. fix check style
1 parent ce0e01f commit 142e80d

File tree

2 files changed

+120
-183
lines changed

2 files changed

+120
-183
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/fgl/FineGrainedFSNamesystemLock.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* Splitting the global FSN lock into FSLock and BMLock.
2929
* FSLock is used to protect directory tree-related operations.
3030
* BMLock is used to protect block-related and dn-related operations.
31-
* The lock order should be: FSLock -> BMLock.
31+
* The lock order should be: FSLock,BMLock.
3232
*/
3333
public class FineGrainedFSNamesystemLock implements FSNLockManager {
3434
private final FSNamesystemLock fsLock;

0 commit comments

Comments
 (0)