-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HDFS-15818 Fix TestFsDatasetImpl.testReadLockCanBeDisabledByConfig. #2679
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
Conversation
|
💔 -1 overall
This message was automatically generated. |
|
Thanks for fixing this issue. The changes look good to me. Can you fix the checkstyle warnings please? |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
@sodonnel Thanks for the review! Fixed checkstyle |
sodonnel
left a comment
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.
The change looks good to me. I will commit to trunk shortly.
…Contributed by Leon Gao (apache#2679) (cherry picked from commit 9434c1e)
… FsDatasetImpl methods should use datanode readlock. (#3200) * HDFS-15150. Introduce read write lock to Datanode. Contributed Stephen O'Donnell. Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org> (cherry picked from commit d7c136b) * HDFS-15160. ReplicaMap, Disk Balancer, Directory Scanner and various FsDatasetImpl methods should use datanode readlock. Contributed by Stephen O'Donnell. Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org> (cherry picked from commit 2a67e2b) * HDFS-15457. TestFsDatasetImpl fails intermittently (#2407) (cherry picked from commit 98097b8) * HDFS-15818. Fix TestFsDatasetImpl.testReadLockCanBeDisabledByConfig. Contributed by Leon Gao (#2679) (cherry picked from commit 9434c1e) * HDFS-15160. amend to fix javac error supressing unchecked warning Co-authored-by: Stephen O'Donnell <sodonnel@apache.org> Co-authored-by: LeonGao <liangg@uber.com>
…Contributed by Leon Gao (apache#2679) (cherry picked from commit 9434c1e)
NOTICE
Please create an issue in ASF JIRA before opening a pull request,
and you need to set the title of the pull request which starts with
the corresponding JIRA issue number. (e.g. HADOOP-XXXXX. Fix a typo in YYY.)
For more details, please see https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute