ivakegg commented on code in PR #3142:
URL: https://github.com/apache/accumulo/pull/3142#discussion_r1059087306


##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -274,6 +274,13 @@ public enum Property {
       PropertyType.BOOLEAN, "Enables JVM metrics functionality using 
Micrometer", "2.1.0"),
   GENERAL_MICROMETER_FACTORY("general.micrometer.factory", "", 
PropertyType.CLASSNAME,
       "Name of class that implements MeterRegistryFactory", "2.1.0"),
+  GENERAL_LOCATION_MODE("general.location.mode", "locality", 
PropertyType.LAST_LOCATION_MODE,

Review Comment:
   So it appears that a general property cannot be set in zookeeper.  I am 
leaning towards changing this to a tserver property unless you have a reason 
why not to.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to