desaikomal commented on code in PR #2477:
URL: https://github.com/apache/helix/pull/2477#discussion_r1185649068
##########
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:
addressed your comments @jiajunwang . thanks for the review.
--
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]