mjsax commented on code in PR #22595:
URL: https://github.com/apache/kafka/pull/22595#discussion_r3431005408


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/DefaultStateUpdater.java:
##########
@@ -442,6 +448,36 @@ private void 
addToExceptionsAndFailedTasksThenClearUpdatingAndPausedTasks(final
             }
         }
 
+        private void updateTaskOffsetSumSnapshot() {

Review Comment:
   Happy to take a lock. As said above, I consider it an improvement / bug-fix 
to compute it differently for 1071. Not sure what the impact would be on 
existing apps, if we change it for "classic" case. Wondering if accepting the 
drift might be better from a "regression / risk" POV?



-- 
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]

Reply via email to