ctubbsii commented on issue #4823: URL: https://github.com/apache/accumulo/issues/4823#issuecomment-2307355337
An alternative to adding new APIs is to have the implementation read specific system properties that can be added for troubleshooting. For example, we could have properties that look something like: ``` org.apache.accumulo.client.rpc.<serviceType>.host=<host:port> ``` And then, if that property is set, instead of randomly selecting one, it just connects to that specific one for that specific service type. If we did this, it should just be set as a system property, though, and not added as a shell-specific command-line or connection option. The user could customize their `accumulo-env.sh` to add it to their `JAVA_OPTS` if they wished. Or they could set `JAVA_OPTS` themselves when they run `bin/accumulo shell`. -- 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]
