Fixed - Can't execute CLUSTER_NODES error removed #1816

pull/3438/head
Nikita Koksharov 4 years ago
parent d8416b24c3
commit a80a589b64

@ -443,7 +443,6 @@ public class ClusterConnectionManager extends MasterSlaveConnectionManager {
RFuture<List<ClusterNodeInfo>> future = connection.async(clusterNodesCommand);
future.onComplete((nodes, e) -> {
if (e != null) {
log.error("Can't execute CLUSTER_NODES with " + connection.getRedisClient().getAddr(), e);
closeNodeConnection(connection);
lastException.set(e);
getShutdownLatch().release();

Loading…
Cancel
Save