bharatviswa504 commented on a change in pull request #1579:
URL: https://github.com/apache/ozone/pull/1579#discussion_r547489558
##########
File path:
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHAMetadataOnly.java
##########
@@ -406,6 +406,7 @@ public void testOMRetryCache() throws Exception {
Assert.assertTrue(logCapturer.getOutput().contains("created volume:"
+ volumeName));
+ Thread.sleep(100L);
Review comment:
I think this is fixed, the issue was previously it used to check Create
Volume, but as it is running on all 3 OM's So, other OM's when they run they
have this in the log, even after log capture clear. I have changed the value to
check, that has resolved this issue.
HDDS-4262. Use ClientID and CallID from Rpc Client to detect retry requests
(#1436)
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]