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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
