HBASE-1729 Move cache stats out of RS log and into metrics
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@979834 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
24ced568ac
commit
5215e49df0
|
@ -95,7 +95,7 @@ public class LruBlockCache implements BlockCache, HeapSize {
|
|||
static final float DEFAULT_MEMORY_FACTOR = 0.25f;
|
||||
|
||||
/** Statistics thread */
|
||||
static final int statThreadPeriod = 60;
|
||||
static final int statThreadPeriod = 60 * 5;
|
||||
|
||||
/** Concurrent map (the cache) */
|
||||
private final ConcurrentHashMap<String,CachedBlock> map;
|
||||
|
|
Loading…
Reference in New Issue