homatthew commented on code in PR #3796:
URL: https://github.com/apache/gobblin/pull/3796#discussion_r1349144883
##########
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:
JFYI, if you wanted to see all debug statements for a specific class, you
could have done this in a log4j properties file.
That would be the easier (and faster change) since you can make it on your
own internal project quickly
--
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]