Skip to content

Conversation

@c121914yu
Copy link
Collaborator

@c121914yu c121914yu commented Aug 26, 2025

fix: #5508

@gru-agent
Copy link
Contributor

gru-agent bot commented Aug 26, 2025

TestGru Assignment

Summary

Link CommitId Status Reason
Detail d05627d 🚫 Skipped No files need to be tested {"document/content/docs/upgrading/4-12/4122.mdx":"File path does not match include patterns.","document/data/doc-last-modified.json":"File path does not match include patterns.","packages/service/common/vectorDB/oceanbase/controller.ts":"File path does not match include patterns.","packages/service/common/vectorDB/oceanbase/index.ts":"File path does not match include patterns."}

History Assignment

Tip

You can @gru-agent and leave your feedback. TestGru will make adjustments based on your input

addLog.info(`Retry connect oceanbase`);

return global.obClient;
return getClient();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Infinite Recursion in getClient() Causes Stack Overflow

The getClient() function's connection retry logic recursively calls itself without a maximum limit. If the database connection consistently fails, this can lead to infinite recursion, causing a stack overflow and application crash.

Fix in Cursor Fix in Web

@github-actions
Copy link

Docs Preview:


🚀 FastGPT Document Preview Ready!

🔗 👀 Click here to visit preview

@github-actions
Copy link

Preview sandbox Image:

registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-pr:fatsgpt_sandbox_d05627d091447a79af294f04c8d38c2dc50aca48

@github-actions
Copy link

Preview mcp_server Image:

registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-pr:fatsgpt_mcp_server_d05627d091447a79af294f04c8d38c2dc50aca48

@github-actions
Copy link

Preview fastgpt Image:

registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-pr:fatsgpt_d05627d091447a79af294f04c8d38c2dc50aca48

@c121914yu c121914yu merged commit 93e9cb6 into labring:main Aug 26, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

使用oceanbase部署 导入知识库报错 提示训练异常

1 participant