- Mar 29, 2023
-
-
Егор Ивков authored
-
- Dec 23, 2022
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Dec 16, 2022
-
-
Georgy Moshkin authored
-
- Dec 08, 2022
-
-
Georgy Moshkin authored
The code inside process_topology_request_async has become too complex therefore TopologyRequest has lost its utility
-
- Dec 05, 2022
-
-
Valentin Syrovatskiy authored
refactor: rename UpdateInstanceRequest -> update_instance::Request, UpdateInstanceResponse -> update_instance::Response Use direct structure names instead of aliases for better IDE code surfing
-
-
- Dec 01, 2022
-
-
- Nov 28, 2022
-
-
Georgy Moshkin authored
-
- Nov 22, 2022
-
-
Yaroslav Dynnikov authored
-
Yaroslav Dynnikov authored
-
- Nov 15, 2022
-
-
Georgy Moshkin authored
-
- Nov 09, 2022
-
-
Yaroslav Dynnikov authored
Rewrite it from scratch to satisfy tests and to represent governor logics in general.
-
- Oct 31, 2022
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
Cases covered: - when someone goes offline - whenever vshard gets reconfigured
-
- Oct 27, 2022
-
-
- Oct 25, 2022
-
-
- Oct 17, 2022
-
-
- Oct 15, 2022
-
-
Yaroslav Dynnikov authored
-
- Oct 06, 2022
-
-
- Sep 14, 2022
-
-
Georgy Moshkin authored
-
- Sep 02, 2022
-
-
Valentin Syrovatskiy authored
-
- Aug 16, 2022
-
-
Georgy Moshkin authored
Tarantool remote requests are handled in a IProto thread, and on_shutdown triggers are handled in the TX thread. During shutdown we send a request to the leader, which introduces a race condition in case we are the leader. If iproto thread shuts down before the request is sent, it will never be handled. The fix is simple: in case we are the leader during shutdown, don't send the request, instead handle the request directly in the TX thread.
-
Georgy Moshkin authored
-
- Jul 27, 2022
-
-
- Jul 08, 2022
-
-
- Jul 07, 2022
-
-
- Jul 01, 2022
-
-
Yaroslav Dynnikov authored
-
Georgy Moshkin authored
-
- Jun 30, 2022
-
-
Yaroslav Dynnikov authored
-
Georgy Moshkin authored
-
- Jun 29, 2022
-
-
Yaroslav Dynnikov authored
-
Yaroslav Dynnikov authored
-
- Jun 23, 2022
-
-
deactivation means that instance - is demoted to learner (if it wasn't one already) - is marked "inactive" so that it's ignored when determining the number of voters required for the cluster
-