DBZ-7313 Fix formatting

This commit is contained in:
Chris Cranford 2024-01-04 11:54:05 -05:00 committed by Chris Cranford
parent 4d14ef3c22
commit d689fe1244

View File

@ -1426,7 +1426,8 @@ public void abandonTransactions(Duration retention) throws InterruptedException
if (entry.getValue().getStartScn().compareTo(thresholdScn) <= 0) {
if (first) {
LOGGER.warn("All transactions with SCN <= {} will be abandoned.", thresholdScn);
LOGGER.debug("List of transactions in the cache before transactions being abandoned: [{}]", getTransactionCache().keySet().stream().collect(Collectors.joining(",")));
LOGGER.debug("List of transactions in the cache before transactions being abandoned: [{}]",
getTransactionCache().keySet().stream().collect(Collectors.joining(",")));
first = false;
}
LOGGER.warn("Transaction {} (start SCN {}, change time {}, redo thread {}, {} events) is being abandoned.",