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


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/PartitionGroup.java:
##########
@@ -230,6 +230,7 @@ void updatePartitions(final Set<TopicPartition> 
newInputPartitions, final Functi
                 // if partition is removed should delete its queue
                 totalBuffered -= queueEntry.getValue().size();
                 totalBytesBuffered -= 
queueEntry.getValue().getTotalBytesBuffered();
+                totalInputBufferBytesSensor.record(totalBytesBuffered);

Review Comment:
   This is the actual fix?



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