milvus/internal/datanode/syncmgr
yihao.dai 0d7ba810b3
enhance: Check segment existence when FlushSegments and add some key logs (#34438) (#34472)
Check if the segment exists during FlushSegments and add some key logs
in write path.

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

pr: https://github.com/milvus-io/milvus/pull/34438

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2024-07-08 19:00:13 +08:00
..
key_lock_dispatcher_test.go enhance: [cherry-pick] Decouple compaction from shard (#34157) 2024-06-25 20:22:03 +08:00
key_lock_dispatcher.go enhance: [cherry-pick] Decouple compaction from shard (#34157) 2024-06-25 20:22:03 +08:00
meta_writer_test.go test: support multiple data/querynodes in integration test (#30618) 2024-02-21 11:54:53 +08:00
meta_writer.go test: support multiple data/querynodes in integration test (#30618) 2024-02-21 11:54:53 +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:[Cherry-pick] avoid maintain checkpoint info in sync manager (#33413) (#34285) 2024-07-03 19:02:09 +08:00
mock_task.go enhance: [cherry-pick] Periodically synchronize segments to datanode watcher (#33420) (#34186) 2024-06-27 11:24:05 +08:00
options.go enhance: separate serializer logic from sync task (#29413) 2023-12-26 10:40:47 +08:00
serializer.go enhance: [2.4] Avoid merging insert data when buffering insert msgs (#34205) 2024-06-27 10:14:05 +08:00
storage_serializer_test.go enhance: [2.4] Avoid merging insert data when buffering insert msgs (#34205) 2024-06-27 10:14:05 +08:00
storage_serializer.go enhance: Use Blocked Bloom Filter instead of basic bloom fitler impl (#34377) 2024-07-05 17:04:10 +08:00
storage_v2_serializer_test.go enhance: [2.4] Avoid merging insert data when buffering insert msgs (#34205) 2024-06-27 10:14:05 +08:00
storage_v2_serializer.go enhance: [2.4] Avoid merging insert data when buffering insert msgs (#34205) 2024-06-27 10:14:05 +08:00
sync_manager_test.go enhance: [cherry-pick] Decouple compaction from shard (#34157) 2024-06-25 20:22:03 +08:00
sync_manager.go enhance:[Cherry-pick] avoid maintain checkpoint info in sync manager (#33413) (#34285) 2024-07-03 19:02:09 +08:00
task_test.go enhance: [2.4] Avoid merging insert data when buffering insert msgs (#34205) 2024-06-27 10:14:05 +08:00
task.go enhance: Check segment existence when FlushSegments and add some key logs (#34438) (#34472) 2024-07-08 19:00:13 +08:00
taskv2_test.go enhance: [2.4] Avoid merging insert data when buffering insert msgs (#34205) 2024-06-27 10:14:05 +08:00
taskv2.go enhance: [cherry-pick] Decouple compaction from shard (#34157) 2024-06-25 20:22:03 +08:00