-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
I'm using jedis version on your git repository, and i have some problem with its ConnectionPool, I think RepairThread should catch exception that throw by createResource. I make a test like this:
- new JedisPool() <--> RedisServer did not started
- getResource() <--> RedisServer still down.
- getResource() <--> RedisServer up.
- getResource() <--> RedisServer down.
- getResource() <--> RedisServer up.
in summary, a loop try to get connection to RedisServer, put an item, server side will up/down redis-server for several times, and I hope JedisPool will wait for connection available. in my test, JedisPool turn frozen after some restart of redis-server.
Metadata
Metadata
Assignees
Labels
No labels