dailidong commented on a change in pull request #4743:
URL:
https://github.com/apache/incubator-dolphinscheduler/pull/4743#discussion_r580943846
##########
File path:
dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/processor/queue/TaskResponseEvent.java
##########
@@ -128,6 +133,7 @@ public static TaskResponseEvent newResult(ExecutionStatus
state,
event.setEvent(Event.RESULT);
event.setVarPool(varPool);
event.setChannel(channel);
+ event.setResult(result);
Review comment:
not big problem
----------------------------------------------------------------
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]