We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867d8fa commit 90ba9e9Copy full SHA for 90ba9e9
.github/last_commit.txt
@@ -1 +1 @@
1
-b6b887dc9b0107368d53dff40e8ddcbc04001b57
+9c4a824b4d0d5d3627b64c6c37673133bb1b3350
src/api/protos/draft/ydb_bridge.proto
@@ -41,6 +41,8 @@ message UpdateClusterStateRequest {
41
Ydb.Operations.OperationParams operation_params = 1;
42
// List of desired pile states to update
43
repeated PileStateUpdate updates = 2;
44
+ // If set, acquire quorum only for specific pile(s)
45
+ repeated uint32 specific_pile_ids = 3;
46
}
47
48
message UpdateClusterStateResponse {
0 commit comments