-
Task
-
Resolution: Done
-
Major
-
15.0.3.Final
-
None
The Infinispan server includes a dependency on clustered-locks by default as this is a dependency of the Backup/Restore functionality. Unfortunately this has proven to be a pain point for many users as network issues can result in the locks cache becoming degraded and affecting the availability of the whole cache container. If the Backup/Restore implementation is updated to no longer rely on locks, then it should be possible to remove this dependency as locks are not exposed to clients.
- is blocked by
-
ISPN-16071 Remove locks dependency from Backup/Restore operations
- Code Review
-
ISPN-16072 Remove locks dependency from Query
- Resolved