diff options
author | danilalexeev <danilalexeev@yandex-team.com> | 2023-10-03 14:05:16 +0300 |
---|---|---|
committer | danilalexeev <danilalexeev@yandex-team.com> | 2023-10-03 15:24:40 +0300 |
commit | 5a2244f16299be6d4b9fd016bc4e5547e5ee909d (patch) | |
tree | 483849220b6c0500a68e331b9db2807ce2acc38d /yt/yt_proto | |
parent | 39eeb40ad161d9506bf9e893a3ff0a5838566301 (diff) | |
download | ydb-5a2244f16299be6d4b9fd016bc4e5547e5ee909d.tar.gz |
YT-19762: Discombobulate observers command
Diffstat (limited to 'yt/yt_proto')
-rw-r--r-- | yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto b/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto index a9dcc70d29..85dabf4943 100644 --- a/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto +++ b/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto @@ -924,6 +924,17 @@ message TRspMasterExitReadOnly //////////////////////////////////////////////////////////////////////////////// +message TReqDiscombobulateNonvotingPeers +{ + required NYT.NProto.TGuid cell_id = 1; +} + +message TRspDiscombobulateNonvotingPeers +{ +} + +//////////////////////////////////////////////////////////////////////////////// + message TReqGCCollect { optional NYT.NProto.TGuid cell_id = 1; |