kevinrr888 commented on issue #5130:
URL: https://github.com/apache/accumulo/issues/5130#issuecomment-2557355733

   > How are the operations being split into different subsets/groups? Type or 
something else?
   
   Split based on `FateOperation` type (e.g., `TABLE_CREATE`, `TABLE_COMPACT`, 
`TABLE_BULK_IMPORT2`, etc.). The `FateOperation` class is a thrift type and 
only used for `FateServiceHandler`. Some transactions are seeded with different 
operations not included in `FateOperation` and used outside of 
`FateServiceHandler`. Currently, the `FateOperation`s are passed to the Fates 
as Strings. Will make a small PR to add  a concrete type of `FateOperation` 
which includes all possible operations and isn't thrift (will probably rename 
existing `FateOperation` to `TFateOperation`). This gets rid of the use of 
strings for these.


-- 
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]

Reply via email to