guozhangwang commented on a change in pull request #10137: URL: https://github.com/apache/kafka/pull/10137#discussion_r583151649
########## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/PartitionGroup.java ########## @@ -211,7 +192,7 @@ public boolean readyToProcess(final long wallClockTime) { return false; } else { enforcedProcessingSensor.record(1.0d, wallClockTime); - logger.info("Continuing to process although some partition timestamps were not buffered locally." + + logger.trace("Continuing to process although some partitions are empty on the broker." + Review comment: I thought if user did not set to `MAX_TASK_IDLE_MS_DISABLED` they may care about when enforce processing starts, so this is better to stay as INFO? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org