-
Notifications
You must be signed in to change notification settings - Fork 8.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HDFS-16429. Add DataSetLockManager to manage fine-grain locks for FsDataSetImpl #3900
Conversation
💔 -1 overall
This message was automatically generated. |
5709090
to
dc95061
Compare
💔 -1 overall
This message was automatically generated. |
dc95061
to
9372f1c
Compare
🎊 +1 overall
This message was automatically generated. |
9372f1c
to
6b89909
Compare
💔 -1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @MingXiangLi for your works here.
a. Leave some nit comments inline.
b. the failed unit test seems not related to this changes.
c. look forward to the new progress.
...ect/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/common/AutoCloseDataSetLock.java
Outdated
Show resolved
Hide resolved
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.java
Outdated
Show resolved
Hide resolved
...ect/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/common/AutoCloseDataSetLock.java
Show resolved
Hide resolved
...ject/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/common/DataNodeLockManager.java
Show resolved
Hide resolved
...ect/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DataSetLockManager.java
Show resolved
Hide resolved
hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
Outdated
Show resolved
Hide resolved
hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
Outdated
Show resolved
Hide resolved
…nd volume level lock
6b89909
to
e28b21d
Compare
Thanks for the advice, I have repush the code. |
🎊 +1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. +1 from my side. Thanks @MingXiangLi for your works.
Will commit if no other furthermore comments while two days later.
…ataSetImpl. (apache#3900). Contributed by limingxiang. Signed-off-by: He Xiaoqiao <[email protected]>
…ataSetImpl. (apache#3900). Contributed by limingxiang. Signed-off-by: He Xiaoqiao <[email protected]>
…ataSetImpl. (apache#3900). Contributed by limingxiang. Signed-off-by: He Xiaoqiao <[email protected]>
this pr is sub task of the #3889