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

Be more specific about stall reason #33

Merged
merged 1 commit into from
Feb 14, 2023
Merged

Conversation

vstakhov
Copy link
Contributor

This small PR addresses the following issue: paritytech/polkadot#6710
It is quite useful to understand what specific signal/message has caused the stall.

Comment on lines +289 to +290
#[error("Subsystem stalled: {0}, source: {1}, type: {2}")]
SubsystemStalled(&'static str, &'static str, &'static str),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: could these be named fields

@drahnr drahnr merged commit 4f088d0 into master Feb 14, 2023
@drahnr drahnr deleted the vstakhov-stall-reason branch February 14, 2023 17:15
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 this pull request may close these issues.

4 participants