DomGarguilo commented on PR #5966: URL: https://github.com/apache/accumulo/pull/5966#issuecomment-3554492380
> > 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. > > I guess another way would be to create a new variable that can be added to the end of > > https://github.com/apache/accumulo/blob/8177db1c4d88404237a7b17c7f80217d5e326db6/assemble/bin/accumulo#L89 > > This would allow that variable to be set in `accumulo-env.sh` Yea that would work too. Thinking through adding it to cluster.yaml, it might look something like this: ``` tserver: default: servers_per_host: 2 hosts: - localhost1 - localhost2 port_range: 20000-20049 highmem: servers_per_host: 1 hosts: - hmvm1 port_range: 20050-20099 ``` So we would define a range per component type per resource group. Not sure that we want/need that kind of fine grained control or if we just want ranges per component type regardless of RG. -- 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]
