apache / incubator-horaedb-meta

Meta service of HoraeDB cluster.
https://horaedb.apache.org
Apache License 2.0
27 stars 15 forks source link

refactor: refactor procedure module #148

Closed ZuLiangWang closed 1 year ago

ZuLiangWang commented 1 year ago

Which issue does this PR close?

https://github.com/CeresDB/ceresmeta/issues/145

Rationale for this change

In another PR, we refactored the scheduler module to support a new distributed interaction model. At the same time, we need to refactor the procedure module to support procedures being executed in the correct order at the shard level.

What changes are included in this PR?

Are there any user-facing changes?

None.

How does this change test

Pass all unit tests and integration tests.