accumulo
accumulo copied to clipboard
Update Fate admin command to support the addition of the Accumulo instance type
With the addition of support for multiple Fate instances and an AccumuloStore in #4133 and #4049 the fate command in the Admin utility needs to be updated.
The changes in #4133 only partially updated things to fix the problems with unit tests but more work is needed.
More investigation needs to be done for all the changes but a few things are:
- We need to make the command compatible with the Accumulo instance as well and not just Zookeeper for operations such as cancelling a fate operation. This will mean updating the command to provide an instance type.
- We should provide an option to filter transactions based on instance type.
- Updating the formatting of the summary output to show the instance type
We may want to wait to update the command until the changes are finished in #3964 as that might require more changes