HBASE-22006 Fix branch-2.1 findbugs warning; causes nightly show as failed.
(cherry picked from commit 18d02ffd5d
)
This commit is contained in:
parent
fd6bc5d900
commit
c9e358908f
|
@ -1613,9 +1613,8 @@ 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);
|
||||
ChunkCreator.initialize(chunkSize, offheap, globalMemStoreSize, poolSizePercentage,
|
||||
initialCountPercentage, this.hMemManager);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue