You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/10/29 20:11:49 UTC

[GitHub] [hadoop-ozone] smengcl commented on a change in pull request #99: HDDS-2377. Speed up TestOzoneManagerHA#testOMRetryProxy and #testTwoOMNodesDown

smengcl commented on a change in pull request #99: HDDS-2377. Speed up TestOzoneManagerHA#testOMRetryProxy and #testTwoOMNodesDown
URL: https://github.com/apache/hadoop-ozone/pull/99#discussion_r340300182
 
 

 ##########
 File path: hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHA.java
 ##########
 @@ -1270,6 +1279,7 @@ public void testListParts() throws Exception {
 
     // Stop leader OM, and then validate list parts.
     stopLeaderOM();
+    Thread.sleep(NODE_FAILURE_TIMEOUT * 2);
 
 Review comment:
   Without this comment, `testListParts()` would show failure. Likely because I've set the ipc retry interval to a very low value.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org