Coherence CE v23.03
This is the official Coherence CE v23.03 release.
Requirements:
- Java 17 or later
New Features in CE 23.03:
- CDI Response Caching - Use caching annotations for response caching in CDI enabled applications such as Helidon
- Topics Management Improvements - This version of Coherence introduces additional features and functionality to help you manage and monitor topics within a Coherence cluster. Improvements include:
- New MBeans covering Topics, Subscribers and Subscriber Groups
- Reports for the above MBeans
- Additional Management over REST endpoints for Topics, Subscribers and Subscriber Groups
- Microprofile Health - Coherence MP Health is a very simple module that enables you to publish Coherence health checks into the MicroProfile Health Check Registries available at runtime
- Gradle POF Plugin - This plugin provides automated instrumentation of classes with the @PortableType annotation to generate consistent (and correct) implementations of Evolvable POF serialization methods
For more information see the Core Improvements documentation.
Bugs fixed since Coherence CE 22.09:
COH-27383
Bumped integrated version ofASM
to 9.5.COH-27374
Fixed an issue that prevented the serialization/deserialization of lambdas with JDK 21.COH-26028
Added Topics MBeans.COH-25991
Added a new Gradle plugin for POF serialization that instruments classes at build time (similar to the Coherence POF Maven plugin).COH-22849
Added CDI support for response caching.COH-27315
Fixed an issue where callingclear()
on a cache from a gRPC client removed entries using a synthetic delete instead of a real delete, and hence appears as an eviction.COH-27249
Fixed poor performance inSafeSortedMap
methodsgetEntrySet
/getEntry
when there are a large number of entries in the map and ensured noSafeSortedMap
method returnsSafeSortedMap.NULL
for an entry key or value.COH-27205
Fixed an issue where Coherence fails to load a cache configuration file if the<reconnect-interval>
for a<view-scheme>
was in form of a time unit, e.g. "30s".COH-27186
Fixed an issue wherePortableTypeGenerator
may generate an incorrect implementation for "public EvolvablegetEvolvable(int nTypeId)
".COH-26665
Improved parallelism of queries, aggregations and bulk entry processor requests by splitting them by partition, instead of by member.COH-27094
Fixed an issue where when the management senior leaves the cluster registered health checks could disappear on the new management senior.COH-27086
Fixed an issue where aPartitionedCache
service may terminate unexpectedly due to an unhandledArrayIndexOutOfBoundsException
being thrown while processing anUpdateIndexRequest
.COH-27085
Fixed a potential thread deadlock where an initializingContinuousQueryCache
receives and attempts to process a cache truncation event.COH-27046
Fixed an issue where some reporter group files do not honor thecoherence.reporter.frequency
system property.COH-27001
Fixed a race condition in the concurrent executor serviceRecordingSubscriber
which can result in theRecordingSubscriber
reporting an incorrect state.COH-26997
Added integration with the Microprofile Health API so server Coherence health checks via MP Health endpoints.COH-26992
Added system propertiescoherence.publisher.resend.interval
andcoherence.publisher.delivery.timeout
for setting the packet delivery<resend-milliseconds>
and<timeout-milliseconds>
element values.COH-26958
Includedcom.tangosol.net.ssl
andcom.oracle.coherence.caffeine
packages in JavaDoc generation.16.COH-26936
Added a new report capturing usage statistics forTopics
COH-26919
Fixed an issue where theServiceMBean.TaskMaxBacklog
might not be updated to have the maximum task backlog.COH-26903
Changed the<shutdown-listener>
default fromforce
tograceful
and added system propertycoherence.shutdown.timeout
with a default of 2 minutes.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-26758
Bumped Helidon (and associated dependencies) to 3.0.2.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-26651
Fixed an issue in topics where simultaneous joining and/or leaving of subscribers can cause temporary inconsistencies in channel allocations and hence missed messages.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 by gRPC clients.COH-26564
Implemented periodic flushing of pending messages to reduce native memory usage when sending multiple messages at once.COH-26546
Fixed a potentialNullPointerException
when registering a topic MBeanCOH-26517
Updatedprotobuf.version
to 3.21.7.COH-26507
Fixed an issue that preventedBigDecimal
aggregators to fail deserializing from JSON.COH-26378
Fixed an issue where gRPC client connections did not fail over correctly during a rolling restart of the gRPC proxy members in the cluster.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-26316
Changed theNamedCache.entrySet(Filter)
implementation to execute query by partition instead of by member, in order to improve parallelism and avoid exceeding the 2GB message limit when executing large queries.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-26251
Fixed an issue where theConnectionManagerMBean
resetStatistics
operation was missing from REST API and Swagger documentation.COH-26224
Fixed an issue where aNearCache
using invalidation strategypresent
failed to release a key lock withinget
/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-26089
Fixed an issue where data loss might occur after multiple rolling restarts when backup persistence is enabled.COH-25984
Exposed Topics MBeans via Management Over REST.COH-25823
Fixed an issue where theMetricsHttpProxy
service fails to restart on shutdown or unexpected restart of a Coherence member.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-24792
Removed the deprecated classOldCache
.COH-24530
Fixed an issue whereConnector$Register
may throw aNullPointerException
during a rolling upgrade.COH-23896
Fixed an issue whereSafeSortedMap
concurrent access would result in inconsistencies under high stress situations.COH-22165
Fixed an issue that could yield ajava.io.StreamCorruptedException: invalid type: 64
during a rolling upgrade.