tarantool / vshard

The new generation of sharding based on virtual buckets
Other
98 stars 29 forks source link

Allow to not invoke box.cfg() when vshard.*.cfg() is called #428

Closed ImeevMA closed 7 months ago

ImeevMA commented 10 months ago

Currently, every time vshard.storage.cfg() or vshard.router.cfg() is called, box.cfg() is also called. This allows us to start a cluster using vshard. However, this is not necessary when vshard is run after the cluster is set up.

R-omk commented 10 months ago

https://github.com/tarantool/vshard/issues/353

ImeevMA commented 10 months ago

True. Closed as a duplicate.

ImeevMA commented 10 months ago

After some thought - issue #353 about the router, and here about the router and the storage.

Totktonada commented 7 months ago

Documentation request: https://github.com/tarantool/doc/issues/3894.