rocketmq 4.9.4 cluster has 3 nodes, but the third node does not sync data from master #7711
Unanswered
SimonLiuhd
asked this question in
Q&A
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
backup the store, and remove the files, then restart the broker. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On the dashboard,the third node (IP postfix is 235) has no data synced from master, and its brokerrole is SYNC_MASTRT, NO. is "-1(slave)"

and after start the node, log has following errors:
2023-12-31 00:09:11 INFO AllocateMappedFileService - AllocateMappedFileService service started
2023-12-31 00:09:12 INFO main - last shutdown normally
2023-12-31 00:09:12 INFO main - load commit log OK
2023-12-31 00:09:12 INFO main - load logics queue all over, OK
2023-12-31 00:09:12 INFO main - store checkpoint file exists, /data/rmqstore/node00/checkpoint
2023-12-31 00:09:12 INFO main - store checkpoint file physicMsgTimestamp 0, 19700101080000000
2023-12-31 00:09:12 INFO main - store checkpoint file logicsMsgTimestamp 0, 19700101080000000
2023-12-31 00:09:12 INFO main - store checkpoint file indexMsgTimestamp 0, 19700101080000000
2023-12-31 00:09:12 WARN main - The commitlog files are deleted, and delete the consume queue files
2023-12-31 00:09:12 INFO main - load over, and the max phy offset = 0
2023-12-31 00:09:12 ERROR main - schedule CQ offset invalid. offset=2098, cqMinOffset=0, cqMaxOffset=0, queueId=5
2023-12-31 00:09:12 ERROR main - correct delay offset [ delayLevel 6 ] from 2098 to 0
2023-12-31 00:09:12 INFO main - [SetReputOffset] maxPhysicalPosInLogicQueue=0 clMinOffset=0 clMaxOffset=0 clConfirmedOffset=0
2023-12-31 00:09:12 INFO ReputMessageService - ReputMessageService service started
2023-12-31 00:09:12 INFO FlushConsumeQueueService - FlushConsumeQueueService service started
2023-12-31 00:09:12 INFO StoreStatsService - StoreStatsService service started
2023-12-31 00:09:12 INFO main - /data/rmqstore/node00/abort create OK
2023-12-31 00:10:00 INFO AdminBrokerThread_1 - findPutMessageEntireTimePX 0.99=0.00ms cost 2ms
2023-12-31 00:10:00 INFO AdminBrokerThread_1 - findPutMessageEntireTimePX 0.999=0.00ms cost 0ms
2023-12-31 00:10:12 INFO StoreStatsService - [STORETPS] put_tps get_found_tps get_miss_tps get_transfered_tps
Beta Was this translation helpful? Give feedback.
All reactions