Skip to content

Commit d425c83

Browse files
Revert add status PROCESSING to statistics proto (#8253)
1 parent e7a16fc commit d425c83

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

ydb/core/protos/statistics.proto

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ message TEvAnalyzeTable {
118118

119119
// Shard -> SA
120120
message TEvAnalyzeTableResponse {
121-
optional bytes OperationId = 1;
122-
optional NKikimrProto.TPathID PathId = 2;
123-
optional fixed64 ShardTabletId = 3;
121+
optional bytes OperationId = 1;
122+
optional NKikimrProto.TPathID PathId = 2;
123+
optional fixed64 ShardTabletId = 3;
124124
}
125125

126126

@@ -148,9 +148,8 @@ message TEvStatisticsResponse {
148148
enum EStatus {
149149
STATUS_UNSPECIFIED = 0;
150150
STATUS_SUCCESS = 1;
151-
STATUS_PROCESSING = 2;
152-
STATUS_ABORTED = 3;
153-
STATUS_ERROR = 4;
151+
STATUS_ABORTED = 2;
152+
STATUS_ERROR = 3;
154153
}
155154
optional EStatus Status = 2;
156155
optional fixed64 ShardTabletId = 3;

0 commit comments

Comments
 (0)