bshashikant commented on a change in pull request #2637:
URL: https://github.com/apache/ozone/pull/2637#discussion_r783650749
##########
File path: hadoop-ozone/dist/src/main/compose/upgrade/compose/ha/docker-config
##########
@@ -24,7 +24,9 @@ OZONE-SITE.XML_ozone.om.address.omservice.om1=om1
OZONE-SITE.XML_ozone.om.address.omservice.om2=om2
OZONE-SITE.XML_ozone.om.address.omservice.om3=om3
OZONE-SITE.XML_ozone.om.ratis.enable=true
-
+// setting ozone.scm.ratis.enable to false for now, as scm ha upgrade is
+// not supported yet. This is supposed to work without SCM HA configuration
+OZONE-SITE.XML_ozone.scm.ratis.enable=false
Review comment:
this is safe to use, in case of non HA, it should just startup a single
node ratis server. This needs to be enabled, so as to make sure the the tests
excercise the HA path, not the standalone path.
--
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]