keith-turner commented on code in PR #3496:
URL: https://github.com/apache/accumulo/pull/3496#discussion_r1244319077
##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -1069,6 +1075,11 @@ public enum Property {
+ "also consider configuring the `" +
NoDeleteConstraint.class.getName() + "` "
+ "constraint.",
"2.0.0"),
+ TABLE_ASSIGNMENT_GROUP("table.assignment.group",
Constants.DEFAULT_RESOURCE_GROUP_NAME,
Review Comment:
If needed we could pass the tserver group information to the tablet mgmt
iterator, we already pass the live tserver set I think so this would be a
similar amount of data. We could call the balancer plugins in the tablet mgmt
iterator if needed also. The compaction code is calling compaction plugins in
CompactionJobGenerator inside tablet mgtm iterator to make decisions.
--
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]