adoroszlai commented on a change in pull request #648: HDDS-3117. Recon throws 
InterruptedException while getting new snapshot from OM.
URL: https://github.com/apache/hadoop-ozone/pull/648#discussion_r389993600
 
 

 ##########
 File path: 
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/spi/impl/OzoneManagerServiceProviderImpl.java
 ##########
 @@ -374,9 +380,8 @@ public void syncDataFromOM() {
           LOG.info("Calling reprocess on Recon tasks.");
           reconTaskController.reInitializeTasks(omMetadataManager);
         }
-      } catch (IOException | InterruptedException e) {
-        Thread.currentThread().interrupt();
 
 Review comment:
   I think this can be kept for the `InterruptedException` case.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to