[#42] netmap: Renumerate Replica message fields

* Reassign ec_data_count and ec_parity_count to 3 and 4.

Signed-off-by: Airat Arifullin <aarifullin@yadro.com>
This commit is contained in:
Airat Arifullin 2024-03-26 18:59:45 +03:00
parent 07eb6a438c
commit 433b2e6a47

View file

@ -105,10 +105,10 @@ message Replica {
string selector = 2 [ json_name = "selector" ]; string selector = 2 [ json_name = "selector" ];
// Data shards count // Data shards count
uint32 ec_data_count = 6 [ json_name = "ecDataCount" ]; uint32 ec_data_count = 3 [ json_name = "ecDataCount" ];
// Parity shards count // Parity shards count
uint32 ec_parity_count = 7 [ json_name = "ecParityCount" ]; uint32 ec_parity_count = 4 [ json_name = "ecParityCount" ];
} }
// Set of rules to select a subset of nodes from `NetworkMap` able to store // Set of rules to select a subset of nodes from `NetworkMap` able to store