dlmarion commented on PR #5966: URL: https://github.com/apache/accumulo/pull/5966#issuecomment-3554817951
I think the port range property that is sent down to `accumulo` should be added to the list of arguments to the java command (`-o rpc.bind.port=N-M`). See https://github.com/apache/accumulo/pull/5966#issuecomment-3554450215 for context. For example, if `accumulo` used `$EXTRA_ARGS` at the end of that line, then that could be set in `accumulo-env.sh` for each process type per resource group [here](https://github.com/apache/accumulo/blob/8177db1c4d88404237a7b17c7f80217d5e326db6/assemble/conf/accumulo-env.sh#L92-L110). The modifications that you have above to `accumulo-cluster` could just set the `$EXTRA_ARGS` variable when calling `accumulo-service`. -- 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]
