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

Connection Close Reason SHUTDOWN #484

Closed
mikekliger opened this issue Feb 7, 2024 · 3 comments
Closed

Connection Close Reason SHUTDOWN #484

mikekliger opened this issue Feb 7, 2024 · 3 comments

Comments

@mikekliger
Copy link

I am seeing this close reason bubbling up from proxygen. It seems like it can come from a few places. Is it possible to provide information on possible examples of the root cause of this reason?

@SteveSelva
Copy link

Connection Close Reason: Shutdown refers to closing the connection since the peer's connection has been closed, so its forced to shutdown.

The Peer's connection may be closed due to EOF or Error.

@mikekliger
Copy link
Author

Is there any way to glean more info about the Error? These are supposed to be persistent connections and I would think EOF would not trigger closing.

@SteveSelva
Copy link

Try running the application with verbose 4 for detailed logs, "-v 4".

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

2 participants