You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/04/21 05:07:19 UTC

[GitHub] [ozone] bharatviswa504 commented on a change in pull request #2052: HDDS-4985. [SCM HA Security] When Ratis enable, SCM secure cluster is not working.

bharatviswa504 commented on a change in pull request #2052:
URL: https://github.com/apache/ozone/pull/2052#discussion_r617203023



##########
File path: hadoop-ozone/dist/src/main/compose/ozonesecure/test.sh
##########
@@ -27,39 +27,42 @@ export SECURITY_ENABLED=true
 
 : ${OZONE_BUCKET_KEY_NAME:=key1}
 
-start_docker_env
+for enable in true false; do

Review comment:
       Thanks @elek It is added to test in a stand alone SCM cluster with ratis enable/disable.
   As some of the integration issues were missed to identify in UTs. Later we have added a new acceptance test secure-ha, which tests end-to-end HA. (It would be good to have, but if we think it is expensive or any other way we can run this it would be good)
   I think now we can remove this if we think this is causing a longer CI duration. Thanks, @adoroszlai for opening a Jira to fix this.




-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org