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

Small optimization of Proxy code and logic #6174

Closed
socutes opened this issue Feb 25, 2023 · 0 comments · Fixed by #6175
Closed

Small optimization of Proxy code and logic #6174

socutes opened this issue Feb 25, 2023 · 0 comments · Fixed by #6175

Comments

@socutes
Copy link
Contributor

socutes commented Feb 25, 2023

Optimize two points:
1.The init() method in GrpcChannelManager is not called, so the cleanup thread scanExpireResultFuture does not take effect.
2.scanExpireResultFuture scans every 10 seconds. Unable to accurately handle timeout requests.GrpcProxyRelayRequestTimeoutInSeconds units for seconds, should be adjusted to scan once per second.

image

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

Successfully merging a pull request may close this issue.

2 participants