apache/incubator-horaedb-meta

Open shards concurrently

ShiKaiWi opened this issue · 0 comments

Description
Currently, shards are opened one by one, which is too slow when restarting the whole cluster.

Proposal
Open the shards concurrently.

Additional context