jojochuang commented on a change in pull request #2413:
URL: https://github.com/apache/ozone/pull/2413#discussion_r669358520
##########
File path:
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/RandomKeyGenerator.java
##########
@@ -414,6 +414,7 @@ private void doCleanObjects() throws InterruptedException {
}
} catch (InterruptedException e) {
e.printStackTrace();
Review comment:
Unrelated, but this is not the best error handling. At least, we should
log it with slf4j rather than print to console.
--
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]