Will Burns created ISPN-11618:
---------------------------------
Summary: CacheWriter#bulkUpdate return value is ignored in many places
Key: ISPN-11618
URL:
https://issues.redhat.com/browse/ISPN-11618
Project: Infinispan
Issue Type: Bug
Components: Core, Loaders and Stores
Reporter: Will Burns
We added a non blocking SPI for CacheWriter bulk operation. Unfortunately all callers of
this were not changed to handle this in a non blocking fashion. This has gone largely
unchecked due to the actual implementations being blocking. We should fix these references
so they will work as these stores become non blocking.
Example locations:
https://github.com/infinispan/infinispan/blob/8cf2e67f190aca109478fbeba6d...
https://github.com/infinispan/infinispan/blob/7d8a18d3425e614ff5e0ebcf421...
--
This message was sent by Atlassian Jira
(v7.13.8#713008)