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 open table in multiple shard.

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