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

fix(pullsync): swallow and log process want reserve get errs #4339

Merged
merged 5 commits into from
Sep 25, 2023

Conversation

istae
Copy link
Member

@istae istae commented Sep 22, 2023

Checklist

  • I have read the coding guide.
  • My change requires a documentation update, and I have done it.
  • I have added tests to cover my changes.
  • I have filled out the description and linked the related issues.

Description

swallow errors produced by this bug #4337

Open API Spec Version Changes (if applicable)

Motivation and Context (Optional)

Related Issue (Optional)

Screenshots (if appropriate):

@istae istae linked an issue Sep 25, 2023 that may be closed by this pull request
if err != nil {
return nil, err
s.logger.Error(err, "processing want: unable to find chunk", "chunk_address", addr, "batch_id", ch.BatchID)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this is an error that can be ignored by the node operator, then it should be logged at the debug level.

@istae istae merged commit 4ac8d9f into master Sep 25, 2023
12 checks passed
@istae istae deleted the pullsync-swallow-err branch September 25, 2023 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

puller stuck attempting to sync the same interval and bin from a peer
2 participants