Adds support for starting multiple managers per host#6228
Adds support for starting multiple managers per host#6228ddanielr merged 4 commits intoapache:mainfrom
Conversation
Updates the cluster.yaml format to support running multiple managers on the same host.
|
I don't think we should put managers into resource groups until we define what that means. As a user I would assume that if a manager was in the A user might want to then have the manager manage the resources in multiple resource groups. So instead of putting the manager into a resource group, the manager would have resource groups assigned to it to manage. Right now we have a |
Use the number of manager services per host
Updates the --manager flags to --managers Also updates -manager to -managers in ZooZap Moves stream into try-with-resources loop
Updates the cluster.yaml format to support setting the number of manager processes per host.
Closes: #6212
If managers should be organized under a resource group then this PR can be easily modified to support that.