]
Dan Berindei updated ISPN-10332:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Make sure listeners resume on the cpu thread
--------------------------------------------
Key: ISPN-10332
URL:
https://issues.jboss.org/browse/ISPN-10332
Project: Infinispan
Issue Type: Sub-task
Components: Core, Listeners
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 10.0.0.Beta4
Listeners can now be ran in a non blocking fashion. Unfortunately this means that they
can complete on a completely unrelated thread, even possibly a user based thread. We need
to make sure that we continue after a listener completes on the cpu thread to ensure we
are doing processing correctly.