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_r348797902
 
 

 ##########
 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:
   Another thought is to run scrubber in a separate executor task so that 
scrubber operation won't affecting pipeline creator.

----------------------------------------------------------------
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]

Reply via email to