mirror of https://github.com/apache/kafka.git
MINOR: remove unused hitRatio field in NamedCache
Author: Damian Guy <damian.guy@gmail.com> Reviewers: Guozhang Wang <wangguoz@gmail.com> Closes #3384 from dguy/remove-unused-field
This commit is contained in:
parent
cb3952a4fd
commit
84de7f1756
|
|
@ -47,10 +47,7 @@ class NamedCache {
|
|||
private LRUNode head;
|
||||
private long currentSizeBytes;
|
||||
private NamedCacheMetrics namedCacheMetrics;
|
||||
// JMX stats
|
||||
private Sensor hitRatio = null;
|
||||
|
||||
|
||||
|
||||
// internal stats
|
||||
private long numReadHits = 0;
|
||||
private long numReadMisses = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue