dlmarion commented on code in PR #3192:
URL: https://github.com/apache/accumulo/pull/3192#discussion_r1103080704


##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -284,6 +285,9 @@ 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_PROCESS_BIND_ADDRESS("general.process.bind.addr", "0.0.0.0", 
PropertyType.STRING,
+      "The local IP address to which this server should bind for sending and 
receiving network traffic",
+      "3.0.0"),

Review Comment:
   No, we don't want to specify the port. Each server process has a port 
property already and some have the ability to do port search.



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