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

Make synctree LevelDB options user-configurable #55

Open
wants to merge 1 commit into
base: 2.0
Choose a base branch
from

Conversation

jtuple
Copy link
Contributor

@jtuple jtuple commented Aug 28, 2014

This commit makes the LevelDB options used for ensemble synctrees
configurable in app.config.

This commit also uses the randomized write_buffer pattern used elsewhere
in Riak, where the LevelDB write buffer size is set to be a random value
within a given min/max range. Randomizing the write buffer per LevelDB
instance helps protect against multiple instances needing to flush their
write buffers at the same time.

This commit makes the LevelDB options used for ensemble synctrees
configurable in app.config.

This commit also uses the randomized write_buffer pattern used elsewhere
in Riak, where the LevelDB write buffer size is set to be a random value
within a given min/max range. Randomizing the write buffer per LevelDB
instance helps protect against multiple instances needing to flush their
write buffers at the same time.
@jtuple jtuple added this to the 2.0.1 milestone Aug 28, 2014
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.

1 participant