You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/11/18 07:15:27 UTC

[GitHub] [druid] yachShekhar commented on issue #6043: Faulty channel in resource pool

yachShekhar commented on issue #6043:
URL: https://github.com/apache/druid/issues/6043#issuecomment-972598162


   > Problem resolved into druid runtime config by setting `druid.host` property value to ip address instead of `localhost` or dns not reached from hive (like in case of HDP with sandbox-hdp.hortonworks.com hostname).
   
   @achelimed 
   I am using Druid-21 and and zookeeper 3.6 and facing the above issue
   ```
   Caused by: org.apache.hive.druid.org.jboss.netty.channel.ChannelException: Faulty channel in resource pool
   	at org.apache.hive.druid.com.metamx.http.client.NettyHttpClient.go(NettyHttpClient.java:137)
   	at org.apache.hive.druid.com.metamx.http.client.AbstractHttpClient.go(AbstractHttpClient.java:14)
   	at org.apache.hadoop.hive.druid.DruidStorageHandlerUtils.submitRequest(DruidStorageHandlerUtils.java:194)
   	... 30 more
   Caused by: java.nio.channels.UnresolvedAddressException
   	at sun.nio.ch.Net.checkAddress(Net.java:101)
   	at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:622)
   ```
   I have to use SSL connection so changing to IP is throwing certificate issue. Whereas using DNS throws above problem.
   But same configuration is working with Druid 0.19.0 and zookeeper 3.4
   
   Any help is appreciated


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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