desaikomal commented on code in PR #2477:
URL: https://github.com/apache/helix/pull/2477#discussion_r1185614387


##########
helix-core/src/main/java/org/apache/helix/task/TaskStateModel.java:
##########
@@ -83,15 +83,15 @@ public void onBecomeRunningFromInit(Message msg, 
NotificationContext context) {
   public String onBecomeStoppedFromRunning(Message msg, NotificationContext 
context) {
     String taskPartition = msg.getPartitionName();
     if (_taskRunner == null) {
-      throw new IllegalStateException(String.format(

Review Comment:
   @jiajunwang - let me know how you would like me to proceed, would you like 
me to revert back to String.format() ?? 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to