apache / incubator-horaedb-meta

Meta service of HoraeDB cluster.

Home Page:https://horaedb.apache.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avoid generating exactly the same procedure

ZuLiangWang opened this issue · comments

Description
In the current implementation, we do not check and filter duplicate procedures (such as creating exactly the same table, scheduling to open the same Shard)

Proposal
Avoid generating exactly the same procedure.

Additional context