Skip to content

Commit 90ba9e9

Browse files
alexvruGazizonoki
authored andcommitted
Support quorum of specific bridge pile ids when changing cluster state in Bridge mode (#20539)
1 parent 867d8fa commit 90ba9e9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/last_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b6b887dc9b0107368d53dff40e8ddcbc04001b57
1+
9c4a824b4d0d5d3627b64c6c37673133bb1b3350

src/api/protos/draft/ydb_bridge.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ message UpdateClusterStateRequest {
4141
Ydb.Operations.OperationParams operation_params = 1;
4242
// List of desired pile states to update
4343
repeated PileStateUpdate updates = 2;
44+
// If set, acquire quorum only for specific pile(s)
45+
repeated uint32 specific_pile_ids = 3;
4446
}
4547

4648
message UpdateClusterStateResponse {

0 commit comments

Comments
 (0)