incubator-horaedb-meta
incubator-horaedb-meta copied to clipboard
Implement rollback operation for procedure
Description
After realizing the basic functions of each procedure, we need to implement fault tolerance for the procedure, add rollback
and cancel
for the procedure.
Proposal
- [ ] Implement
RollbackProcedure
. It will close the failed shard and reinitialize it. - [ ] Add implementation of
cancel
for everyProcedure
Additional context