We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MetaCache is process-wide singleton and shared between clients. Even the clients are connected to different instance or databases.
MetaCache
MetaCache shall be client-wise.
No response
The text was updated successfully, but these errors were encountered:
fix: Make MetaCache field of GrpcClient
67db196
Related to milvus-io#809 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
fix: Make MetaCache field of GrpcClient (#810)
0c84a71
Related to #809 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
UsingDatabase
fix: [GoSDK] reset cache after UsingDatabase (#35638)
4373c69
Related to milvus-io/milvus-sdk-go#809 --------- Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
congqixia
No branches or pull requests
Is there an existing issue for this?
Current Behavior
MetaCache
is process-wide singleton and shared between clients. Even the clients are connected to different instance or databases.Expected Behavior
MetaCache shall be client-wise.
Steps To Reproduce
No response
Environment
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: