Redisson failed to start when one of sentinel servers is down. Fixed.

pull/395/head
Nikita 9 years ago
parent c619e5634a
commit e061d1c7d7

@ -127,7 +127,7 @@ public class SentinelConnectionManager extends MasterSlaveConnectionManager {
} }
for (Future<RedisPubSubConnection> future : connectionFutures) { for (Future<RedisPubSubConnection> future : connectionFutures) {
future.syncUninterruptibly(); future.awaitUninterruptibly();
} }
} }

Loading…
Cancel
Save