-
Enhancement
-
Resolution: Unresolved
-
Major
-
None
-
15.0.3.Final
-
None
Currently consistent cache configurations are only guaranteed when caches are created via the EmbeddedCacheManager#administration interface. In order to fail-fast when incompatible configurations are detected, we can include a cache's configuration in the CacheJoin command and throw a CacheJoinException if the joining cache's config differs from the cluster coordinator's config.
This work is blocked until ISPN-9622 is complete as it will introduce an serialisation incompatibility between Infinispan versions whilst the current Externalizer based marshalling remains in place.
- is blocked by
-
ISPN-9622 Replace GlobalMarshaller with protobuf based marshaller
- To Do