accumulo icon indicating copy to clipboard operation
accumulo copied to clipboard

Update Fate admin command to support the addition of the Accumulo instance type

Open cshannon opened this issue 1 year ago • 0 comments

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:

  1. 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.
  2. We should provide an option to filter transactions based on instance type.
  3. 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

cshannon avatar Jan 17 '24 23:01 cshannon