-
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]: When performing a text match query in a growing segment, the result will be empty. #36962
Comments
/assign @czs007 PTAL |
This case has a relatively high failure rate in CI, so it's set to critical. |
working on this. |
failed job: https://jenkins.milvus.io:18080/blue/organizations/jenkins/Milvus%20HA%20CI/detail/PR-36693/9/pipeline
The word "win" appears 10 times in the corpus of the "word" field, but the result returned by text match is empty.
|
Growing segment insert success, but can't search,checking temporary index for growing. |
test_query_text_match_normal
in ci
this is the expected hebaviour. |
@xiaofan-luan |
This is data should be able to be searched after a couple of hundred milli seconds. |
this is the expected behaviour. this is because tantivy is searchable only if data is synced to disk, and we can not sync to disk every time. There is a checker here to sync data to disk every certain amount of time |
may be fixed by #39070 |
Is there an existing issue for this?
Environment
Current Behavior
Performed text matching using the token with the highest frequency in the corpus, but no results were returned.
Expected Behavior
No response
Steps To Reproduce
No response
Milvus Log
failed ci job: https://jenkins.milvus.io:18080/blue/organizations/jenkins/Milvus%20HA%20CI/detail/PR-36952/1/pipeline/
Anything else?
No response
The text was updated successfully, but these errors were encountered: