[infinispan-issues] [JBoss JIRA] (ISPN-10075) We should ensure that when CompletionStages are completed they are continued only on Infinispan threads
William Burns (Jira)
issues at jboss.org
Thu Mar 21 18:41:00 EDT 2019
William Burns created ISPN-10075:
------------------------------------
Summary: We should ensure that when CompletionStages are completed they are continued only on Infinispan threads
Key: ISPN-10075
URL: https://issues.jboss.org/browse/ISPN-10075
Project: Infinispan
Issue Type: Bug
Components: Core
Reporter: William Burns
Fix For: 10.0.0.Final
When a user can supply a CompletionStage to delay operations this can cause a possibility of that being completed on a different thread than expected. The new non blocking listeners will especially be affected by this (ISPN-9614). This is also problematic for CacheLoader SPI and any future API that takes a Publisher as an argument from the user.
This issue should at least fix the upcoming non blocking listeners as discussed at https://github.com/infinispan/infinispan/pull/6401#issuecomment-475181484.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the infinispan-issues
mailing list