milvus/internal/distributed
yihao.dai 8537f3daeb
enhance: Rename Compaction to CompactionV2 (#33858)
Due to the removal of injection and syncSegments from the compaction, we
need to ensure that no compaction is successfully executed during the
rolling upgrade. This PR renames Compaction to CompactionV2, with the
following effects:
- New datacoord + old datanode: Utilizes the CompactionV2 interface,
resulting in the datanode error "CompactionV2 not implemented," causing
compaction to fail;
- Old datacoord + new datanode: Utilizes the CompactionV1 interface,
resulting in the datanode error "CompactionV1 not implemented," causing
compaction to fail.

issue: https://github.com/milvus-io/milvus/issues/32809

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2024-06-16 22:07:57 +08:00
..
datacoord feat: datacoord/node watch based on rpc (#32036) 2024-05-07 15:49:30 +08:00
datanode enhance: Rename Compaction to CompactionV2 (#33858) 2024-06-16 22:07:57 +08:00
indexnode enhance: Support analyze data (#33651) 2024-06-06 17:37:51 +08:00
proxy enhance: add restful api to trigger component stop (#32076) 2024-06-07 10:35:54 +08:00
querycoord enhance: declarative resource group api (#31930) 2024-04-15 08:13:19 +08:00
querynode enhance:Refactor hybrid search (#32020) 2024-04-09 14:21:18 +08:00
rootcoord fix: Removed chance for port conflict in service_test (#32626) 2024-04-28 14:05:25 +08:00
utils Refine DataCoord status (#27262) 2023-09-26 17:15:27 +08:00
connection_manager_test.go Moving etcd client into session (#27069) 2023-10-27 07:36:12 +08:00
connection_manager.go enhance:change some logs (#29579) 2024-01-05 16:12:48 +08:00
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00