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/01/18 02:11:28 UTC

[GitHub] [druid] FrankChen021 commented on issue #10770: host cannot be null Druid redis

FrankChen021 commented on issue #10770:
URL: https://github.com/apache/druid/issues/10770#issuecomment-761934279


   > JedisConnectionException: Could not get a resource from the pool
   
   This specific error usually is caused by :
   
   1. smaller number of connections
   2. limited access to redis
   
   To solve it, 
   1. you could enlarge the `druid.cache.maxTotalConnections` and `druid.cache.maxIdleConnections`
   2. check the `druid.cache.password` configuration is correct or if the brokers/historical nodes are in the whitelist of redis
   
   Hope it works


----------------------------------------------------------------
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.

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