-
Notifications
You must be signed in to change notification settings - Fork 3
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
Container Crashes on Startup with "Bloom Filter" error #49
Comments
We are in the process of setting up a Sandbox environment without containers to replicate the error. During this process, we plan to propose some Additionally, we will be testing with different versions of GoQuorum to help with the debugging and to identify if the issue is version-specific. We’ll update the issue with findings and potential solutions as we progress |
It seems that with this configuration, the node fetches peers from DigitelTS and Izertis, and starts syncing
Otherwire the |
Testing https://github.com/alastria/alastria-node-quorum/tree/issue-49-bloom-filter-error branch... and also making a cold backup of the LevelDB |
The node was successfully synchronized using version 21.1.0 for a period of 5 days. After that, it was necessary to upgrade to version 21.10.0, and the node has remained stable since the update. Additionally, a backup of the DLT was created to facilitate synchronization for partners and ensure a smoother process moving forward. I'm also repeating the process from Docker, using the branch issue-49-bloom-filter-error, to validate the solution. |
Amazing, good job! |
When starting the container with Docker, it crashes displaying the error:
This issue happens with the current version on the master branch, and a direct install following the public guide.
Further investigation is needed to resolve the crash during initialization.
The text was updated successfully, but these errors were encountered: