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


##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/proc/KillDagProc.java:
##########
@@ -69,7 +67,10 @@ protected Optional<Dag<JobExecutionPlan>> 
initialize(DagManagementStateStore dag
   @Override
   protected void act(DagManagementStateStore dagManagementStateStore, 
Optional<Dag<JobExecutionPlan>> dag)
       throws IOException {
+    log.info("Request to kill " + (this.dagNodeId.isPresent() ? " dag node " + 
getDagNodeId() : " dag " + getDagId()));

Review Comment:
   dag id is kinda always inferable form dag node id



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