Skip to content
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

When starting a Dubbo project, a Dubbo thread pool exhaustion exception is reported. The Dubbo version is 3.2.0-beta.4. After the startup succeeds, the error does not occur again. #15275

Open
4 tasks done
ddfeiyu opened this issue Mar 26, 2025 · 1 comment
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage

Comments

@ddfeiyu
Copy link

ddfeiyu commented Mar 26, 2025

Pre-check

  • I am sure that all the content I provide is in English.

Search before asking

  • I had searched in the issues and found no similar issues.

Apache Dubbo Component

Java SDK (apache/dubbo)

Dubbo Version

3.2.0-beta.4

Steps to reproduce this issue

When starting a Dubbo project, a Dubbo thread pool exhaustion exception is reported. The Dubbo version is 3.2.0-beta.4. After the startup succeeds, the error does not occur again.

What you expected to happen

Hope to control the consumption of threads during startup to protect the thread pool from errors, or to have better handling measures.

Anything else

No response

Are you willing to submit a pull request to fix on your own?

  • Yes I am willing to submit a pull request on my own!

Code of Conduct

@ddfeiyu ddfeiyu added component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage labels Mar 26, 2025
@AlbumenJ
Copy link
Member

AlbumenJ commented Apr 1, 2025

When starting, where are many tasks for JVM to manage which will cause performance degradation. You can try upgrade to the latest version to see if it still exist or not

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage
Projects
Status: Todo
Development

No branches or pull requests

2 participants