We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when i migrate redis cluster (redis version:5.0.3)use redis-migrate-tool ,i meet the errors as follows,plz help me?
[2021-08-18 17:04:14.624] rmt_core.c:2551 migrate job is running... [2021-08-18 17:04:14.633] rmt_redis.c:1706 Start connecting to MASTER[192.168.1.181:7380@17380]. [2021-08-18 17:04:14.634] rmt_redis.c:1740 Master[192.168.1.181:7380@17380] replied to PING, replication can continue... [2021-08-18 17:04:14.634] rmt_redis.c:1051 Partial resynchronization for MASTER[192.168.1.181:7380@17380] not possible (no cached master). [2021-08-18 17:04:14.638] rmt_redis.c:1706 Start connecting to MASTER[192.168.1.156:7380@17380]. [2021-08-18 17:04:14.638] rmt_redis.c:1740 Master[192.168.1.156:7380@17380] replied to PING, replication can continue... [2021-08-18 17:04:14.639] rmt_redis.c:1051 Partial resynchronization for MASTER[192.168.1.156:7380@17380] not possible (no cached master). [2021-08-18 17:04:14.650] rmt_redis.c:1110 Full resync from MASTER[192.168.1.181:7380@17380]: e43dfc557e160d43faa174220b271828add467a3:150562312309 [2021-08-18 17:04:14.700] rmt_redis.c:1110 Full resync from MASTER[192.168.1.156:7380@17380]: 52ea09f5fb004b208e80f10d9228c6ba48f49c4a:122100868432 [2021-08-18 17:04:15.718] rmt_redis.c:1517 MASTER <-> SLAVE sync: receiving 47014647 bytes from master[192.168.1.181:7380@17380] [2021-08-18 17:04:15.808] rmt_redis.c:1517 MASTER <-> SLAVE sync: receiving 30952472 bytes from master[192.168.1.156:7380@17380] [2021-08-18 17:04:15.954] rmt_redis.c:1623 MASTER <-> SLAVE sync: RDB data for node[192.168.1.181:7380@17380] is received, used: 1 s [2021-08-18 17:04:15.954] rmt_redis.c:1643 rdb file node192.168.1.181:[email protected] write complete [2021-08-18 17:04:16.006] rmt_redis.c:6170 ERROR: Unknown object type [2021-08-18 17:04:16.006] rmt_redis.c:6542 ERROR: redis rdb file node192.168.1.181:[email protected] read value error [2021-08-18 17:04:16.006] rmt_redis.c:6616 ERROR: Short read or OOM loading DB. Unrecoverable error, aborting now. [2021-08-18 17:04:16.030] rmt_redis.c:6715 ERROR: Rdb file for node[192.168.1.181:7380@17380] parsed failed [2021-08-18 17:04:16.064] rmt_redis.c:1623 MASTER <-> SLAVE sync: RDB data for node[192.168.1.156:7380@17380] is received, used: 1 s [2021-08-18 17:04:16.064] rmt_redis.c:1643 rdb file node192.168.1.156:[email protected] write complete [2021-08-18 17:04:16.112] rmt_redis.c:6170 ERROR: Unknown object type [2021-08-18 17:04:16.112] rmt_redis.c:6542 ERROR: redis rdb file node192.168.1.156:[email protected] read value error
The text was updated successfully, but these errors were encountered:
I have modified the src/rmt_redis.c file,(#define REDIS_RDB_VERSION 10)
Sorry, something went wrong.
No branches or pull requests
when i migrate redis cluster (redis version:5.0.3)use redis-migrate-tool ,i meet the errors as follows,plz help me?
[2021-08-18 17:04:14.624] rmt_core.c:2551 migrate job is running...
[2021-08-18 17:04:14.633] rmt_redis.c:1706 Start connecting to MASTER[192.168.1.181:7380@17380].
[2021-08-18 17:04:14.634] rmt_redis.c:1740 Master[192.168.1.181:7380@17380] replied to PING, replication can continue...
[2021-08-18 17:04:14.634] rmt_redis.c:1051 Partial resynchronization for MASTER[192.168.1.181:7380@17380] not possible (no cached master).
[2021-08-18 17:04:14.638] rmt_redis.c:1706 Start connecting to MASTER[192.168.1.156:7380@17380].
[2021-08-18 17:04:14.638] rmt_redis.c:1740 Master[192.168.1.156:7380@17380] replied to PING, replication can continue...
[2021-08-18 17:04:14.639] rmt_redis.c:1051 Partial resynchronization for MASTER[192.168.1.156:7380@17380] not possible (no cached master).
[2021-08-18 17:04:14.650] rmt_redis.c:1110 Full resync from MASTER[192.168.1.181:7380@17380]: e43dfc557e160d43faa174220b271828add467a3:150562312309
[2021-08-18 17:04:14.700] rmt_redis.c:1110 Full resync from MASTER[192.168.1.156:7380@17380]: 52ea09f5fb004b208e80f10d9228c6ba48f49c4a:122100868432
[2021-08-18 17:04:15.718] rmt_redis.c:1517 MASTER <-> SLAVE sync: receiving 47014647 bytes from master[192.168.1.181:7380@17380]
[2021-08-18 17:04:15.808] rmt_redis.c:1517 MASTER <-> SLAVE sync: receiving 30952472 bytes from master[192.168.1.156:7380@17380]
[2021-08-18 17:04:15.954] rmt_redis.c:1623 MASTER <-> SLAVE sync: RDB data for node[192.168.1.181:7380@17380] is received, used: 1 s
[2021-08-18 17:04:15.954] rmt_redis.c:1643 rdb file node192.168.1.181:[email protected] write complete
[2021-08-18 17:04:16.006] rmt_redis.c:6170 ERROR: Unknown object type
[2021-08-18 17:04:16.006] rmt_redis.c:6542 ERROR: redis rdb file node192.168.1.181:[email protected] read value error
[2021-08-18 17:04:16.006] rmt_redis.c:6616 ERROR: Short read or OOM loading DB. Unrecoverable error, aborting now.
[2021-08-18 17:04:16.030] rmt_redis.c:6715 ERROR: Rdb file for node[192.168.1.181:7380@17380] parsed failed
[2021-08-18 17:04:16.064] rmt_redis.c:1623 MASTER <-> SLAVE sync: RDB data for node[192.168.1.156:7380@17380] is received, used: 1 s
[2021-08-18 17:04:16.064] rmt_redis.c:1643 rdb file node192.168.1.156:[email protected] write complete
[2021-08-18 17:04:16.112] rmt_redis.c:6170 ERROR: Unknown object type
[2021-08-18 17:04:16.112] rmt_redis.c:6542 ERROR: redis rdb file node192.168.1.156:[email protected] read value error
The text was updated successfully, but these errors were encountered: