Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions ydb/core/protos/statistics.proto
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ message TEvAnalyzeTable {

// Shard -> SA
message TEvAnalyzeTableResponse {
optional bytes OperationId = 1;
optional NKikimrProto.TPathID PathId = 2;
optional fixed64 ShardTabletId = 3;
optional bytes OperationId = 1;
optional NKikimrProto.TPathID PathId = 2;
optional fixed64 ShardTabletId = 3;
}


Expand Down Expand Up @@ -148,9 +148,8 @@ message TEvStatisticsResponse {
enum EStatus {
STATUS_UNSPECIFIED = 0;
STATUS_SUCCESS = 1;
STATUS_PROCESSING = 2;
STATUS_ABORTED = 3;
STATUS_ERROR = 4;
STATUS_ABORTED = 2;
STATUS_ERROR = 3;
}
optional EStatus Status = 2;
optional fixed64 ShardTabletId = 3;
Expand Down