ctubbsii commented on code in PR #5966:
URL: https://github.com/apache/accumulo/pull/5966#discussion_r2558136014


##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -95,6 +95,14 @@ public enum Property {
       The local IP address to which this server should bind for sending \
       and receiving network traffic. If not set then the process binds to all 
addresses.
       """, "2.1.4"),
+  RPC_BIND_PORT("rpc.bind.port", "19000-19999", PropertyType.PORT,
+      """
+          The port or range of ports servers attempt to bind for RPC traffic. 
Provide a single \
+          value to target an exact port (will attempt higher ports if given 
port is already in use, \
+          up to 1000 additional checks), or a range using formats like 
'19000-19999' to allow searching for \
+          the first available port within that range.
+          """,
+      "4.0.0"),

Review Comment:
   I agree. This was one of the things in the original ticket:
   
   > A single integer value, `A`, should be interpreted as the range `[A, 
A+1)`, and implies no port searching.... use that one value or fail.



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