Skip to content

fix(options): Add buffer sizes to failover. Update README #3468

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

Merged
merged 4 commits into from
Aug 11, 2025

Conversation

ndyakov
Copy link
Member

@ndyakov ndyakov commented Aug 11, 2025

  • add missing buffer size to failover options
  • half the default buffer size
  • add section in readme related to buffer sizes

Fixes #3465

@ndyakov ndyakov requested a review from ofekshenawa August 11, 2025 09:56
@ndyakov ndyakov added the bug label Aug 11, 2025
@htemelski-redis htemelski-redis self-requested a review August 11, 2025 10:23
Copy link
Contributor

@htemelski-redis htemelski-redis left a comment

Choose a reason for hiding this comment

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

Looks, good there are two minor things to change but they are already noted

Copy link
Collaborator

@ofekshenawa ofekshenawa left a comment

Choose a reason for hiding this comment

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

LGTM

@ndyakov ndyakov merged commit 94cfffa into master Aug 11, 2025
47 of 48 checks passed
@htemelski-redis htemelski-redis deleted the ndyakov/buffer-size-failover branch August 11, 2025 13:31
@cxljs
Copy link
Contributor

cxljs commented Aug 14, 2025

Hello @ndyakov , Here's a small suggestion: How about keeping the read/write buffer size of the sentinel client at 4KB? Since there's no need for the sentinel client to handle large data transfers or pipeline scenarios.

@ndyakov
Copy link
Member Author

ndyakov commented Aug 14, 2025

@cxljs great idea! Feel free to work on that or open a separate issue so we can pick it up when possible.

@cxljs
Copy link
Contributor

cxljs commented Aug 14, 2025

OK, I'll submit a PR later.

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.

Potential memory leaks on 9.12.0
4 participants