You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now the replicator module just keeps sending SLAVEOF command to the backend Redis, resulting in the following log in Redis triggered again and again:
REPLICAOF would result into synchronization with the master we are already connected with. No operation performed.
Maybe we need to check whether the role is incorrect. But the address in ROLE is replica-announce-ip. We need to use CONFIG GET to get the replica-annoucne-ip first from the peer master.
The text was updated successfully, but these errors were encountered:
Now the replicator module just keeps sending
SLAVEOF
command to the backend Redis, resulting in the following log in Redis triggered again and again:Maybe we need to check whether the role is incorrect. But the address in
ROLE
isreplica-announce-ip
. We need to useCONFIG GET
to get thereplica-annoucne-ip
first from the peer master.The text was updated successfully, but these errors were encountered: