[infinispan-issues] [JBoss JIRA] (ISPN-12035) RocksDB Options do not work with RocksDB examples
Michael Burman (Jira)
issues at jboss.org
Mon Jun 22 03:57:35 EDT 2020
Michael Burman created ISPN-12035:
-------------------------------------
Summary: RocksDB Options do not work with RocksDB examples
Key: ISPN-12035
URL: https://issues.redhat.com/browse/ISPN-12035
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Reporter: Michael Burman
RocksDB examples and configurations use a method to indicate the size in multiples, such as:
db_options.db_write_buffer_size = 64 << 30;
Or for example 512 * 1024 * 1024. This does not work with Infinispan, setting:
<property name="database.db_write_buffer_size">268435456</property>
vs
<property name="database.db_write_buffer_size">256 * 1024 * 1024</property>
Ends with different result in the RocksDB, with only the first one working and the latter one causing the size to be 256 bytes instead.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the infinispan-issues
mailing list