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 e7a16fc commit d425c83Copy full SHA for d425c83
ydb/core/protos/statistics.proto
@@ -118,9 +118,9 @@ message TEvAnalyzeTable {
118
119
// Shard -> SA
120
message TEvAnalyzeTableResponse {
121
- optional bytes OperationId = 1;
122
- optional NKikimrProto.TPathID PathId = 2;
123
- optional fixed64 ShardTabletId = 3;
+ optional bytes OperationId = 1;
+ optional NKikimrProto.TPathID PathId = 2;
+ optional fixed64 ShardTabletId = 3;
124
}
125
126
@@ -148,9 +148,8 @@ message TEvStatisticsResponse {
148
enum EStatus {
149
STATUS_UNSPECIFIED = 0;
150
STATUS_SUCCESS = 1;
151
- STATUS_PROCESSING = 2;
152
- STATUS_ABORTED = 3;
153
- STATUS_ERROR = 4;
+ STATUS_ABORTED = 2;
+ STATUS_ERROR = 3;
154
155
optional EStatus Status = 2;
156
optional fixed64 ShardTabletId = 3;
0 commit comments