Commit Graph

4 Commits

Author SHA1 Message Date
Arnaud Gourlay
014e833d57 Lint Python tests (#3504) 2024-02-01 09:37:29 +01:00
Andrey Vasnetsov
029b32d2d3 only forward update from shard to another shard (#2755)
* only forward update from shard to another shard

* remove outdated comment
2023-10-02 16:59:49 +02:00
Roman Titov
4f01f9fbb1 Fix WriteOrdering::Medium and WriteOrdering::Strong semantics (#2053)
`WriteOrdering::Medium` and `WriteOrdering::Strong` were swapped 🤡
2023-06-09 16:23:06 +02:00
Arnaud Gourlay
2d9e015905 Forward write request according to write consistency (#1405)
* Forward write request according to write consistency

* use gRPC internal update API by making shard_id optional

* improve and test

* mark leader peer as failed in case of service error during forward

* forward write ordering param
2023-01-30 15:02:21 +01:00