[Bug]: Forgetting to set blob memory size when compaction resulted a huge segment being generated #33280
Closed
1 task done
Labels
kind/bug
Issues or changes related a bug
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Milestone
Is there an existing issue for this?
Environment
Current Behavior
Forgetting to set blob memory size when compaction resulted a huge segment being generated.
the segment max size config size is
1024M
, but generated the segment with num rows is 3080000, and the dim is 768.from the birdwatcher, all the segment after compaction, the memory size is 0.
Expected Behavior
should be set blob memory size in
milvus/internal/storage/serde.go
Lines 927 to 931 in 310bfe7
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: