milvus/internal/datanode/syncmgr
yihao.dai 6c1d815894
enhance: Remove the unused compaction logic from shard (#33932)
1. Remove the `compactTo` field in `SegmentInfo`.
2. Remove the target segment not match and its retry logic in
`SyncManager`.

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

---------

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2024-06-23 21:12:01 +08:00
..
key_lock_dispatcher_test.go enhance: Remove the unused compaction logic from shard (#33932) 2024-06-23 21:12:01 +08:00
key_lock_dispatcher.go enhance: Remove the unused compaction logic from shard (#33932) 2024-06-23 21:12:01 +08:00
meta_writer_test.go enhance: Reduce datanode metacache frequent scan range (#33400) 2024-05-28 14:19:42 +08:00
meta_writer.go enhance: Reduce datanode metacache frequent scan range (#33400) 2024-05-28 14:19:42 +08:00
mock_meta_writer.go enhance: separate serializer logic from sync task (#29413) 2023-12-26 10:40:47 +08:00
mock_serializer.go fix: serializer shall bypass L0 segment merge stats step (#29636) 2024-01-04 16:52:45 +08:00
mock_sync_manager.go enhance:avoid maintain checkpoint info in sync manager (#33413) 2024-06-05 10:05:50 +08:00
mock_task.go enhance: Remove the unused compaction logic from shard (#33932) 2024-06-23 21:12:01 +08:00
options.go enhance: separate serializer logic from sync task (#29413) 2023-12-26 10:40:47 +08:00
serializer.go enhance: Avoid merging insert data when buffering insert msgs (#33562) 2024-06-13 11:15:56 +08:00
storage_serializer_test.go enhance: Remove the unused compaction logic from shard (#33932) 2024-06-23 21:12:01 +08:00
storage_serializer.go enhance: Avoid merging insert data when buffering insert msgs (#33562) 2024-06-13 11:15:56 +08:00
storage_v2_serializer_test.go enhance: Remove the unused compaction logic from shard (#33932) 2024-06-23 21:12:01 +08:00
storage_v2_serializer.go enhance: Avoid merging insert data when buffering insert msgs (#33562) 2024-06-13 11:15:56 +08:00
sync_manager_test.go enhance: Remove the unused compaction logic from shard (#33932) 2024-06-23 21:12:01 +08:00
sync_manager.go enhance: Remove the unused compaction logic from shard (#33932) 2024-06-23 21:12:01 +08:00
task_test.go enhance: Remove the unused compaction logic from shard (#33932) 2024-06-23 21:12:01 +08:00
task.go enhance: Remove the unused compaction logic from shard (#33932) 2024-06-23 21:12:01 +08:00
taskv2_test.go enhance: support null in go payload (#32296) 2024-06-19 17:08:00 +08:00
taskv2.go enhance: Remove the unused compaction logic from shard (#33932) 2024-06-23 21:12:01 +08:00