You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hashtree:new_segment_store randomly generates the write buffer size using write_buffer_size_min and write_buffer_size_max but it does not check to see if write_buffer_size is already present in the leveldb options causing it to be ignored. Additionally, only write_buffer_size is exported by riak_kv.schema.
The text was updated successfully, but these errors were encountered:
Basho-JIRA
changed the title
hashtree ignores write_buffer_size
hashtree ignores write_buffer_size [JIRA: RIAK-2308]
Nov 25, 2015
hashtree:new_segment_store randomly generates the write buffer size using write_buffer_size_min and write_buffer_size_max but it does not check to see if write_buffer_size is already present in the leveldb options causing it to be ignored. Additionally, only write_buffer_size is exported by riak_kv.schema.
The text was updated successfully, but these errors were encountered: