-
Notifications
You must be signed in to change notification settings - Fork 236
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
fix(metrics): there is no reactor running #2897
fix(metrics): there is no reactor running #2897
Conversation
synchronizer.shared().state().tip_synced(&mut state); | ||
let mut state_guard = peers.state.write(); | ||
let state = state_guard.get_mut(&sync_protected_peer).unwrap(); | ||
synchronizer.shared().state().tip_synced(state); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
introduce by
5a1f2b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checks passed locally.
Try to checkout ci.yaml from develop branch to see whether it works in rc/v0.43 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's make CI work for 0.43 in this PR. We'll maintain 0.43 for a long time.
ea215cd
bors r=doitian,driftluo |
2897: fix(metrics): there is no reactor running r=doitian,driftluo a=yangby-cryptape Co-authored-by: Boyu Yang <[email protected]>
This PR was included in a batch that successfully built, but then failed to merge into rc/v0.43. It will not be retried. Additional information: {"message":"Waiting on code owner review from keroro520, quake, and/or zhangsoledad.","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
No description provided.