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


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/metrics/TaskMetrics.java:
##########
@@ -250,7 +250,7 @@ public static Sensor recordLatenessSensor(final String 
threadId,
     public static Sensor droppedRecordsSensor(final String threadId,
                                               final String taskId,
                                               final StreamsMetricsImpl 
streamsMetrics) {
-        return invocationRateAndTotalSensor(
+        return rateAndTotalSensor(

Review Comment:
   Actually, it seems the issue for `InMemoryWindowStore` and 
`InMemorySessionStore` was only introduced recently on `trunk` only: 
https://github.com/apache/kafka/commit/d2328ff720ba4337d50bbdea01342fb4141dcd3f
   
   So we don't even need to update the Jira description as there is no issue in 
4.3 and older releases.



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