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

Refactor the fsm of procedure

Open baojinri opened this issue 1 year ago • 0 comments

Description Now, the ddl and operation fsm in procedure are not clearly, and the error messages of fsm are mixed together.

Proposal

  • Sort out the state flow of ddl and operation
  • Use CanceledError to distinct error message, refer: https://pkg.go.dev/github.com/looplab/fsm#CanceledError

Additional context

baojinri avatar Jun 06 '23 08:06 baojinri