-
Notifications
You must be signed in to change notification settings - Fork 432
[DO NOT MERGE] Add standalone MCP tool text2sql for load test and potential memory leak investigation
#933
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
base: develop
Are you sure you want to change the base?
[DO NOT MERGE] Add standalone MCP tool text2sql for load test and potential memory leak investigation
#933
Conversation
Signed-off-by: Yuchen Zhang <[email protected]>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Signed-off-by: Yuchen Zhang <[email protected]>
Signed-off-by: Yuchen Zhang <[email protected]>
Signed-off-by: Yuchen Zhang <[email protected]>
Signed-off-by: Yuchen Zhang <[email protected]>
Signed-off-by: Yuchen Zhang <[email protected]>
Signed-off-by: Yuchen Zhang <[email protected]>
Signed-off-by: Yuchen Zhang <[email protected]>
text2sql for load test and potential memory leak investigation
text2sql for load test and potential memory leak investigationtext2sql for load test and potential memory leak investigation
Signed-off-by: Yuchen Zhang <[email protected]>
Signed-off-by: Yuchen Zhang <[email protected]>
Description
The goal of this PR:
Analysis of
Datadoglogs for thettyscMCP server revealed that thetext2sqltool is the only component with a potential memory leak during observed incidents. To isolate this issue, a standalone version of the text2sql tool was developed. This standalone version minimizes external dependencies, retaining only vanna and milvus to preserve core logic.By Submitting this PR I confirm: