seojangho commented on a change in pull request #49: [NEMO-87] Remove unused 
BlockStates
URL: https://github.com/apache/incubator-nemo/pull/49#discussion_r196276410
 
 

 ##########
 File path: 
runtime/master/src/main/java/edu/snu/nemo/runtime/master/scheduler/BatchSingleJobScheduler.java
 ##########
 @@ -166,7 +166,7 @@ public void onTaskStateChanged(final String executorId,
         case READY:
         case EXECUTING:
           throw new IllegalStateTransitionException(
-              new Exception("The states READY/EXECUTING cannot occur at this 
point"));
+              new Exception("The states NOT_AVAILABLE/EXECUTING cannot occur 
at this point"));
 
 Review comment:
   This is not a block state. :see_no_evil: 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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