- Mar 27, 2023
-
-
Denis Smirnov authored
-
- Feb 09, 2023
-
-
Yaroslav Dynnikov authored
It's obsolete anyway.
-
- Jan 31, 2023
-
-
- Jan 30, 2023
-
-
Yaroslav Dynnikov authored
-
Yaroslav Dynnikov authored
It's obsolete as we are not going to implement raft_applier fiber anymore.
-
Yaroslav Dynnikov authored
-
Yaroslav Dynnikov authored
-
Yaroslav Dynnikov authored
-
Yaroslav Dynnikov authored
-
- Dec 12, 2022
-
-
- Dec 09, 2022
-
-
Valentin Syrovatskiy authored
-
- Dec 05, 2022
-
-
-
Valentin Syrovatskiy authored
Use direct structure names instead of aliases for better IDE code surfing 1
-
- Nov 30, 2022
-
-
- Nov 18, 2022
-
-
- Oct 20, 2022
-
-
Alexander Tolstoy authored
add roadmap-en
-
- Aug 29, 2022
-
-
Yaroslav Dynnikov authored
-
Yaroslav Dynnikov authored
Tell a story.
-
- Aug 28, 2022
-
-
Valentin Syrovatskiy authored
-
- Aug 12, 2022
-
-
- Aug 08, 2022
-
-
Yaroslav Dynnikov authored
It's already called `raft_conf_change_loop` in code.
-
- Aug 05, 2022
-
-
Yaroslav Dynnikov authored
Extend documentation with raft log processing algorithm.
-
Yaroslav Dynnikov authored
-
Yaroslav Dynnikov authored
Describe `conf_change_loop` and graceful shutdown logic.
-
Yaroslav Dynnikov authored
Bring the algorithm description in accordance with actual implementation. Also provide some comments to the code.
-
- Jul 06, 2022
-
-
- Jul 05, 2022
-
-
Georgy Moshkin authored
-
- Jun 20, 2022
-
-
Yaroslav Dynnikov authored
-
-
- Jun 17, 2022
-
-
Alexander Tolstoy authored
-
Alexander Tolstoy authored
-
- Jun 16, 2022
-
-
Alexander Tolstoy authored
-
- Jun 15, 2022
-
-
Alexander Tolstoy authored
-
- Jun 01, 2022
- May 25, 2022
-
-
Alexander Tolstoy authored
-
- May 23, 2022
-
-
Alexander Tolstoy authored
-
Yaroslav Dynnikov authored
When bootstrapping an instance, there're two possible execution paths - `start_boot` and `start_join`. While `start_join` takes all uuids from JoinResponse, `start_boot` already deals with a bootstrapped `box.cfg` (it's done in `start_discover`, refer to [1]). In order to make uuids consistent across `box.cfg` and topology module, `start_boot` stage is preceded with rebootstrap. This case is also covered with a pytest. - [1] doc/clustering.md
-
- Apr 28, 2022
-
-