vvcephei commented on a change in pull request #8882: URL: https://github.com/apache/kafka/pull/8882#discussion_r441169327
########## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StandbyTask.java ########## @@ -160,18 +162,21 @@ public void postCommit() { @Override public void closeClean() { + streamsMetrics.removeAllTaskLevelSensors(Thread.currentThread().getName(), id.toString()); Review comment: I'd like to inline `close(boolean)`, but am resisting the urge... This is a compromise ;) ---------------------------------------------------------------- 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