apache/incubator-horaedb-meta

Avoid open table in multiple shard.

ZuLiangWang opened this issue · 0 comments

Description
In the current implementation, we cannot guarantee that a table cannot be opened on multiple shards, maybe we need a mechanism similar to ShardLock to solve this problem

Proposal
Avoid open table in multiple shard

Additional context