dlmarion commented on code in PR #3482:
URL: https://github.com/apache/accumulo/pull/3482#discussion_r1227233940
##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -808,6 +814,11 @@ public enum Property {
+ " global setting to take effect. However, you must use the API or
the shell"
+ " to change properties in zookeeper that are set on a table.",
"1.3.5"),
+ TABLE_ASSIGNMENT_GROUP("table.assignment.group",
ServiceDescriptor.DEFAULT_GROUP_NAME,
+ PropertyType.STRING,
+ "Tablets for this table will be assigned to TabletServers that have a
corresponding"
Review Comment:
> Unless the balancer is limited to only assigning to tserver within the
group?
I think we should do this given that there is a default resource group and
the ability to create others.
--
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]