You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/07/14 07:24:43 UTC

[GitHub] [ozone] jojochuang commented on a change in pull request #2413: HDDS-5434. Fix potential InterruptedException in Ozone

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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org