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

Runtime client should retry checking blocks #3412

Closed
ptrus opened this issue Oct 15, 2020 · 1 comment · Fixed by #3443
Closed

Runtime client should retry checking blocks #3412

ptrus opened this issue Oct 15, 2020 · 1 comment · Fixed by #3443
Assignees
Labels
c:bug Category: bug c:client Category: client interface c:runtime Category: runtime

Comments

@ptrus
Copy link
Member

ptrus commented Oct 15, 2020

Runtime client should periodically re-check blocks in case checking block for transaction fails (e.g. due to a no storage node being available):

matches, err := tree.GetTransactionMultiple(ctx, txHashes)
if err != nil {
w.Logger.Error("can't get block I/O from storage", "err", err)
return
}

Discovered in the daily e2e tests.

@ptrus ptrus changed the title Runtime client should retry checking Runtime client should retry checking blocks Oct 15, 2020
@kostko kostko added c:bug Category: bug c:client Category: client interface labels Oct 15, 2020
@kostko
Copy link
Member

kostko commented Oct 15, 2020

This is similar to #3388.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:bug Category: bug c:client Category: client interface c:runtime Category: runtime
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants