-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Normal compaction doesnt start after import #39633
Comments
also 128G memory may not be enough for hosting 50M 768 dim data. |
/assign @gland1 |
We want to import a dataset , compact it to desired number of segments and only then create an index. |
0.log.gz |
/assign @czs007 |
|
you can tune dataCoord.compaction.indexBasedCompaction to be false if you just do one time ingestion. |
Thanks I can confirm this solves the issue |
Is there an existing issue for this?
Environment
Current Behavior
I'm importing a 50M dataset with vector length 768.
stats task is disabled and no index is created.
I expected compaction to start right after import.
Compaction doesn't start.
I see compaction_trigger in debug mode printing:
datacoord/compaction_trigger.go:316] ["the length of SegmentsChanPart is 0, skip to handle compaction\
I suspect it has to do with the new IsInvisible flag
Expected Behavior
I expected compaction to start and reducing the number of segments as I configured 38400 segment size
Steps To Reproduce
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: