Coherence CE v22.06.3
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 aCompletableFuture
returned by aNamedTopic
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 fromcom.oracle.common
tocom.oracle.coherence.common
.COH-26739
Fixed an issue wherecoherence.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 defaultcoherence.serializer
property.COH-26638
Fixed an issue where aNullPointerException
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 ofBig{Decimal,Integer}
so these types may be better handled bygRPC
clients.COH-26546
Fixed a potentialNullPointerException
when registering a topic MBeanCOH-26517
Updatedprotobuf.version
to 3.21.7.COH-26478
Bumped integrated version ofHelidon
to 2.5.4.COH-26370
Fixed an issue where aNullPointerException
may be thrown when aReplicatedCache
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 aNearCache
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
ImprovedClusterNodeMBean.setLoggingLevel()
to apply the change to all supported destinations exceptSLF4J
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 whereSafeSortedMap
concurrent access would result in inconsistencies under high stress situations.