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

Preloading store is blocking with tx cache

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 10.0.0.Final
    • None
    • None

      The preload from a store currently blocks when the cache is transactional when it commits. We should be invoking `putAsync` where possible and aggregating the values appropriately. This would most likely require using a limit intermediate method. We also need to figure out how to handle the transaction commit as this is inherently blocking.

      Also to note the `PreloadManager` currently blocks on join for the Stage returned from the PersistenceManager. But this requires non blocking cache startup/initialization.

            Unassigned Unassigned
            wburns@redhat.com Will Burns
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: