]
Ryan Emerson updated ISPN-6711:
-------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Shared stores should only be purged from coordinator
----------------------------------------------------
Key: ISPN-6711
URL:
https://issues.jboss.org/browse/ISPN-6711
Project: Infinispan
Issue Type: Enhancement
Components: Loaders and Stores
Reporter: William Burns
Assignee: Ryan Emerson
Fix For: 9.0.0.Beta1
A shared store's data is accessible from all nodes. Therefore we should only have to
purge from 1 node instead of all. Thus we should only purge shared stores if the node is
the coordinator. This will reduce possible load on the stores by an amount equal to the
number of nodes in worst case, which could be huge.