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

Proxy blocked when concurrent clients more than max worker threads #1099

Closed
tuohai666 opened this issue Aug 5, 2018 · 0 comments
Closed
Assignees

Comments

@tuohai666
Copy link
Member

For English only, other languages we will close it directly.

Please answer these questions before submitting your issue. Thanks!

Which version of Sharding-Sphere do you using?

dev

Expected behavior

Concurrent clients of any amount perform normally.

Actual behavior

Proxy blocked when concurrent clients more than max worker threads.

Reason analyze

For now one thread pool is shared between frontend and backend. When frontend threads more than max worker threads, there are no threads for backend workers. No data will be queried, and no more clients will be connected.

Steps to reproduce the behavior

As title.

For bug report, please MUST provide the reproduce example codes (such as a github link).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant