ivakegg commented on code in PR #3142:
URL: https://github.com/apache/accumulo/pull/3142#discussion_r1058414039
##########
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:
@ctubbsii Should this be a general property or a tserver property?
--
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]