dlmarion commented on PR #5066:
URL: https://github.com/apache/accumulo/pull/5066#issuecomment-2479337792
I tested it with this configuration and from what I can tell everything came
up (and shutdown) as expected. This has different groups and different numbers
of servers per group.
```
manager:
- localhost
monitor:
- localhost
gc:
- localhost
tserver:
default:
servers_per_host: 1
hosts:
- localhost
test1:
servers_per_host: 2
hosts:
- localhost
compactor:
default:
servers_per_host: 1
hosts:
- localhost
test2:
servers_per_host: 3
hosts:
- localhost
sserver:
default:
servers_per_host: 1
hosts:
- localhost
test3:
servers_per_host: 4
hosts:
- localhost
```
--
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]