milleruntime commented on code in PR #328: URL: https://github.com/apache/accumulo-website/pull/328#discussion_r925742082
########## _docs-2/administration/fate.md: ########## @@ -29,6 +29,42 @@ every operation must be able to undo or replay a partial execution of itself. Re implementation of the operation to support this functional greatly simplifies the execution of these operations. This property is also what guarantees safety in light of failure conditions. +### REPO Stack + +A FATE operations is compromised as a sequence of REPOs. In order to start a FATE transaction, Review Comment: ```suggestion A FATE transaction is composed of a sequence of Repeatable persisted operations (REPO). In order to start a FATE transaction, ``` -- 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]
