]
Tristan Tarrant updated ISPN-11992:
-----------------------------------
Fix Version/s: 11.0.2.Final
(was: 11.0.1.Final)
Convert RemoteStore to use new SPI
----------------------------------
Key: ISPN-11992
URL:
https://issues.redhat.com/browse/ISPN-11992
Project: Infinispan
Issue Type: Enhancement
Components: Loaders and Stores
Reporter: Will Burns
Priority: Major
Fix For: 12.0.0.Final, 11.0.2.Final
The RemoteStore already uses a non blocking client. We should convert it to the new SPI
to utilize this.
We also need to add in a check for the old server to see how many segments it has. If the
number is different than the current server we need to disable the segmentation
characteristic and instead do the costlier iteration.