adoroszlai commented on code in PR #6092:
URL: https://github.com/apache/ozone/pull/6092#discussion_r1466103127
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHA.java:
##########
@@ -462,7 +461,6 @@ protected void waitForLeaderToBeReady()
// Wait for Leader Election timeout
int timeout = OZONE_OM_RATIS_SERVER_FAILURE_TIMEOUT_DURATION_DEFAULT
.toIntExact(TimeUnit.MILLISECONDS);
Review Comment:
`timeout` is now unused. Please remove it, as well as the import of
`OZONE_OM_RATIS_SERVER_FAILURE_TIMEOUT_DURATION_DEFAULT`.
--
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]