milvus/internal/flushcommon/syncmgr
sthuang a2c7ed2780
fix: [StorageV2] sort field binlogs paths for packed reader and writer (#43585)
key changes:
* fix unstable storage v2 compaction unit test by guaranteeing the order
of paths during sync.
* bump milvus-storage version, include
https://github.com/milvus-io/milvus-storage/pull/222
https://github.com/milvus-io/milvus-storage/pull/223
https://github.com/milvus-io/milvus-storage/pull/224
https://github.com/milvus-io/milvus-storage/pull/225
https://github.com/milvus-io/milvus-storage/pull/226
* Also fix the below related oom issue.
related: https://github.com/milvus-io/milvus/issues/43310

Signed-off-by: shaoting-huang <shaoting.huang@zilliz.com>
2025-07-30 08:09:36 +08:00
..
key_lock_dispatcher.go enhance: Use v2 package name for pkg module (#39990) 2025-02-22 23:15:58 +08:00
key_lock_dispatcher_test.go enhance: Organize the common modules of streamingNode and dataNode (#34773) 2024-07-22 11:33:51 +08:00
meta_writer.go fix: [StorageV2] sort field binlogs paths for packed reader and writer (#43585) 2025-07-30 08:09:36 +08:00
meta_writer_test.go fix: make savebinlogpath idompotent at binlog level (#43615) 2025-07-29 19:47:36 +08:00
mock_meta_writer.go enhance: ChunkManager is no longer created during datanode initialization (#42791) 2025-06-17 17:06:38 +08:00
mock_pack_writer.go enhance: ChunkManager is no longer created during datanode initialization (#42791) 2025-06-17 17:06:38 +08:00
mock_sync_manager.go enhance: ChunkManager is no longer created during datanode initialization (#42791) 2025-06-17 17:06:38 +08:00
mock_task.go enhance: ChunkManager is no longer created during datanode initialization (#42791) 2025-06-17 17:06:38 +08:00
options.go fix: [StorageV2] sort field binlogs paths for packed reader and writer (#43585) 2025-07-30 08:09:36 +08:00
pack_writer.go fix: make savebinlogpath idompotent at binlog level (#43615) 2025-07-29 19:47:36 +08:00
pack_writer_test.go enhance: add schema version at recovery storage (#43500) 2025-07-23 21:38:54 +08:00
pack_writer_v2.go feat: impl StructArray -- create schema, insert, and retrieve data (#42855) 2025-07-27 01:30:55 +08:00
pack_writer_v2_test.go enhance: add schema version at recovery storage (#43500) 2025-07-23 21:38:54 +08:00
serializer.go fix: Release data memory after sync task completes (#42627) 2025-06-10 16:28:34 +08:00
storage_serializer.go feat: [CMEK] Add utils to load plugins (#42986) 2025-07-29 17:17:36 +08:00
storage_serializer_test.go feat: [CMEK] Add utils to load plugins (#42986) 2025-07-29 17:17:36 +08:00
sync_manager.go fix: Prevent import from generating small binlogs (#43132) 2025-07-07 21:32:47 +08:00
sync_manager_test.go fix: Prevent import from generating small binlogs (#43132) 2025-07-07 21:32:47 +08:00
task.go fix: [StorageV2] sort field binlogs paths for packed reader and writer (#43585) 2025-07-30 08:09:36 +08:00
task_test.go fix: [StorageV2] sort field binlogs paths for packed reader and writer (#43585) 2025-07-30 08:09:36 +08:00