-
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]: index_null_offset
of TextMatchIndex using wrong prefix and could be GCed unintentionally
#39933
Comments
Related to milvus-io#39933 Signed-off-by: Congqi Xia <[email protected]>
Related to milvus-io#39933 Signed-off-by: Congqi Xia <[email protected]>
@congqixia Hello! I'm here to assist you with any bugs, questions, or contributions you have. Let's work together to resolve any issues you're experiencing. The issue you're encountering seems to be related to the storage path configuration for index files in the To address this, ensure that the index files for the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Related to #39933 Signed-off-by: Congqi Xia <[email protected]>
…39936) Cherry-pick from master pr: #39935 Related to #39933 Signed-off-by: Congqi Xia <[email protected]>
…s-io#39935) Related to milvus-io#39933 Signed-off-by: Congqi Xia <[email protected]>
#39935) (#40011) Cherry-pick from master pr: #39335 Related to #39933 Signed-off-by: Congqi Xia <[email protected]>
Is there an existing issue for this?
Environment
Current Behavior
The TextMatch stats logs are stored with prefix
basePath/text_log
. However if varchar column is nullable, an extra index file is store withbasePath/index_files
path which could be GCed unintentionallyExpected Behavior
index files belongs to text match index shall be stored under correct prefix
Steps To Reproduce
Milvus Log
No response
Anything else?
Related to #39889
The text was updated successfully, but these errors were encountered: