CacheValueBufferPool.java

https://git-wip-us.apache.org/repos/asf?p=incubator-blur.git;a=blob;f=blur-store/src/main/java/org/apache/blur/store/blockcache_v2/CacheValueBufferPool.java;h=968edab4f58373aba50eeaa277cc673e1fde57d3;hb=HEAD

Line:70

BlockingQueue<CacheValue> blockingQueue = _cacheValuePool.get(_cacheValuePool);

Should it not be

BlockingQueue<CacheValue> blockingQueue = _cacheValuePool.get(cacheBlockSize);


--
Ravi

Reply via email to