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

Enable distributor write requests buffer pooling by default #7165

Merged
merged 2 commits into from
Jan 19, 2024

Conversation

andyasp
Copy link
Contributor

@andyasp andyasp commented Jan 18, 2024

What this PR does

This optimization was introduced in #5195, then it was disabled in #5805 due to a race being found. That race was then fixed in #5830. We have been running with the optimization enabled and have not detected further issues, so this changes the default back to true.

Which issue(s) this PR fixes or relates to

Fixes N/A

Checklist

  • Tests updated.
  • Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • about-versioning.md updated with experimental features.

@andyasp andyasp marked this pull request as ready for review January 18, 2024 20:51
@andyasp andyasp requested review from a team as code owners January 18, 2024 20:51
Copy link
Member

@pstibrany pstibrany left a comment

Choose a reason for hiding this comment

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

Thank you for taking care of this.

@andyasp andyasp merged commit dd34774 into main Jan 19, 2024
28 checks passed
@andyasp andyasp deleted the aasp/distributor-write-buffer-pooling branch January 19, 2024 17:22
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.

None yet

2 participants