]
Tristan Tarrant updated ISPN-10283:
-----------------------------------
Fix Version/s: 10.1.0.CR1
(was: 10.1.0.Beta1)
LocalPublisherManagerImpl performs blocking Cache operations
------------------------------------------------------------
Key: ISPN-10283
URL:
https://issues.jboss.org/browse/ISPN-10283
Project: Infinispan
Issue Type: Sub-task
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 10.1.0.CR1
The LocalPublisherManagerImpl invokes some methods that can block, such as a get that can
go remote. We need to convert these to use the non blocking API instead and change the
appropriate Flowable to compensate for that.
Examples are invocations of Cache#containsKey, Cache#get, Cache#getCacheEntry.