-
Notifications
You must be signed in to change notification settings - Fork 550
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
daemon crash Merkle_mask.Masking_merkle_tree.Make(Inputs).Attached.Dangling_parent_reference #6731
Comments
From the two attached logs, it seems like the nodes were catching up from length 851 and when they saw a block with length 1655 and 1957 respectively they closed their transition frontiers and switched to bootstrap. The old catchup process that was adding blocks to the transition frontier then fails with this error because the frontier is not there anymore. There are also a few other hypotheses for this issue discussed here |
The The node has been working for over 7 hours. All info about the server and my logs in Google drive |
QATF - https://gist.github.com/lk86/cff55a960262de9173741c4c49c4e250
Debian 8c/32G
After updating per instructions (gist) above, started daemon without a problem. After 5 mins (while node still bootstrapping) I stopped the daemon, renamed .coda-config director to a backup, and started daemon again. Crashed after 1-2 mins as reported by others in discord. Attached are crash files and logs.
After crash, restored original .coda-config directory and started daemon again. As of this writing, it has not crashed (15m uptime, still bootstrapping.)
coda_crash_report_2020-11-17_01-37-23.313960.tar.gz
Logs too large to attach; shared to logs@o1labs via google drive.
The text was updated successfully, but these errors were encountered: