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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
