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:34:28 UTC

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

sky76093016 commented on a change in pull request #2413:
URL: https://github.com/apache/ozone/pull/2413#discussion_r669364664



##########
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:
       Thanks @jojochuang  for reviewing this.
   Is it okay to change `e.printStackTrace();` to `LOG.error("Failed to wait until all Buckets are cleaned", e);`?




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