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

SoftIndexFileStore process returns nothing when fetchValues is false

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 9.2.1.Final
    • 9.2.0.Final
    • Loaders and Stores
    • None

      The soft index store process method relies on the value being set to determine if an entry was removed or not. Unfortunately when fetchValues is set to false this is always unset, which means it will return nothing.

      The reason is because of the not null check on this line https://github.com/infinispan/infinispan/blob/e5958e36e3358b52095798044c083b65f021eba4/persistence/soft-index/src/main/java/org/infinispan/persistence/sifs/SoftIndexFileStore.java#L519

              wburns@redhat.com Will Burns
              wburns@redhat.com Will Burns
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: