Closed oleg-jukovec closed 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.
--timeout
tt vshard bootstrap
vshard.router.bootstrap({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.
The
--timeout
flag fortt vshard bootstrap
is now passed asvshard.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.