arjun4084346 commented on code in PR #3901:
URL: https://github.com/apache/gobblin/pull/3901#discussion_r1554015002


##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/proc/KillDagProc.java:
##########
@@ -48,14 +47,11 @@
  */
 @Slf4j
 public class KillDagProc extends DagProc<Optional<Dag<JobExecutionPlan>>> {
-  private final Optional<DagNodeId> dagNodeId;
+  private final boolean dagNodeKillRequest;

Review Comment:
   but this flag is for internal purpose, right?



-- 
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]

Reply via email to