ACCUMULO-4458 addendum for 1.8 - Adds an additional property to HOT_PATH_PROPERTIES based on use in 1.8 tablet server.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/923c87e2 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/923c87e2 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/923c87e2 Branch: refs/heads/1.8 Commit: 923c87e2fbdfd49409e8099293cc87371da8f6fd Parents: 1bf8a63 Author: Sean Busbey <bus...@cloudera.com> Authored: Thu Sep 15 08:47:24 2016 -0700 Committer: Sean Busbey <bus...@cloudera.com> Committed: Thu Sep 15 08:47:24 2016 -0700 ---------------------------------------------------------------------- core/src/main/java/org/apache/accumulo/core/conf/Property.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/923c87e2/core/src/main/java/org/apache/accumulo/core/conf/Property.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/apache/accumulo/core/conf/Property.java b/core/src/main/java/org/apache/accumulo/core/conf/Property.java index 34ef953..ede1c6f 100644 --- a/core/src/main/java/org/apache/accumulo/core/conf/Property.java +++ b/core/src/main/java/org/apache/accumulo/core/conf/Property.java @@ -830,7 +830,8 @@ public enum Property { */ public static final EnumSet<Property> HOT_PATH_PROPERTIES = EnumSet.of(Property.TSERV_CLIENT_TIMEOUT, Property.TSERV_TOTAL_MUTATION_QUEUE_MAX, Property.TSERV_ARCHIVE_WALOGS, Property.GC_TRASH_IGNORE, Property.TSERV_MAJC_DELAY, Property.TABLE_MINC_LOGS_MAX, Property.TSERV_MAJC_MAXCONCURRENT, - Property.REPLICATION_WORKER_THREADS, Property.TABLE_DURABILITY, Property.INSTANCE_ZK_TIMEOUT, Property.TABLE_CLASSPATH); + Property.REPLICATION_WORKER_THREADS, Property.TABLE_DURABILITY, Property.INSTANCE_ZK_TIMEOUT, Property.TABLE_CLASSPATH, + Property.MASTER_METADATA_SUSPENDABLE); private static final EnumSet<Property> fixedProperties = EnumSet.of(Property.TSERV_CLIENTPORT, Property.TSERV_NATIVEMAP_ENABLED, Property.TSERV_SCAN_MAX_OPENFILES, Property.MASTER_CLIENTPORT, Property.GC_PORT);