You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@helix.apache.org by GitBox <gi...@apache.org> on 2019/07/23 06:31:21 UTC

[GitHub] [helix] pkuwm commented on a change in pull request #355: Changing IllegalStateException to Helix Exception for CRUSH based rebalance strategy algorithm.

pkuwm commented on a change in pull request #355: Changing IllegalStateException to Helix Exception for CRUSH based rebalance strategy algorithm.
URL: https://github.com/apache/helix/pull/355#discussion_r306147335
 
 

 ##########
 File path: helix-core/src/main/java/org/apache/helix/controller/stages/BestPossibleStateCalcStage.java
 ##########
 @@ -257,6 +257,10 @@ private boolean computeResourceBestPossibleState(ClusterEvent event, ResourceCon
 
         // Check if calculation is done successfully
         return checkBestPossibleStateCalculation(idealState);
+      } catch (HelixException e){
 
 Review comment:
   Does Helix Style template not handle space in this case? If not, should improve the template.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services