Currently scan servers support setting a resource group but not tablet servers. It would be useful to be able to specify resource groups for tablets servers and start a stateful set for each tablet servers resource group. Setting resource groups for tablet servers may only be supported in Accumulo 4.0.
The following is one possible accumulo 4.0 use case for this that will provide dedicated resource for the accumulo system tables.
- Create a stateful set/resource group for the accumulo.root table tablets.
- Create a stateful set/resource group forthe accumulo.metadata table tablets.
- Create a stateful set/resource group for the accumulo.fate table tablets.
- Create a stateful set/resource group for accumulo system table compactions. Configure the accumulo.* tables to use this resource group for compaction.
Currently scan servers support setting a resource group but not tablet servers. It would be useful to be able to specify resource groups for tablets servers and start a stateful set for each tablet servers resource group. Setting resource groups for tablet servers may only be supported in Accumulo 4.0.
The following is one possible accumulo 4.0 use case for this that will provide dedicated resource for the accumulo system tables.