Skip to content

Coherence CE v14.1.1.0.5

Compare
Choose a tag to compare
@harveyraja harveyraja released this 10 May 17:32

This is patch 5 of the Coherence CE v14.1.1 release.

Fixed Issues

  • Fixed SessionNamedTopic close and destroy handling to resolve memory leak and IllegalStateException thrown if closed after session already closed.
  • Fixed an issue where the metrics for some persistence attributes have unexpected large values.
  • Reverted a method signature change to ConfigurableCacheMap.evict(oKey).
  • Fixed an issue where a guardian timeout could occur on the service thread during partition recovery.
  • Fixed an issue with Management over REST and JMX where queries over all members of a large cluster may fail with an InstanceNotFoundException if a cluster member is shut down in middle of the query computation.
  • Fixed an issue where a guardian timeout could occur while creating a snapshot when active persistence is enabled.
  • Fixed an issue with view schemes if they become disconnected from the source causing deserialization errors.
  • Fixed an issue where an AssertionException could be thrown if the partition backup count is greater than 1.
  • Fixed an issue where the metric metadata value retrieved from the Coherence metrics endpoint when using Prometheus text format includes an additional space in the metric type name.
  • Fixed an issue where a deadlock could occur during partition backup transfers.
  • Fixed an issue where a persistence snapshot could contain stale cache data leading to a recovery error.
  • Fixed an issue where a service restart could throw a SecurityException with the message "No security token available" when the security framework is enabled.
  • Fixed an issue where a persistence snapshot recovery operation could hang indefinitely.
  • Messages will no longer be deserialized if the originating member is no longer a member of the cluster at the time of processing.