milvus/internal/flushcommon/writebuffer
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
..
delta_buffer.go enhance: Use v2 package name for pkg module (#39990) 2025-02-22 23:15:58 +08:00
delta_buffer_test.go enhance: Use v2 package name for pkg module (#39990) 2025-02-22 23:15:58 +08:00
insert_buffer.go enhance: Use v2 package name for pkg module (#39990) 2025-02-22 23:15:58 +08:00
insert_buffer_test.go enhance: Use v2 package name for pkg module (#39990) 2025-02-22 23:15:58 +08:00
l0_write_buffer.go enhance: add schema version at recovery storage (#43500) 2025-07-23 21:38:54 +08:00
l0_write_buffer_test.go enhance: add schema version at recovery storage (#43500) 2025-07-23 21:38:54 +08:00
manager.go fix: assigning the correct storage version in sync and index tasks (#41093) 2025-04-08 10:14:25 +08:00
manager_test.go enhance: add schema version at recovery storage (#43500) 2025-07-23 21:38:54 +08:00
mock_manager.go fix: [AddField] Use latest schema instead of cached one (#41757) 2025-05-12 16:24:56 +08:00
mock_write_buffer.go fix: [AddField] Use latest schema instead of cached one (#41757) 2025-05-12 16:24:56 +08:00
options.go feat: storage v2 sync (#39663) 2025-03-05 11:22:15 +08:00
segment_buffer.go enhance: [Add Field] Use consistent schema for single buffer (#41891) 2025-05-17 19:46:22 +08:00
stats_buffer.go feat: support embedding bm25 sparse vector and flush bm25 stats log (#36036) 2024-09-19 10:57:12 +08:00
sync_policy.go enhance: Use v2 package name for pkg module (#39990) 2025-02-22 23:15:58 +08:00
sync_policy_test.go enhance: Use v2 package name for pkg module (#39990) 2025-02-22 23:15:58 +08:00
write_buffer.go fix: [StorageV2] sort field binlogs paths for packed reader and writer (#43585) 2025-07-30 08:09:36 +08:00
write_buffer_test.go fix: [StorageV2] sync panic with nullable add field (#43142) 2025-07-25 10:08:53 +08:00