mjsax commented on code in PR #22595:
URL: https://github.com/apache/kafka/pull/22595#discussion_r3431043512
##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/DefaultStateUpdater.java:
##########
@@ -203,6 +207,8 @@ private void runOnce() {
final long checkpointStartTimeMs = time.milliseconds();
maybeCheckpointTasks(checkpointStartTimeMs);
+ updateTaskOffsetSumSnapshot();
Review Comment:
Sure. Don't expect it to make a large difference as it should be cheap, and
I would also expect that we make progress each time anyway.
--
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]