milvus/internal
wei liu a7f6193bfc
fix: query node may stuck at stopping progress (#33104)
issue: #33103 
when try to do stopping balance for stopping query node, balancer will
try to get node list from replica.GetNodes, then check whether node is
stopping, if so, stopping balance will be triggered for this replica.

after the replica refactor, replica.GetNodes only return rwNodes, and
the stopping node maintains in roNodes, so balancer couldn't find
replica which contains stopping node, and stopping balance for replica
won't be triggered, then query node will stuck forever due to
segment/channel doesn't move out.

---------

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2024-05-20 10:21:38 +08:00
..
allocator
core [automated] Update Knowhere Commit (#33147) 2024-05-20 01:51:37 +08:00
datacoord enhance: Query slot for compaction task (#32881) 2024-05-17 18:19:38 +08:00
datanode enhance: Query slot for compaction task (#32881) 2024-05-17 18:19:38 +08:00
distributed enhance: Query slot for compaction task (#32881) 2024-05-17 18:19:38 +08:00
http
indexnode enhance: indexnode building index record collection id (#32574) 2024-04-26 17:05:29 +08:00
kv
metastore enhance: use the only MaxEtcdTxnNum (#33070) 2024-05-17 14:27:42 +08:00
mocks enhance: Query slot for compaction task (#32881) 2024-05-17 18:19:38 +08:00
mq
parser/planparserv2 enhance: optimize plan parser pool to avoid unnessary recycle (#32869) 2024-05-11 10:51:31 +08:00
proto enhance: Query slot for compaction task (#32881) 2024-05-17 18:19:38 +08:00
proxy fix: check array field data is nil before getting the type (#33114) 2024-05-17 17:29:37 +08:00
querycoordv2 fix: query node may stuck at stopping progress (#33104) 2024-05-20 10:21:38 +08:00
querynodev2 enhance: Skip return data distribution if no change happen (#32814) 2024-05-17 10:11:37 +08:00
registry
rootcoord fix: exceed etcd limit (#33041) 2024-05-14 18:45:32 +08:00
storage enhance: enable stream writer in compactions (#32612) 2024-05-17 15:05:37 +08:00
tso fix: add lazy load field to mark segment load type (#31591) 2024-03-28 11:23:10 +08:00
types feat: support rate limiter based on db and partition levels (#31070) 2024-04-12 16:01:19 +08:00
util enhance: Query slot for compaction task (#32881) 2024-05-17 18:19:38 +08:00