Skip to content

Commit 60dc4df

Browse files
authored
remove unused proto fields (#9500)
1 parent d83894e commit 60dc4df

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

ydb/core/protos/kqp.proto

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -606,14 +606,8 @@ message TKqpNodeResources {
606606
optional uint32 AvailableComputeActors = 4; // legacy
607607
optional uint64 UsedMemory = 5; // legacy
608608
optional uint64 TotalMemory = 7; // legacy
609-
message TTxResources {
610-
optional uint64 TxId = 1;
611-
optional uint32 ComputeActors = 2;
612-
optional uint64 Memory = 3;
613-
optional uint32 StartTimestamp = 4;
614-
}
615-
repeated TTxResources Transactions = 6; // legacy
616609

610+
reserved 6;
617611
////////////////////////////////////////////////////
618612

619613
optional uint32 NodeId = 1;

0 commit comments

Comments
 (0)