SE-22006 Fix branch-2.1 findbugs warning; causes nightly show as failed.
This commit is contained in:
parent
763202d48e
commit
18d02ffd5d
|
@ -1613,7 +1613,6 @@ public class HRegionServer extends HasThread implements
|
|||
MemStoreLAB.POOL_INITIAL_SIZE_DEFAULT);
|
||||
int chunkSize = conf.getInt(MemStoreLAB.CHUNK_SIZE_KEY, MemStoreLAB.CHUNK_SIZE_DEFAULT);
|
||||
// init the chunkCreator
|
||||
ChunkCreator chunkCreator =
|
||||
ChunkCreator.initialize(chunkSize, offheap, globalMemStoreSize, poolSizePercentage,
|
||||
initialCountPercentage, this.hMemManager);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue