sadanand48 commented on code in PR #6466: URL: https://github.com/apache/ozone/pull/6466#discussion_r1555701235
########## hadoop-ozone/dist/src/main/compose/ozone/docker-config: ########## @@ -51,6 +51,7 @@ OZONE-SITE.XML_hdds.scm.replication.thread.interval=15s OZONE-SITE.XML_hdds.scm.replication.under.replicated.interval=5s OZONE-SITE.XML_hdds.scm.replication.over.replicated.interval=5s OZONE-SITE.XML_hdds.scm.wait.time.after.safemode.exit=30s +OZONE-SITE.XML_ozone.scm.pipeline.creation.auto.factor.one=false Review Comment: problem is that RATIS/ONE pipelines are auto created. when the pipeline create command is run (pipeliner.robot) , it won't create any more ONE pipelines if they are already present throwing an error. Another solution rather than disabling this flag is to set the PIPELINE to any one of the ONE pipelines in the list. ########## hadoop-ozone/dist/src/main/compose/ozone/docker-config: ########## @@ -51,6 +51,7 @@ OZONE-SITE.XML_hdds.scm.replication.thread.interval=15s OZONE-SITE.XML_hdds.scm.replication.under.replicated.interval=5s OZONE-SITE.XML_hdds.scm.replication.over.replicated.interval=5s OZONE-SITE.XML_hdds.scm.wait.time.after.safemode.exit=30s +OZONE-SITE.XML_ozone.scm.pipeline.creation.auto.factor.one=false Review Comment: problem is that RATIS/ONE pipelines are auto created. when the pipeline create command is run (pipeline.robot) , it won't create any more ONE pipelines if they are already present throwing an error. Another solution rather than disabling this flag is to set the PIPELINE to any one of the ONE pipelines in the list. -- 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]
