nabarunnag commented on a change in pull request #7375:
URL: https://github.com/apache/geode/pull/7375#discussion_r808533828
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/locks/TXLessorDepartureHandler.java
##########
@@ -108,8 +108,8 @@ private void sendRecoveryMsgs(final DistributionManager dm,
final DLockBatch[] b
// this shouldn't happen unless we're shutting down or someone has set a
size constraint
// on the waiting-pool using a system property
if (!dm.getCancelCriterion().isCancelInProgress()) {
- logger.warn("Unable to schedule background cleanup of transactions for
departed member {}."
- + " Performing in-line cleanup of the transactions.");
+ logger.warn(
+ "Unable to schedule background cleanup of transactions for
departed member. Performing in-line cleanup of the transactions.");
Review comment:
found it. adding it to the log
--
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]