arjun4084346 commented on code in PR #3952:
URL: https://github.com/apache/gobblin/pull/3952#discussion_r1640225160
##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagManagementTaskStreamImpl.java:
##########
@@ -110,10 +110,20 @@ public DagManagementTaskStreamImpl(Config config,
Optional<DagActionStore> dagAc
@Override
public synchronized void addDagAction(DagActionStore.DagAction dagAction) {
// TODO: Used to track missing dag issue, remove later as needed
- log.info("Add dagAction {}", dagAction);
+ log.info("Add original (non-reminder) dagAction {}", dagAction);
Review Comment:
if we go with the above suggestion, update the log here to tell what group
of reminder it is
--
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]