DomGarguilo commented on PR #5966: URL: https://github.com/apache/accumulo/pull/5966#issuecomment-3554378782
> Is there an example for how a user would configure ports for the individual servers? There is a comment in #5845 about setting this in `accumulo-env.sh`, but I'm not sure that will work. I'm thinking about the case where there are multiple tservers or compactors running on the same host. With the current configuration you can make sure that tservers are allocating ports from set A and compactors from set B. I think with this new configuration, all processes on the host will be allocating ports from a single set of available ports. Yea I think you're right. The port range prop can of course be set when manually starting a component but I don't think it can be added to accumulo-env.sh without significant changes at least. One way that seems like it could work well is to add a port range field to cluster.yaml. That way we could specify the port range per component type. -- 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]
