-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
AWS Clustered issue - how can I resolve in Spring - redis.connection.PoolException error #3076
Comments
The source of the error message (not the actual error) is from this class, class LettucePoolingConnectionProvider, v 2.0:
|
It looks like the Redis connection has been returned to the pool after pool disposal. Since this is in the context of Spring Session, I suggest filing a ticket there.
|
Apparently doing this helped, I have no idea why, perhaps a glitch:
|
I switched to AWS Elasticache Clustered, from AWS Elasticache Serveress, as I kept getting a psubscribe error, and no matter what I did could not remove the error by changing anything in Spring.
So I'm now using AWS Elasticache Clustered. The psubscribe has gone, but after about 15-20 mins I consistently get this error:
Do you know how I can find out what is causing it and resolve it?
Thanks in advance
ERROR
CONNECTION FACTORY
On AWS RedisConfigType is Clustered, and profileProperties.active = PRODUCTION
The text was updated successfully, but these errors were encountered: