-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redis master-slave mode encounters errors after reaching a certain scale. #83
Comments
+1 having the same issue. Have tried so many configuration changes but replication is no longer working at all (increase replication log size, replication buffers, tried diskless replication, etc etc etc). Connection to the replica keeps getting lost. DB is not that large (full sync is 30MB) Replica log: |
..Is this a bug that was known/fixed in 7.4.0 from 7.2.5? If yes, safe to swap in the new executables? (same aof/rdb format, etc.?) |
please tell me details to reproduce issue,including your conf file,how to run it to raise error? |
Thanks for replying - Conf is identical on master and replica (replica has additional replicaof statement). |
Redis master-slave mode encounters errors after reaching a certain scale(RDBfile 60MB+).
slave:
1765:S 25 Sep 2024 18:06:10.296 * Full resync from master: d87a61aa0f144c8837c48ee045de84d72485ab1f:2824627352
1765:S 25 Sep 2024 18:06:10.412 * MASTER <-> REPLICA sync: receiving streamed RDB from master with EOF to disk
1765:S 25 Sep 2024 18:06:10.565 # I/O error trying to sync with MASTER: Connection reset by peer
1765:S 25 Sep 2024 18:06:10.577 * Reconnecting to MASTER 10.113.7.15:6479 after failure
1765:S 25 Sep 2024 18:06:10.582 * MASTER <-> REPLICA sync started
1765:S 25 Sep 2024 18:06:10.586 * Non blocking connect for SYNC fired the event.
1765:S 25 Sep 2024 18:06:10.589 * Master replied to PING, replication can continue...
1765:S 25 Sep 2024 18:06:10.594 * Partial resynchronization not possible (no cached master)
1765:S 25 Sep 2024 18:06:15.556 * Full resync from master: d87a61aa0f144c8837c48ee045de84d72485ab1f:2824845204
1765:S 25 Sep 2024 18:06:15.672 * MASTER <-> REPLICA sync: receiving streamed RDB from master with EOF to disk
1765:S 25 Sep 2024 18:06:15.815 # I/O error trying to sync with MASTER: Connection reset by peer
1765:S 25 Sep 2024 18:06:15.828 * Reconnecting to MASTER 10.113.7.15:6479 after failure
1765:S 25 Sep 2024 18:06:15.833 * MASTER <-> REPLICA sync started
1765:S 25 Sep 2024 18:06:15.836 * Non blocking connect for SYNC fired the event.
1765:S 25 Sep 2024 18:06:15.841 * Master replied to PING, replication can continue...
1765:S 25 Sep 2024 18:06:15.845 * Partial resynchronization not possible (no cached master)
The text was updated successfully, but these errors were encountered: