apache/incubator-horaedb-meta

Avoid generating exactly the same procedure

ZuLiangWang opened this issue · 0 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