You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@druid.apache.org by GitBox <gi...@apache.org> on 2018/07/19 16:48:33 UTC

[GitHub] drcrallen opened a new issue #6024: Missing exception handling as part of `io.druid.java.util.http.client.netty.HttpClientPipelineFactory`

drcrallen opened a new issue #6024: Missing exception handling as part of `io.druid.java.util.http.client.netty.HttpClientPipelineFactory`
URL: https://github.com/apache/incubator-druid/issues/6024
 
 
   The `io.druid.java.util.http.client.netty.HttpClientPipelineFactory` class constructs the netty pipeline for handling request channels. But whenever an exception happens in reading (for example a historical shuts down during a query) The following log line is printed in the logs:
   
   
   ```
   EXCEPTION, please implement org.jboss.netty.handler.codec.http.HttpContentDecompressor.exceptionCaught() for proper handling.
   ```
   
   As can be seen in `org.jboss.netty.channel.SimpleChannelUpstreamHandler#exceptionCaught`
   
   This ask is that "proper" exception handling be implemented in the http client workflow such that the logs do not have such an error when there are exceptions in the netty channel.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@druid.apache.org
For additional commands, e-mail: dev-help@druid.apache.org