peterxcli commented on code in PR #11032:
URL: https://github.com/apache/ozone/pull/11032#discussion_r4062032658
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestMiniOzoneCluster.java:
##########
@@ -315,6 +315,7 @@ public void testDNstartAfterSCM() throws Exception {
cluster = MiniOzoneCluster.newBuilder(conf)
.setNumDatanodes(3)
.build();
+ cluster.setWaitForClusterToBeReadyTimeout(180000);
Review Comment:
@amaliujia https://github.com/peterxcli/ozone/pull/22
I've got prior work to make Ozone pass with Ratis 3.3.1. There are changes
for the observed failures, but they might not be the root-cause fix. PTAL, hope
it helps.
--
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]