HBASE-24428 : Update compaction priority (ADDENDUM)
This commit is contained in:
parent
6aa2286733
commit
7df034a824
|
@ -135,7 +135,7 @@ public class HStore implements Store {
|
||||||
// so as to prioritize their compaction.
|
// so as to prioritize their compaction.
|
||||||
// Any compaction candidate with higher priority than compaction of newly split daugher regions
|
// Any compaction candidate with higher priority than compaction of newly split daugher regions
|
||||||
// should have priority value < (Integer.MIN_VALUE + 1000)
|
// should have priority value < (Integer.MIN_VALUE + 1000)
|
||||||
public static final int SPLIT_REGION_COMPACTION_PRIORITY = Integer.MIN_VALUE + 1000;
|
private static final int SPLIT_REGION_COMPACTION_PRIORITY = Integer.MIN_VALUE + 1000;
|
||||||
|
|
||||||
protected final MemStore memstore;
|
protected final MemStore memstore;
|
||||||
// This stores directory in the filesystem.
|
// This stores directory in the filesystem.
|
||||||
|
|
Loading…
Reference in New Issue