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

Kusama gets stuck #1873

Closed
ryanleecode opened this issue Jun 15, 2024 · 6 comments · Fixed by #1874
Closed

Kusama gets stuck #1873

ryanleecode opened this issue Jun 15, 2024 · 6 comments · Fixed by #1874

Comments

@ryanleecode
Copy link

ryanleecode commented Jun 15, 2024

When connecting to kusama it randomly gets stuck on the block in chainspec. But this isn't consistent behaviour between runs

smoldot: 2.0.28

chainspec: https://gist.github.com/ryanleecode/17aeb2a15d2c9137b20dd02a6bcfbbbe

Repro: https://stackblitz.com/~/github.com/ryanleecode/kusama-test

Stuck Logs: https://github.com/ryanleecode/kusama-test/actions/runs/9529257265/job/26267801534#step:7:382

Not Stuck Logs: https://github.com/ryanleecode/kusama-test/actions/runs/9529290166/job/26267875999#step:7:518

@ryanleecode ryanleecode changed the title finality-proof-verify-error on Kusama Kusama gets stuck Jun 15, 2024
@tomaka
Copy link
Contributor

tomaka commented Jun 16, 2024

job-logs.txt

CI logs expire

@tomaka
Copy link
Contributor

tomaka commented Jun 16, 2024

Looks like the runtime service gets stuck after line 516

EDIT: actually, it doesn't really seem to do much more in the non-stuck logs.

@tomaka
Copy link
Contributor

tomaka commented Jun 16, 2024

Interestingly, the tx service doesn't receive updates about the chain in the stuck logs (and does in the non-stuck logs), so it's probably related to the sync service.

EDIT: for reference this comment was wrong, as the tx service subscribes to the runtime service and not to the sync service

@tomaka
Copy link
Contributor

tomaka commented Jun 16, 2024

The trace logs would be extremely useful in this case.

@tomaka
Copy link
Contributor

tomaka commented Jun 17, 2024

Stuck
Not stuck

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

Successfully merging a pull request may close this issue.

2 participants