tarantool / tt

Command-line utility to manage Tarantool applications
Other
101 stars 12 forks source link

replicaset: use `vshard bootstrap` timeout as bootstrap timeout #973

Closed oleg-jukovec closed 1 month ago

oleg-jukovec commented 1 month ago

The --timeout flag for tt vshard bootstrap is now passed as vshard.router.bootstrap({timeout=...}). It allows to increase the real bootstrap process timeout.

Closes https://github.com/tarantool/tt-ee/issues/232

I also noticed that the default timeout was 3 seconds instead of 10s expected. Fixed.