kevinrr888 opened a new issue, #5230: URL: https://github.com/apache/accumulo/issues/5230
**Is your feature request related to a problem? Please describe.** Prior to https://github.com/apache/accumulo/pull/5218, a String was passed around and stored representing the type of fate operation being performed. This was changed to be a concrete type. `TxName` and similar naming are still used throughout the FATE code, which isn't as representative of what is being passed/stored now. **Describe the solution you'd like** All mentions of `TxName` or similar should be renamed to something more appropriate like `fateOp`, `txOp`, `txOperation`, etc. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org