-
Notifications
You must be signed in to change notification settings - Fork 9
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
should construction be less flaky? #32
Comments
Huh, what does the error mean? |
they do this thing where in some places the wrap errors with the style "(cause): (context)" whereas we (outside of this repo) often do it the other way around. but they also sometimes to "(context): (cause)," as seen in that "Check failed: ..." |
Sure, but why is there a "transaction conflict" and why is there a "please retry" (is it a transient error?) and why is it "unable to add block to storage" and "unable to sync"? |
that "Transaction Conflict. Please retry" seems to come from badger https://github.com/dgraph-io/badger/blob/v2.0.3/errors.go#L43 |
This looks like an upstream bug, they should correctly handle badger tx conflicts. |
if you run
rosetta-cli check:construction
indefinitely, you get a failure like this:how bad is that?
cross reference #26 (comment)
The text was updated successfully, but these errors were encountered: