mirror of https://github.com/apache/kafka.git
After profiling the kafka tests, tons of client-metrics-reaper thread not cleanup after BrokerServer shutdown. The thread client-metrics-reaper comes from ClientMetricsManager#expirationTimer, and BrokerServer#shudown doesn't close ClientMetricsManager which let the thread still runs in background. Reviewers: Luke Chen <showuon@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com> |
||
---|---|---|
.. | ||
src | ||
.gitignore |