-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Bug] farmer out of sync with harvester randomly #11354
Comments
Need to revert plot_sync commit to fix the issue |
@FlyingSB Can you also post the related log of the harvester? |
2022-04-30T05:16:23.947 harvester chia.plot_sync.sender : INFO _send_next_message didn't receive response expected_message_type: plot_sync_start, expected_identifier: {'message_id': 0, 'sync_id': 1651266973, 'timestamp': 1651266973}, message None |
The same problem: 2022-05-09 15:59:53 WARNING _process: InvalidIdentifierError Invalid identifier: Actual {'message_id': 1, 'sync_id': 1652101150, 'timestamp': 1652101188}, Expected {'message_id': 2, 'sync_id': 1652101150, 'timestamp': 1652101188} |
Marking this issue as a duplicate of #11466 which has a PR that should fix this |
What happened?
The farmer drops out of sync with all harvesters randomly. I have to restart the farmer and all harvesters.
Version
1.3.4
What platform are you using?
Linux
What ui mode are you using?
CLI
Relevant log output
The text was updated successfully, but these errors were encountered: