mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Remove bf from datanode: 1. When watching vchannels, skip loading **flushed** segments's bf. For generating merged bf, we need to keep loading **growing** segments's bf. 2. Bypass bloom filter checks for delete messages, directly writing to L0 segments. 3. In version 2.4, when dropping a partition, marking segments as dropped depends on having the full segment list in the DataNode. So, we need to keep syncing the segments every 10 minutes. issue: https://github.com/milvus-io/milvus/issues/34585 pr: https://github.com/milvus-io/milvus/pull/35902, https://github.com/milvus-io/milvus/pull/36367, https://github.com/milvus-io/milvus/pull/36592 --------- Signed-off-by: bigsheeper <yihao.dai@zilliz.com>