-
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]: search raises error string field contains invalid UTF-8
when enabled queryNode.segcore.multipleChunkedEnable=true
#37083
Comments
/assign @zhengbuqian |
maybe it's not related to queryNode.segcore.multipleChunkedEnable? What' the exact error? |
I think this might not be related to mulitple chunk enabled. |
reproduced in my local env, the error happened when proxy tries to |
fixed in #37104 |
/assign @sunby |
issue: #37083 We use vector of string_view to save data temporally but real string data will be released after record batch is deconstructed. Change it to vector of string to avoid memory corruption. --------- Signed-off-by: sunby <sunbingyi1992@gmail.com>
/assign @wangting0128 |
verification passedargo task: fouramf-e2e-jz25z |
Is there an existing issue for this?
Environment
Current Behavior
argo task: fouramf-e2e-update-sdk
Run all e2e tag L0L1L2 test cases
server:
client log:
client.log
Expected Behavior
No response
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: