keith-turner commented on code in PR #4247:
URL: https://github.com/apache/accumulo/pull/4247#discussion_r1488729314
##########
server/base/src/main/java/org/apache/accumulo/server/manager/state/TabletManagementParameters.java:
##########
@@ -205,7 +206,7 @@ private static class JsonData {
final Map<String,Set<String>> tserverGroups;
- final Map<Long,Map<String,String>> compactionHints;
+ final Map<FateId,Map<String,String>> compactionHints;
Review Comment:
If this seems like a big change, could add an ELASTICITY_TODO for this to
get this PR merged.
--
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]