symious commented on code in PR #3456:
URL: https://github.com/apache/ozone/pull/3456#discussion_r903603990


##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHAWithData.java:
##########
@@ -109,6 +109,7 @@ public void testFileOperationsAndDelete() throws Exception {
     testFileOperationsWithRecursive();
     testFileOperationsWithNonRecursive();
     testKeysDelete();
+    Thread.sleep(1000);

Review Comment:
   I tried to solve the timeout issue caused by HDDS-6685. But the error is 
still there, only the error message is not "port already in use", but 
"java.lang.IllegalStateException: gap between start index 131 and first entry 
to append 218".
   
   I think it's incurred by ratis-2.3.0, seems in ratis-2.2.0, the error of 
loading of SNAPSHOT is handled differently, so with ratis-2.2.0, the error was 
solved but with ratis-2.3.0 it's incurring some new errors.



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

Reply via email to