- Jul 11, 2024
-
-
Dmitry Rodionov authored
Make it possible to pass enabled injections at process startup via env variables.
-
Dmitry Rodionov authored
If initial call to vshard.router.bootstrap failed with taimeout then following calls return cluster already bootstrapped error. Make proc_sharding_bootstrap treat this error as successful bootstrap. Close: https://git.picodata.io/picodata/picodata/picodata/-/issues/751
-
- Jul 10, 2024
-
-
Dmitry Rodionov authored
-
Dmitry Rodionov authored
-
Dmitry Rodionov authored
-
- Jul 09, 2024
-
-
Dmitry Ivanov authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
If it's set only the "rows" part of the response is returned. This parameter is True by default because in most cases this is what we want.
-
Georgy Moshkin authored
-
- Jul 08, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
Close #765
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Jul 05, 2024
-
-
Dmitry Ivanov authored
-
Dmitry Ivanov authored
-
Dmitry Ivanov authored
-
Dmitry Ivanov authored
-
-
-
-
- Some sql queries that read from sharded tables can fail with timeout error, but because of rethrows it is showed as 'Connection reset error'. In order to avoid retrying such tests in CI we can use retries in tests. Note: solution to the problem itself is in the progress, but we don't know when it will be done: https://github.com/tarantool/vshard/pull/442 - Another solution is to use global tables instead of sharded tables in tests where it does not matter. - This commit uses both approaches: when possible sharded tables were replaced with global ones. In other cases retries were used.
-
Виталий Шунков authored
-
- Jul 04, 2024
-
-
Arseniy Volynets authored
- when doing global dml sql query, there is error like user don't have access to 'raft_state` space. Fix this by doing parts of pipeline that access system spaces under admin
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
This is needed because we require Service::on_start callbacks to be idempotent because governor may end up call them multiple times.
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-