-
Couldn't load subscription status.
- Fork 9.1k
HDFS-15249 ThrottledAsyncChecker is not thread-safe. #1922
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. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
I don't think the test failure in the last QA is related to this patch. |
|
Could you please take a look at this when you get a chance? @arp7 @jojochuang |
|
I am not familiar with this area of code. Each DataNode object has one DatasetVolumeChecker, one ThrottledAsyncChecker. If it synchronizes on schedule(), the method asynchronously submits a Checkable to run in a thread. So looks correct and it still has parallelism. |
|
LGTM, +1 |
(cherry picked from commit c12ddbd)
No description provided.