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

Lower log level of "[:array:] The connection observed an error" #582

Closed
intarabang opened this issue Jan 22, 2019 · 1 comment
Closed

Lower log level of "[:array:] The connection observed an error" #582

intarabang opened this issue Jan 22, 2019 · 1 comment
Labels
type/enhancement A general enhancement
Milestone

Comments

@intarabang
Copy link

The remote service closing the connection can happen for various reasons that we cannot do much about. Should we consider lowering the log level of the above to possibly a WARN, especially in the case of errors:

  • reactor.netty.http.client.HttpClientOperations$PrematureCloseException: Connection prematurely closed BEFORE response
  • javax.net.ssl.SSLException: SSLEngine closed already

On our side, there's nothing to do except implement retries in calling the remote service and notify if we've exhausted them.

Reactor Netty version

0.8.4.RELEASE

@violetagg
Copy link
Member

@intarabang Can you try 0.8.5.BUILD-SNAPSHOT and see whether you still will experience these exceptions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

3 participants