mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
8123bea1ae
issue: #34095 When a new query node comes online, the segment_checker, channel_checker, and balance_checker simultaneously attempt to allocate segments to it. If this occurs during the execution of a load task and the distribution of the new query node hasn't been updated, the query coordinator may mistakenly view the new query node as empty. As a result, it assigns segments or channels to it, potentially overloading the new query node with more segments or channels than expected. This PR measures the workload of the executing tasks on the target query node to prevent assigning an excessive number of segments to it. --------- Signed-off-by: Wei Liu <wei.liu@zilliz.com> |
||
---|---|---|
.. | ||
allocator | ||
core | ||
datacoord | ||
datanode | ||
distributed | ||
http | ||
indexnode | ||
kv | ||
metastore | ||
mocks | ||
parser/planparserv2 | ||
proto | ||
proxy | ||
querycoordv2 | ||
querynodev2 | ||
registry | ||
rootcoord | ||
storage | ||
streamingnode/server/wal | ||
streamingservice | ||
tso | ||
types | ||
util |