Skip to content

Commit

Permalink
remove unused proto fields (#9500)
Browse files Browse the repository at this point in the history
  • Loading branch information
gridnevvvit authored Sep 19, 2024
1 parent d83894e commit 60dc4df
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions ydb/core/protos/kqp.proto
Original file line number Diff line number Diff line change
Expand Up @@ -606,14 +606,8 @@ message TKqpNodeResources {
optional uint32 AvailableComputeActors = 4; // legacy
optional uint64 UsedMemory = 5; // legacy
optional uint64 TotalMemory = 7; // legacy
message TTxResources {
optional uint64 TxId = 1;
optional uint32 ComputeActors = 2;
optional uint64 Memory = 3;
optional uint32 StartTimestamp = 4;
}
repeated TTxResources Transactions = 6; // legacy

reserved 6;
////////////////////////////////////////////////////

optional uint32 NodeId = 1;
Expand Down

0 comments on commit 60dc4df

Please sign in to comment.