Azure REDIS Slave无法连接Master

Azure REDIS Slave无法连接Master,azure,redis,ubuntu-16.04,Azure,Redis,Ubuntu 16.04,Redis slave无法连接到Redis master。 我们在Azure服务器上安装了redis 以下是redis日志 Connecting to MASTER MasterIP:6379 * MASTER <-> SLAVE sync started * Non blocking connect for SYNC fired the event. * Master replied to PING, replication can continue... * Pa

Redis slave无法连接到Redis master。 我们在Azure服务器上安装了redis

以下是redis日志

    Connecting to MASTER MasterIP:6379
 * MASTER <-> SLAVE sync started
 * Non blocking connect for SYNC fired the event.
 * Master replied to PING, replication can continue...
 * Partial resynchronization not possible (no cached master)
 * Master does not support PSYNC or is in error state (reply: -ERR Can't SYNC while not connected with my 
 * Retrying with SYNC...
 # MASTER aborted replication with an error: ERR Can't SYNC while not connected with my master
连接到主MasterIP:6379
*主从同步已启动
*同步的非阻塞连接触发了事件。
*主机回复PING,复制可以继续。。。
*无法进行部分重新同步(无缓存主机)
*主机不支持PSYNC或处于错误状态(答复:-ERR在未连接到我的主机时无法同步)
*正在使用同步重试。。。
#主机中止复制,但出现错误:ERR在未与主机连接时无法同步
还可以在从属连接丢失时找到主redis连接

* Background saving terminated with success
# Connection with slave  IP:6379 lost.
# Connection with slave  IP:6379 lost.
# Connection with slave  IP:6379 lost.
# Connection with slave  IP:6379 lost.
# Connection with slave  IP:6379 lost.
# Connection with slave  IP:6379 lost.
# Connection with slave  IP:6379 lost.
# Connection with slave  IP:6379 lost.
# Connection with slave  IP:6379 lost.
# Connection with slave  IP:6379 lost.
# Connection with slave  IP:6379 lost.
# Connection with slave  IP:6379 lost.
# Connection with slave  IP:6379 lost.
# Connection with slave  IP:6379 lost.
# Connection with slave  IP:6379 lost.
* SLAVE OF **UNKNOWN IP**:8888 enabled (user request)
* Connecting to MASTER **UNKNOW IP**:8888
* MASTER <-> SLAVE sync started
* Non blocking connect for SYNC fired the event.
* Master replied to PING, replication can continue...
# Unable to AUTH to MASTER: -Reading from master: Connection timed out
*后台保存成功终止
#与从属IP的连接:6379丢失。
#与从属IP的连接:6379丢失。
#与从属IP的连接:6379丢失。
#与从属IP的连接:6379丢失。
#与从属IP的连接:6379丢失。
#与从属IP的连接:6379丢失。
#与从属IP的连接:6379丢失。
#与从属IP的连接:6379丢失。
#与从属IP的连接:6379丢失。
#与从属IP的连接:6379丢失。
#与从属IP的连接:6379丢失。
#与从属IP的连接:6379丢失。
#与从属IP的连接:6379丢失。
#与从属IP的连接:6379丢失。
#与从属IP的连接:6379丢失。
***未知IP**的从机:8888已启用(用户请求)
*连接到主机**未知IP**:8888
*主从同步已启动
*同步的非阻塞连接触发了事件。
*主机回复PING,复制可以继续。。。
#无法对主机进行身份验证:-正在从主机读取:连接超时
在这里,master会自动尝试连接到某个未知的IP


我如何进一步调试此功能?

您确定您的主机处于角色:主机?看,我有相同的问题您确定您的主机处于角色:主机?看,我有相同的问题