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

Randomize the LevelDB write_buffer_size used for AAE #482

Merged
merged 1 commit into from
Feb 8, 2013

Conversation

jtuple
Copy link
Contributor

@jtuple jtuple commented Feb 8, 2013

LevelDB as used for normal Riak K/V data randomizes the write_buffer_size to protect against multiple buffers filling up simultaneously under heavy uniform load. This commit does the same for the LevelDB instances created by AAE.

LevelDB as used for normal Riak K/V data randomizes the write_buffer_size
to protect against multiple buffers filling up simultaneously under heavy
uniform load. This commit does the same for the LevelDB instances created
by AAE.
@ghost ghost assigned chardan Feb 8, 2013
@chardan
Copy link

chardan commented Feb 8, 2013

+1.

@ghost ghost assigned jtuple Feb 8, 2013
jtuple added a commit that referenced this pull request Feb 8, 2013
@jtuple jtuple merged commit 0a83eb7 into 1.3 Feb 8, 2013
@seancribbs seancribbs deleted the jdb-aae-randomize branch April 1, 2015 23:29
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.

2 participants