-
Notifications
You must be signed in to change notification settings - Fork 106
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
Test: Revert "Refactor connection.rs
to make fail_with
errors impossible"
#1803
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 736092a.
This reverts commit 6f205a1.
This reverts commit 2266886.
This reverts commit c372403.
This reverts commit 651d352.
This reverts commit 2adee7b.
This reverts commit cfc4717.
This reverts commit 5e4bf80.
This reverts commit e06705e.
This reverts commit 9d9734e.
This reverts commit 5ec8d09.
This reverts commit 6906f87.
This reverts commit e6cb20e.
Testnet took a few hours to sync, mainnet is about 60% there and making steady progress. So it seems like this PR is causing the regression in #1801. That's sad, because I really liked this refactor. |
yaahc
approved these changes
Feb 24, 2021
The sync finished in about 4 hours, and it only required 3 block locators to sync to tip. $ cat ~/.cache/zebra-log/zebrad-mainnet-tmp-2021-02-24-14-26-29.log | grep 'created block locator' | cut -d' ' -f1-12 | sed 's/:sync:obtain_tips:state: zebra_state::util://'
|
3 tasks
Closes #1801 |
This was referenced Feb 25, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reverts #1721
Motivation
This revert fixes the hangs in #1801 in my local tests.
Follow Up
connection.rs
to makefail_with
errors impossible" (double revert) #1817)