seojangho commented on a change in pull request #220: [NEMO-395] Address 
SonarCloud issues for the scheduler package
URL: https://github.com/apache/incubator-nemo/pull/220#discussion_r293689169
 
 

 ##########
 File path: 
runtime/master/src/main/java/org/apache/nemo/runtime/master/scheduler/LocalitySchedulingConstraint.java
 ##########
 @@ -78,7 +78,10 @@ private LocalitySchedulingConstraint(final 
BlockManagerMaster blockManagerMaster
           .map(handler -> {
             try {
               return handler.getLocationFuture().get();
-            } catch (InterruptedException | ExecutionException e) {
+            } catch (ExecutionException e) {
 
 Review comment:
   `final ExecutionException 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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to