kaisun2000 commented on a change in pull request #1227:
URL: https://github.com/apache/helix/pull/1227#discussion_r498953551
##########
File path: helix-core/src/main/java/org/apache/helix/task/TaskDriver.java
##########
@@ -941,9 +941,14 @@ public TaskState pollForJobState(String workflowName,
String jobName, long timeo
&& System.currentTimeMillis() < st + timeout);
if (ctx == null || !allowedStates.contains(ctx.getJobState(jobName))) {
+ WorkflowConfig wfcfg = getWorkflowConfig(workflowName);
Review comment:
Revert it. Could be a separate pull
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]