Skip to content
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

running Parity without period snapshots? #5

Open
itamararjuan opened this issue May 15, 2019 · 0 comments
Open

running Parity without period snapshots? #5

itamararjuan opened this issue May 15, 2019 · 0 comments

Comments

@itamararjuan
Copy link
Member

Parity by default performs periodic snapshot activity once every 5000 blocks to verify
it's correctness and for other useful bits.

However when this happens, the node gets unresponsive, might stop responding to RPC calls and in general can make the node stop completely working.

The process doesn't exit, but log messages can make us see that the process is stuck syncing a specific snapshot without success. This also causes huge spikes in memory and disk access.

It is possible to sync (although a bit more slowly) without using snapshots.
My suggestion is to keep periodic snapshots until the node is synced once and then remove this flag from the way we run Parity programatically from some sub process that we run to audit it.

Or we can just run without the snapshots all together as well.

Your thoughts well appreciated @erankirsh @OdedWx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant