- Dec 01, 2022
-
-
- Nov 28, 2022
-
-
Georgy Moshkin authored
-
- Nov 24, 2022
-
-
Valentin Syrovatskiy authored
-
- Nov 17, 2022
-
-
- Nov 15, 2022
-
-
Eliminate code duplication, use `define_str_enum` macro from tarantool-module. Remove personalized `FromStr::Err` for every enum defined that way.
-
Georgy Moshkin authored
-
- Nov 10, 2022
-
-
Valentin Syrovatskiy authored
-
Valentin Syrovatskiy authored
-
- Oct 31, 2022
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
Cases covered: - when someone goes offline - whenever vshard gets reconfigured
-
-
Currently stores: - replicset_id - replicaset_uuid - sharding weight - replication master id
-
- Oct 27, 2022
-
-
- Oct 26, 2022
-
-
Georgy Moshkin authored
-
- Oct 25, 2022
-
-
- Oct 17, 2022
-
-
- Oct 15, 2022
-
-
Yaroslav Dynnikov authored
-
- Oct 06, 2022
-
-
- Sep 23, 2022
-
-
- Sep 21, 2022
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
Every field of Peer now has a corresponding unit struct defined in the `peer_field` module, which implements the `PeerFieldDef` trait which in turn contains information about the field's name, tarantool type and rust type. This information currently is used in the `field_by_raft_id` method and is generated by the `define_peer_fields` macro, which also automates the generation of the format (`peer_format` function) for the "raft_group" space.
-
Georgy Moshkin authored
-
- Sep 15, 2022
-
-
replication_factor now goes into cluster_state
-
- Sep 14, 2022
-
-
Georgy Moshkin authored
-
- Sep 13, 2022
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Sep 08, 2022
-
-
Yaroslav Dynnikov authored
If makes the code neater.
-