HBASE-16832 Reduce the default number of versions in Meta table for branch-1 (binlijin)
This commit is contained in:
parent
57d3e9e756
commit
05b010cacb
|
@ -775,7 +775,7 @@ public final class HConstants {
|
|||
/**
|
||||
* Default value of {@link #HBASE_META_VERSIONS}.
|
||||
*/
|
||||
public static int DEFAULT_HBASE_META_VERSIONS = 10;
|
||||
public static int DEFAULT_HBASE_META_VERSIONS = 3;
|
||||
|
||||
/**
|
||||
* Parameter name for number of versions, kept by meta table.
|
||||
|
|
Loading…
Reference in New Issue