Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0.0-alpha-1, 2.4.0
-
None
-
None
-
None
Description
The default value of hbase.hregion.memstore.mslab.indexchunksize.percent introduced by HBASE-24892 is 0.1, but we use DefaultMemStore by default , which has no IndexChunk and ChunkCreator.indexChunksPool is useless(IndexChunk is only used by CompactingMemStore and CellChunkMap, ), so the hbase.hregion.memstore.mslab.indexchunksize.percent should be 0 by default to save memory space. Only when we use CompactingMemStore and CellChunkMap, it is meaningful to set hbase.hregion.memstore.mslab.indexchunksize.percent by user.
Howerver, because existing bug in ChunkCreator, it depends on HBASE-26142
Attachments
Issue Links
- depends upon
-
HBASE-26142 NullPointerException when set 'hbase.hregion.memstore.mslab.indexchunksize.percent' to zero
- Resolved
- relates to
-
HBASE-24892 config 'hbase.hregion.memstore.mslab.indexchunksize' not be used
- Resolved