milvus/internal/mocks
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
..
util/logserviceutil/mock_message enhance: new messsage interface for log service (#33286) 2024-06-11 10:38:01 +08:00
mock_chunk_manager.go enhance: use WalkWithPrefix api for oss, enable piplined file gc (#31740) 2024-04-25 20:41:27 +08:00
mock_datacoord_client.go fix: add lazy load field to mark segment load type (#31591) 2024-03-28 11:23:10 +08:00
mock_datacoord.go fix: add lazy load field to mark segment load type (#31591) 2024-03-28 11:23:10 +08:00
mock_datanode_client.go enhance: Rename Compaction to CompactionV2 (#33858) 2024-06-16 22:07:57 +08:00
mock_datanode.go enhance: Rename Compaction to CompactionV2 (#33858) 2024-06-16 22:07:57 +08:00
mock_grpc_client.go enhance: Use mockery to replace manual mock code (#29074) 2023-12-13 10:46:44 +08:00
mock_indexnode_client.go enhance: Support analyze data (#33651) 2024-06-06 17:37:51 +08:00
mock_indexnode.go enhance: Support analyze data (#33651) 2024-06-06 17:37:51 +08:00
mock_proxy_client.go enhance: update shard leader cache when leader location changed (#32470) 2024-05-08 10:05:29 +08:00
mock_proxy.go enhance: expose DescribeDatabase api in proxy (#32732) 2024-05-09 22:51:30 +08:00
mock_querycoord_client.go enhance: declarative resource group api (#31930) 2024-04-15 08:13:19 +08:00
mock_querycoord.go enhance: declarative resource group api (#31930) 2024-04-15 08:13:19 +08:00
mock_querynode_client.go enhance:Refactor hybrid search (#32020) 2024-04-09 14:21:18 +08:00
mock_querynode.go enhance:Refactor hybrid search (#32020) 2024-04-09 14:21:18 +08:00
mock_rootcoord_client.go enhance: Enable alter database props in rootcoord (#32458) 2024-04-25 10:53:25 +08:00
mock_rootcoord.go enhance: Enable alter database props in rootcoord (#32458) 2024-04-25 10:53:25 +08:00