summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkoloshmet <[email protected]>2025-06-09 04:22:08 +0300
committerkoloshmet <[email protected]>2025-06-09 04:36:02 +0300
commitfcd092027e287c0484ebc99524aa5e4d9e365dfa (patch)
tree2fb82c18c7b2a941dba08290b7f4090293b557b6
parentc3568a18f903fb2343bd6e595ffd3ced0b60eb6b (diff)
YT-24748: Check node write sessions in write targets allocation
Promote reign Check node write sessions in write targets allocation commit_hash:928d7717403433127a81c89ecfd2b819e08eb843
-rw-r--r--yt/yt_proto/yt/client/node_tracker_client/proto/node.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/yt/yt_proto/yt/client/node_tracker_client/proto/node.proto b/yt/yt_proto/yt/client/node_tracker_client/proto/node.proto
index fa09aeb9f0f..42ba562054c 100644
--- a/yt/yt_proto/yt/client/node_tracker_client/proto/node.proto
+++ b/yt/yt_proto/yt/client/node_tracker_client/proto/node.proto
@@ -90,6 +90,7 @@ message TMediumStatistics
{
required int32 medium_index = 1;
required double io_weight = 3;
+ optional int64 max_write_sessions_per_location = 4;
}
message TNetworkStatistics
@@ -229,6 +230,7 @@ message TDataNodeStatistics
required bool full = 9;
repeated TChunkLocationStatistics chunk_locations = 10;
repeated TMediumStatistics media = 11;
+ optional int32 max_write_sessions = 12;
}
message TExecNodeStatistics