dlmarion commented on code in PR #6471:
URL: https://github.com/apache/accumulo/pull/6471#discussion_r3614393929
##########
server/base/src/main/java/org/apache/accumulo/server/util/adminCommand/Fate.java:
##########
@@ -267,6 +287,39 @@ public void execute(JCommander cl, FateOpts options)
throws Exception {
}
}
+ private void preSplitFateTable(FateOpts options) throws Exception {
Review Comment:
```suggestion
private void generateFateTableSplits(FateOpts options) throws Exception {
```
Suggest changing the name as this is generating the splits, not applying
them to the table.
--
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]