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

有关mixer server涉及到的两个goroutine池参数或者算法疑问 #3

Open
1046102779 opened this issue Dec 19, 2018 · 0 comments

Comments

@1046102779
Copy link
Owner

1046102779 commented Dec 19, 2018

两个goroutine pool,一个是接收envoy proxy的grpc client请求的最大并发量goroutine池,另一个是后端adapter处理dispatcher发送过来的最大并发量goroutine池。

它们都是由goroutine池和channel任务队列构成的。但是直至到istio的v1.0.3版本中还是由一个参数控制的,那就是当channel队列满时,保证每个任务都能够交付给一个goroutine执行。这个是不合理的,因为当channel队列不满时,那么goroutine池肯定有idle状态。所以channel队列长度与goroutine池中的数量相等时不合理的。

@1046102779 1046102779 changed the title 有关mixer server 有关mixer server涉及到的两个goroutine池参数或者算法疑问 Dec 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant