-
Notifications
You must be signed in to change notification settings - Fork 683
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
Node being stucked #1157
Comments
@skunert - here are logs with tracing on sync enabled |
Hmm sadly this log is not too interesting, it does not show the start of the state sync. But some things I noticed:
|
There's definitely something wrong but this looks like a different issue from the one that was originally reported since it's getting stuck at @rjonczy could you capture |
@skunert which version would you recommend us to upgrade, coming from v0.9.39? |
I mean its up to you how close to the tip you want to go. The fixes I mentioned in my earlier response should be included in v0.9.43 and v0.9.44, see also this comment. This should at least get rid of the issue initially described in this issue ( |
@skunert @altonen thanks guys. I've wiped up data and starting to synch from scratch with:
Full command to run node:
I will get back with more logs / results later. Btw, which engine do you recommend to run? paritydb or rocksdb ? Or are there some cases where partidb is more accurate than rocksdb? or opposite? |
@rjonczy The command in your comment still shows Afaik ParityDB should be a bit faster, is considered stable and will be the default in the future. However, there is no difference in correctness or something, both are supported and should work well. |
@skunert sorry, initially I misunderstood your comment. When I run node with both
|
This is interesting, parachain warp sync was introduced with v0.9.39 but seems to be disabled for this collator implementation, not sure why: Sorry, I was not aware of that. |
* fix/ignore clippy * --locked check && test * RUSTC_WRAPPER="" for clippy-nightly, check-nightly, test-nightly
* fix/ignore clippy * --locked check && test * RUSTC_WRAPPER="" for clippy-nightly, check-nightly, test-nightly
* fix/ignore clippy * --locked check && test * RUSTC_WRAPPER="" for clippy-nightly, check-nightly, test-nightly
* fix/ignore clippy * --locked check && test * RUSTC_WRAPPER="" for clippy-nightly, check-nightly, test-nightly
* fix/ignore clippy * --locked check && test * RUSTC_WRAPPER="" for clippy-nightly, check-nightly, test-nightly
* fix/ignore clippy * --locked check && test * RUSTC_WRAPPER="" for clippy-nightly, check-nightly, test-nightly
* fix/ignore clippy * --locked check && test * RUSTC_WRAPPER="" for clippy-nightly, check-nightly, test-nightly
* fix/ignore clippy * --locked check && test * RUSTC_WRAPPER="" for clippy-nightly, check-nightly, test-nightly
* fix/ignore clippy * --locked check && test * RUSTC_WRAPPER="" for clippy-nightly, check-nightly, test-nightly
* fix/ignore clippy * --locked check && test * RUSTC_WRAPPER="" for clippy-nightly, check-nightly, test-nightly
* fix/ignore clippy * --locked check && test * RUSTC_WRAPPER="" for clippy-nightly, check-nightly, test-nightly
* fix/ignore clippy * --locked check && test * RUSTC_WRAPPER="" for clippy-nightly, check-nightly, test-nightly
* fix/ignore clippy * --locked check && test * RUSTC_WRAPPER="" for clippy-nightly, check-nightly, test-nightly
Issue from archived repo: paritytech/cumulus#3052
Sometimes, our parachain node gets stucks at some block.
Parachain, related blocks looks like this:
The text was updated successfully, but these errors were encountered: