Skip to content

Coherence CE v22.06.3

Compare
Choose a tag to compare
@pthilagar pthilagar released this 18 Jan 18:03

This is patch 3 of the Coherence CE v22.06 release.

Bugs fixed since Coherence CE 22.06.2

  • COH-26868 Fixed an issue where multiple topic subscribes joining and leaving simultaneously could cause Coherence key contention deadlock detection to be triggered.
  • COH-26764 Fixed an issue with where cancelling a CompletableFuture returned by a NamedTopic Subscriber stopped the subscriber from receiving more messages. Cancelled or completed futures are now handled correctly.
  • COH-26753 Bumped integrated version of ASM to 9.4.
  • COH-26747 Updated Javadoc to reflect the classes that had moved from com.oracle.common to com.oracle.coherence.common.
  • COH-26739 Fixed an issue where coherence.mode would be effectively ignored at the cluster level.
  • COH-26700 Fixed an issue where it was not possible to specifically set the serializer for the Coherence system config separately from the default coherence.serializer property.
  • COH-26638 Fixed an issue where a NullPointerException would be raised when attempting to get a session name from a remote gRPC Session.
  • COH-26623 Added a new report (report-service-storage.xml) which provides partition storage related information.
  • COH-26572 Improved JSON serialization of Big{Decimal,Integer} so these types may be better handled by gRPC clients.
  • COH-26546 Fixed a potential NullPointerException when registering a topic MBean
  • COH-26517 Updated protobuf.version to 3.21.7.
  • COH-26478 Bumped integrated version of Helidon to 2.5.4.
  • COH-26370 Fixed an issue where a NullPointerException may be thrown when a ReplicatedCache service is shutting down.
  • COH-26355 Fixed an issue where the Cache Units attribute or metric could be negative for large caches when the unit factor is greater than 1.
  • COH-26314 Enhanced topics to allow the channel count to be changed for an existing topic.
  • COH-26271 Improved the cluster member join algorithm to avoid members blocking each other when there are large number of members joining the cluster simultaneously and system resources are under heavy load.
  • COH-26224 Fixed an issue where a NearCache using invalidation strategy present failed to release a key lock within get/getAll, resulting in a "Detected state corruption on KEY..." log message.
  • COH-26223 Improved ClusterNodeMBean.setLoggingLevel() to apply the change to all supported destinations except SLF4J because it does not support the feature.
  • COH-25604 Improved error reporting during the cluster service halting process to help identify what caused the cluster service to halt and any issues that may have been encountered while halting.
  • COH-24122 Fixed an issue where not all MBean operations honored read-only management mode.
  • COH-23896 Fixed an issue where SafeSortedMap concurrent access would result in inconsistencies under high stress situations.