You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by GitBox <gi...@apache.org> on 2022/11/29 23:17:51 UTC

[GitHub] [gobblin] umustafi commented on a diff in pull request #3608: [GOBBLIN-1748] Add logs to debug multi-hop flows creation, progression, and cleanup

umustafi commented on code in PR #3608:
URL: https://github.com/apache/gobblin/pull/3608#discussion_r1035377575


##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagManager.java:
##########
@@ -950,6 +950,7 @@ private JobStatus pollStatus(String flowGroup, String flowName, long flowExecuti
     synchronized Map<String, Set<DagNode<JobExecutionPlan>>> submitNext(String dagId) throws IOException {
       Dag<JobExecutionPlan> dag = this.dags.get(dagId);
       Set<DagNode<JobExecutionPlan>> nextNodes = DagManagerUtils.getNext(dag);
+      log.info("Submitting next nodes for dagId {}, where next nodes are {}", dagId, nextNodes);

Review Comment:
   extracting the names and printing to be safe



-- 
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: dev-unsubscribe@gobblin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org