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

RocksDB Options do not work with RocksDB examples

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Minor Minor
    • None
    • None
    • Loaders and Stores
    • None

      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.

              Unassigned Unassigned
              miburman@redhat.com Michael Burman (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: