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/10/22 07:06:27 UTC

[GitHub] [ozone] siddhantsangwan commented on a change in pull request #2761: HDDS-5888. Handle InterruptedException in OzoneClientProducer and ContainerBalancer

siddhantsangwan commented on a change in pull request #2761:
URL: https://github.com/apache/ozone/pull/2761#discussion_r734285314



##########
File path: hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/balancer/ContainerBalancer.java
##########
@@ -783,6 +784,7 @@ public void stop() {
       try {
         currentBalancingThread.join();
       } catch (InterruptedException ignored) {

Review comment:
       Thanks for fixing this @sky76093016 . Small suggestion:
   ```suggestion
         } catch (InterruptedException exception) {
   ```




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