-
Notifications
You must be signed in to change notification settings - Fork 115
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
add(log): Log the amount of time it takes to rebuild note commitment trees after a chain fork #4795
Conversation
Codecov Report
@@ Coverage Diff @@
## main #4795 +/- ##
==========================================
+ Coverage 78.75% 78.79% +0.03%
==========================================
Files 305 305
Lines 38066 38098 +32
==========================================
+ Hits 29980 30018 +38
+ Misses 8086 8080 -6 |
The ubuntu failure looks like a spurious timing issue in the Zcash listener port and state conflict tests. |
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.
Looks good, I'll also leave my node running in this branch to see the results
1 minute in my machine 😬
But it only happened once in a ~1 hour span |
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.
I made some time formatting changes, which meant I needed to move a module to another crate
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.
Looks good!
I admin-merged this PR because it is a diagnostic for urgent sync fixes. |
Motivation
This is a diagnostic to set the priority of fixing bug #4794.
Review
This is urgent, because bug #4794 might be causing syncing to fail.
Reviewer Checklist