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

   Part of [KIP-989](https://cwiki.apache.org/confluence/x/9KCzDw).
   
   This new `StateStore` metric tracks the average and maximum amount of time 
between creating and closing Iterators.
   
   Iterators with very high durations can indicate to users performance 
problems that should be addressed.
   
   If a store reports no data for these metrics, despite the user opening 
Iterators on the store, it suggests those iterators are not being closed, and 
have therefore leaked.


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to