phet commented on code in PR #3796:
URL: https://github.com/apache/gobblin/pull/3796#discussion_r1349222321
##########
gobblin-runtime/src/main/java/org/apache/gobblin/runtime/api/MysqlMultiActiveLeaseArbiter.java:
##########
@@ -229,9 +229,10 @@ public LeaseAttemptStatus
tryAcquireLease(DagActionStore.DagAction flowAction, l
// Query lease arbiter table about this flow action
Optional<GetEventInfoResult> getResult = getExistingEventInfo(flowAction,
isReminderEvent);
+ // TODO: change all the `CASE N: ...` statements back to debug statements
after uncovering issue
try {
if (!getResult.isPresent()) {
- log.debug("tryAcquireLease for [{}, is; {}, eventTimestamp: {}] - CASE
1: no existing row for this flow action,"
Review Comment:
agreed
--
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]