Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-12035

RocksDB Options do not work with RocksDB examples

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Minor
    • None
    • None
    • Loaders and Stores
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            miburman@redhat.com Michael Burman (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: