We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb68dac + c7fed62 commit 5494a1dCopy full SHA for 5494a1d
topic/src/main/java/tech/ydb/topic/read/impl/PartitionSessionImpl.java
@@ -237,7 +237,7 @@ public CompletableFuture<Void> commitOffsetRange(OffsetsRange rangeToCommit) {
237
// Bulk commit without result future
238
public void commitOffsetRanges(List<OffsetsRange> rangesToCommit) {
239
if (isWorking.get()) {
240
- if (logger.isInfoEnabled()) {
+ if (logger.isDebugEnabled()) {
241
StringBuilder message = new StringBuilder("[").append(fullId)
242
.append("] Sending CommitRequest with offset ranges ");
243
addRangesToString(message, rangesToCommit);
0 commit comments