milvus/internal
congqixia 3626f49025
fix: make sure balance candidate is alway pushed back (#29702)
See also #29699

Querycoord panicked when tried to pop from an empty heap. We assume the
heap shall not be empty, but in some branch, the candidate is never
pushed back.

This PR put pop & push in a closure and adds a defer call to push item
back.

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2024-01-05 10:08:47 +08:00
..
allocator Refine delete by expression for forbid proxy dml task scheduler hang (#29340) 2023-12-26 19:52:48 +08:00
core enhance: fill missed info for segcore error (#29610) 2024-01-04 17:54:46 +08:00
datacoord fix: the config value of DataCoordTimeTick become longer and longer (#29659) 2024-01-04 17:06:47 +08:00
datanode enhance: reduce SyncTask AllocID call and refine code (#29701) 2024-01-05 10:04:46 +08:00
distributed enhance: Rename SearchV2 to HybridSearch (#29592) 2024-01-04 19:22:46 +08:00
http enhance: Support to get the param value in the runtime (#29297) 2023-12-22 18:36:44 +08:00
indexnode feat: support inverted index (#28783) 2023-12-31 19:50:47 +08:00
kv enhance: Make etcd kv request timeout configurable (#28661) 2023-11-23 19:34:23 +08:00
metastore fix: missing the grant info when using the SelectGrant api with the default db (#29173) 2023-12-14 16:20:43 +08:00
mocks enhance: Rename SearchV2 to HybridSearch (#29592) 2024-01-04 19:22:46 +08:00
mq fix: unstable ut and fix goroutine leak (#29624) 2024-01-04 17:24:47 +08:00
parser/planparserv2 fix: Fix bug for parsing expression that include quotes (#28416) 2023-11-23 17:18:32 +08:00
proto enhance: make delegator delete buffer holding all delete from cp (#29626) 2024-01-04 17:02:46 +08:00
proxy enhance: Rename SearchV2 to HybridSearch (#29592) 2024-01-04 19:22:46 +08:00
querycoordv2 fix: make sure balance candidate is alway pushed back (#29702) 2024-01-05 10:08:47 +08:00
querynodev2 enhance: use GPU pool for gpu tasks (#29678) 2024-01-04 17:50:46 +08:00
registry Add querynode client wrapper and avoid grpc in standalone mode (#27781) 2023-10-19 11:10:07 +08:00
rootcoord enhance: unable to compile C++ tests (#29616) 2024-01-04 13:20:46 +08:00
storage enhance: Read azure file without ReadAll (#29602) 2024-01-04 20:50:46 +08:00
tso
types
util feat: support inverted index (#28783) 2023-12-31 19:50:47 +08:00