William Burns created ISPN-7118:
-----------------------------------
Summary: Change cluster listener to use JGroups non OOB thread
Key: ISPN-7118
URL:
https://issues.jboss.org/browse/ISPN-7118
Project: Infinispan
Issue Type: Feature Request
Components: Core, Listeners
Reporter: William Burns
Assignee: William Burns
Currently listeners use dist exec to send events to clustered listeners. This is done
while holding onto the lock which increases response time. We could instead send this on
a JGroups non OOB thread and not wait for the response. This would allow the write
operation to complete much quicker.
However this can cause a missed event if the primary crashes after replying to the
originator that it completed but before it transmitted the event to the various cluster
listeners.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)