dlmarion commented on PR #5066:
URL: https://github.com/apache/accumulo/pull/5066#issuecomment-2479466965

   So, I like the idea of centering the cluster.yaml on the group, but I think 
your example doesn't capture the fact that the different processes are likely 
running on different servers. Here is your example with that taken into account:
   
   ```
   groups:
     - default:
         manager: 1
           - hosts:
              - localhost1
         monitor: 1
           - hosts:
              - localhost2
         gc: 1
           - hosts:
              - localhost3
         tserver: 1
           - hosts:
              - localhost1
         compactor: 1
           - hosts:
              - localhost2
         sserver: 1
           - hosts:
              - localhost3
   
     - test1:
         tserver: 2
           - hosts:
              - localhost1
              - localhost2
   
     - test2:
         compactor: 3
           - hosts:
              - localhost1
              - localhost2
              
     - test3:
         sserver: 4
           - hosts:
              - localhost2
              - localhost3
         
   ```


-- 
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]

Reply via email to