- Sep 06, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
There's still some raft operations which we can't switch to compare_and_swap yet unfortunately.
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
We only use Eq ranges
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Дмитрий Афанасьев authored
-
Дмитрий Афанасьев authored
-
Дмитрий Афанасьев authored
-
Дмитрий Афанасьев authored
-
Дмитрий Афанасьев authored
-
Yaroslav Dynnikov authored
-
-
-
-
-
-
-
-
- Sep 04, 2024
-
-
Виталий Шунков authored
-
- Sep 03, 2024
-
-
-
Егор Ивков authored
-
Егор Ивков authored
-
Егор Ивков authored
-
Егор Ивков authored
-
-
- Sep 02, 2024
-
-
Вартан Бабаян authored
-
Maksim Kaitmazian authored
-
- Aug 30, 2024
-
-
Maksim Kaitmazian authored
-
roman.kuzmin authored
-
-
A global lock for schema changes that solves the following issue: An expensive index creation can cause RPC timeouts, resulting in re-sending of the same RPC even though the operation is still in progress on the master. The second RPC attempts to create the same index, but it realizes that the index already exists even if the operation has not been completed yet. To handle this scenario, a global lock was added in `proc_apply_schema_change` to prevent concurrent schema changes.
-
Georgy Moshkin authored
-