ex=newRedisNodeNotFoundException("Node for slot: "+source.getSlot()+" hasn't been discovered yet. Check cluster slots coverage using CLUSTER NODES command. Increase value of retryAttempts and/or retryInterval settings.");
ex=newRedisNodeNotFoundException("Node for slot: "+source.getSlot()+" hasn't been discovered yet. Increase value of retryAttempts and/or retryInterval settings. Last cluster nodes topology: "+lastClusterNodes);
}else{
ex=newRedisNodeNotFoundException("Node: "+source+" hasn't been discovered yet. Increase value of retryAttempts and/or retryInterval settings.");
ex=newRedisNodeNotFoundException("Node: "+source+" hasn't been discovered yet. Increase value of retryAttempts and/or retryInterval settings. Last cluster nodes topology: "+lastClusterNodes);
@ -191,10 +191,8 @@ public class PublishSubscribeService {
MasterSlaveEntryentry=getEntry(channelName);
if(entry==null){
RedisNodeNotFoundExceptionex=newRedisNodeNotFoundException("Node for name: "+channelName+" hasn't been discovered yet. Check cluster slots coverage using CLUSTER NODES command. Increase value of retryAttempts and/or retryInterval settings.");
@ -383,10 +381,8 @@ public class PublishSubscribeService {
MasterSlaveEntryentry=getEntry(channelName);
if(entry==null){
RedisNodeNotFoundExceptionex=newRedisNodeNotFoundException("Node for name: "+channelName+" hasn't been discovered yet. Check cluster slots coverage using CLUSTER NODES command. Increase value of retryAttempts and/or retryInterval settings.");
RedisNodeNotFoundExceptionex=newRedisNodeNotFoundException("Node for name: "+channelName+" hasn't been discovered yet. Check cluster slots coverage using CLUSTER NODES command. Increase value of retryAttempts and/or retryInterval settings.");
RedisNodeNotFoundExceptionex=newRedisNodeNotFoundException("Node for name: "+channelName+" hasn't been discovered yet. Check cluster slots coverage using CLUSTER NODES command. Increase value of retryAttempts and/or retryInterval settings.");