incubator-horaedb-meta icon indicating copy to clipboard operation
incubator-horaedb-meta copied to clipboard

Implement rollback operation for procedure

Open ZuLiangWang opened this issue 2 years ago • 0 comments

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 every Procedure

Additional context

ZuLiangWang avatar Sep 27 '22 03:09 ZuLiangWang