ddanielr commented on PR #4593:
URL: https://github.com/apache/accumulo/pull/4593#issuecomment-2135921286

   Added the logic to modify the message if port search was enabled.
   Tested this with enabling and disabling the `tserver.port.search` property 
and running multiple tservers locally. 
   
   `tserver.port.search=true`
   ```
   [rpc.TServerUtils] DEBUG: Failed attempting to create server at 
localhost:10000. Could not create ServerSocket on address 
localhost/127.0.0.1:10000.
   ```
   
   `tserver.port.search=false`
   ```
   [rpc.TServerUtils] WARN : Error attempting to create server at 
localhost:9997. Error: Could not create ServerSocket on address 
localhost/127.0.0.1:9997.
   ```


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