[infinispan-issues] [JBoss JIRA] (ISPN-12035) RocksDB Options do not work with RocksDB examples

Tristan Tarrant (Jira) issues at jboss.org
Wed Jun 24 09:49:19 EDT 2020


    [ https://issues.redhat.com/browse/ISPN-12035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14174492#comment-14174492 ] 

Tristan Tarrant commented on ISPN-12035:
----------------------------------------

This would mean adding expression support to our parser which is something I'd like to avoid...

 

> 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
>            Priority: Minor
>
> 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