HBASE-16832 Reduce the default number of versions in Meta table for branch-1 (binlijin)

This commit is contained in:
tedyu 2016-10-14 13:53:39 -07:00
parent 57d3e9e756
commit 05b010cacb
1 changed files with 1 additions and 1 deletions

View File

@ -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.