xiaoyuyao commented on a change in pull request #237: HDDS-1572 Implement a
Pipeline scrubber to clean up non-OPEN pipeline.
URL: https://github.com/apache/hadoop-ozone/pull/237#discussion_r348796012
##########
File path:
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/pipeline/BackgroundPipelineCreator.java
##########
@@ -96,7 +96,7 @@ private void createPipelines() {
if (scheduler.isClosed()) {
break;
}
-
+// pipelineManager.scrubPipeline(type, factor);
Review comment:
If this line is commented, the scrub will not be activated?
----------------------------------------------------------------
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]