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

xDS thread processing is slow #10394

Closed
zyfjeff opened this issue Mar 15, 2020 · 3 comments
Closed

xDS thread processing is slow #10394

zyfjeff opened this issue Mar 15, 2020 · 3 comments
Labels
area/perf stale stalebot believes this issue/PR has not been touched recently

Comments

@zyfjeff
Copy link
Member

zyfjeff commented Mar 15, 2020

Title: xDS thread processing is slow

Description:

The current Envoy xDS processing, Admin handler、socket data reception are the same thread, when encountered with a large cluster, xDS processing is time-consuming, this time will cause the admin interface is not available, can not receive the ping package sent by the grpc server, resulting in the connection is closed by the grpc server.

@mattklein123
Copy link
Member

This is a fundamental limitation of Envoy's threading model. It's not that we can't make this better, but it won't be easy and will require some holistic thinking. IMO it's better right now to focus on the inflight proposals to reduce Envoy management CPU (e.g. the IEDS proposal).

cc @jmarantz

@stale
Copy link

stale bot commented Apr 17, 2020

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions.

@stale stale bot added the stale stalebot believes this issue/PR has not been touched recently label Apr 17, 2020
@stale
Copy link

stale bot commented Apr 25, 2020

This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted". Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/perf stale stalebot believes this issue/PR has not been touched recently
Projects
None yet
Development

No branches or pull requests

2 participants