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

Publisher should fetch data from remote nodes with SKIP_CACHE_LOAD

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 14.0.26.Final, 15.0.0.CR1
    • None
    • None
    • None

    Description

      For the scenario with a shared cache store, the following request

      cache.getAdvancedCache().withFlags(Flag.SKIP_CACHE_LOAD).entrySet()
      

      will return on the local entries and not all the in-memory entries.

      The ClusterPublisherManagerImpl assumes it will fetch the entries from the shared store and does not do any RPC to the other nodes. It should check SKIP_CACHE_LOAD and skip this optimization.

      Attachments

        Issue Links

          Activity

            People

              pruivo@redhat.com Pedro Ruivo
              pruivo@redhat.com Pedro Ruivo
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: