milvus/internal
XuanYang-cn 321c5c32e3
fix: Separate schedule and check results loop (#28692)
This PR:

- Separates compaction scheduler and check results loop So that slow in
check-loop doesn't influence execution.

- Cleans compaction tasks when drop a vchannel so dropped-channel's
compaction tasks won't be checked over and over again.

  - Skips meta change when meta's already changed, avoid panic
  - Remove not inuse injectDone(bool) parameter

See also: #28628, #28209

---------

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
2023-11-29 10:50:29 +08:00
..
allocator enhance:Remove msgbase unnecessary assignments (#28511) 2023-11-24 15:02:39 +08:00
core [automated] Update Knowhere Commit (#28704) 2023-11-24 16:56:24 +08:00
datacoord fix: Separate schedule and check results loop (#28692) 2023-11-29 10:50:29 +08:00
datanode fix: Separate schedule and check results loop (#28692) 2023-11-29 10:50:29 +08:00
distributed enhance: refine access log to support format access log by yaml and print name info. (#28319) 2023-11-28 15:32:31 +08:00
http Improve HTTP server include metrics and RESTful API (#28045) 2023-11-19 17:14:20 +08:00
indexnode enhance: Add logs for each step during service initialization (#28624) 2023-11-27 16:30:26 +08:00
kv enhance: Make etcd kv request timeout configurable (#28661) 2023-11-23 19:34:23 +08:00
metastore fix: failed to release collection with more than 128 partitions (#28446) 2023-11-19 18:28:21 +08:00
mocks feat: trigger compaction to handle index version (#28442) 2023-11-21 09:26:22 +08:00
mq Fix getting incorrect CPU num (#28146) 2023-11-06 06:02:16 +08:00
parser/planparserv2 fix: Fix bug for parsing expression that include quotes (#28416) 2023-11-23 17:18:32 +08:00
proto feat: enable balance based on growing segment row count (#28623) 2023-11-27 14:58:26 +08:00
proxy enhance: refine access log to support format access log by yaml and print name info. (#28319) 2023-11-28 15:32:31 +08:00
querycoordv2 enhance: Add logs for each step during service initialization (#28624) 2023-11-27 16:30:26 +08:00
querynodev2 feat: enable balance based on growing segment row count (#28623) 2023-11-27 14:58:26 +08:00
registry Add querynode client wrapper and avoid grpc in standalone mode (#27781) 2023-10-19 11:10:07 +08:00
rootcoord fix: data race on rootcoord.proxyClientManager.proxyClient (#28787) 2023-11-28 15:52:26 +08:00
storage fix: Fix minio latency monitoring for get operation (#28510) 2023-11-28 10:00:27 +08:00
tso Format the code (#27275) 2023-09-21 09:45:27 +08:00
types Decoupling client and server API in types interface (#27186) 2023-09-26 09:57:25 +08:00
util enhance: Revert import support csv format (#28760) 2023-11-28 14:32:27 +08:00