Skip to content

Commit

Permalink
DBZ-7117 change log message
Browse files Browse the repository at this point in the history
  • Loading branch information
eizners committed Jan 19, 2024
1 parent 1f180d8 commit f4b2a3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public void handleBatch(List<ChangeEvent<Object, Object>> records,
clonedBatch.removeAll(processedRecords);

if (totalOOMResponses > 0) {
LOGGER.info("Redis sink currently full, will retry ({} command(s) failed)",
LOGGER.info("Redis sink currently full, will retry ({} command(s) will be retried)",
totalOOMResponses);
}

Expand Down

0 comments on commit f4b2a3c

Please sign in to comment.