DL1231 opened a new pull request, #21573:
URL: https://github.com/apache/kafka/pull/21573

   Partition-level `ExpiresPerSec` metrics in `DelayedProduceMetrics` and 
`DelayedRemoteListOffsets` are never removed, leading to metric accumulation 
over time.
   
     This patch adds `removePartitionMetrics` to both classes and calls it from 
`ReplicaManager` in two paths:
     - `stopPartitions()`, partition deletion and controlled shutdown.
     - `applyLocalFollowersDelta()`, leader-to-follower transitions.


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