zhuxiangyi commented on a change in pull request #3063:
URL: https://github.com/apache/hadoop/pull/3063#discussion_r715369363
##########
File path:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java
##########
@@ -725,6 +743,9 @@ public void activate(Configuration conf, long blockTotal) {
datanodeManager.activate(conf);
this.redundancyThread.setName("RedundancyMonitor");
this.redundancyThread.start();
+ this.markedDeleteBlockScrubberThread.
+ setName("MarkedDeleteBlockScrubberThread");
+ this.markedDeleteBlockScrubberThread.start();
Review comment:
@jianghuazhu Thanks a lot for your review.
The correct BlockManager#close() needs to interrupt the
markedDeleteBlockScrubberThread thread.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]