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

receive: Let forward requests run until timeout #2679

Merged
merged 1 commit into from
May 29, 2020

Conversation

kakkoyun
Copy link
Member

Signed-off-by: Kemal Akkoyun [email protected]

We have observed increase in forward error rate, even though no increase in incoming error rates.
This happens because we cancel the request as soon as we reach the quorum.
This PR lets forward requests run for replication until it actually timeouts.

Screenshot 2020-05-28 17 24 18

  • I added CHANGELOG entry for this change.
  • Change is not relevant to the end user.

Changes

  • Cancel request context only an error occurred and let it optimistically run until it timeouts.

Verification

  • make test-local

cc @brancz @squat

Copy link
Member

@squat squat left a comment

Choose a reason for hiding this comment

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

👍

@kakkoyun
Copy link
Member Author

@brancz @squat Can someone rerun the checks? They failed because of quay incident.

@squat
Copy link
Member

squat commented May 29, 2020

Lgtm let's gooooo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants