You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2020/03/31 04:13:47 UTC

[GitHub] [hadoop] jojochuang commented on issue #1922: HDFS-15249 ThrottledAsyncChecker is not thread-safe.

jojochuang commented on issue #1922: HDFS-15249 ThrottledAsyncChecker is not thread-safe.
URL: https://github.com/apache/hadoop/pull/1922#issuecomment-606388366
 
 
   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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org