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

Add configuration to enabled BK sticky reads #3569

Merged
merged 1 commit into from
Feb 12, 2019

Conversation

merlimat
Copy link
Contributor

Motivation

Enable by default, and allow to configure, the sticky reads feature in BK client, which will force to direct all the read requests for a particular ledger to be issued (by preference) against a single bookie, to better exploit read-ahead caching.

See apache/bookkeeper#1808 for a more in-depth discussion on this.

@merlimat merlimat added the type/enhancement The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages label Feb 11, 2019
@merlimat merlimat added this to the 2.3.0 milestone Feb 11, 2019
@merlimat
Copy link
Contributor Author

run java8 tests

@merlimat
Copy link
Contributor Author

run java8 tests

@merlimat merlimat merged commit 37224b3 into apache:master Feb 12, 2019
@merlimat merlimat deleted the sticky-reads branch February 12, 2019 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants