diff --git a/src/java/org/apache/hadoop/hbase/io/hfile/LruBlockCache.java b/src/java/org/apache/hadoop/hbase/io/hfile/LruBlockCache.java index a4239bc6572..6fa90334394 100644 --- a/src/java/org/apache/hadoop/hbase/io/hfile/LruBlockCache.java +++ b/src/java/org/apache/hadoop/hbase/io/hfile/LruBlockCache.java @@ -477,17 +477,18 @@ public class LruBlockCache implements BlockCache, HeapSize { return this.stats.getEvictedCount(); } - /** + /* * Eviction thread. Sits in waiting state until an eviction is triggered * when the cache size grows above the acceptable level.
*
* Thread is triggered into action by {@link LruBlockCache#runEviction()}
*/
private static class EvictionThread extends Thread {
-
private WeakReference