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

   Hi @richochetclementine1315 
   https://github.com/apache/accumulo/pull/5218 introduced a new type 
`FateOperation` as a replacement to passing around a String. It represents the 
type of fate operation being performed. For example, if a table is created, 
this would be a TABLE_CREATE fate operation. `TxName`, `txName`, or similar 
were used throughout the code to represent this previously String type. This is 
no longer the best way to represent what is being stored or passed around now. 
`fateOp` may be the best way to represent this now. Grepping for txname (case 
insensitive) would be a good starting place to complete this ticket. More info 
about fate can be found here if curious 
https://accumulo.apache.org/docs/2.x/administration/fate.
   
   Let me know if you would like me to assign this ticket to you.


-- 
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: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to