Coherence CE v14.1.2.0.3
This is patch 3 of the Coherence CE v14.1.2-0-0 release.
New features in Coherence CE v14.1.2-0-3
COH-32299Added new reports to show gRPC proxy information.COH-32058Added additional close log messages and channel id toConnectionExceptionsthrown on extend clients to assist in diagnosing why that connection was closed.COH-31906Added support for configuring authorized hosts via a comma separated list of IP host names/addresses for both cluster members and extend clients. The new system properties arecoherence.authrorized.hostsandcoherence.extend.authorized.hosts.COH-31832Added support for parallelizedLimitFilterqueries.COH-31612Added aconfigureLogLevel(String sLevel, String sRole)operation to the Cluster MBean for updating log level cluster-wide, optionally filtering by member role to target specific services (e.g. "storage", "proxy").
Bugs fixed since Coherence CE v14.1.2-0-2
COH-32523UpdatedOpenTelemetryto version 1.51.0.COH-32461Removed the unused "member" attribute from member definition object in the management over REST Swagger document.COH-32433Changed the processing of values provided to system properties ending in "Millis" such ascom.oracle.coherence.common.internal.net.socketbus.SocketBusDriver.ackTimeoutMillisto allow defaulting the duration to milliseconds. Additionally a warning message is now printed to stderr when a configuration system property's value is ignored due to invalid format.COH-32395Fixed an issue where running a query that involves specific field name prefixes will fail with aMissing or inaccessible methoderror.COH-32394Improved the scalability and performance of gRPC APIs.COH-32310Fixed an issue where cancelled gRPC calls were counted as errors.COH-32256Fixed an issue where using some filters would result in timeouts due to inefficient code in internal structures.COH-32229Fixed an issue where a NamedCache could be injected before the MapEvent listeners were registered.COH-32216Changed the log level to error (from warning) for printing the stack trace of unhandled exceptions which result in the termination of a service.COH-32207Fixed a bug in theKeystoreLoginclass where the principal name was incorrectly taken from the certificate issuer name instead of using the certificate subject principal.COH-32200Fixed an issue where an EOFException could occur during rolling restart and cause the corresponding service to shut down and start again.COH-32128Updated ASM (org.ow2.asm) to version 9.8.COH-32127Fixed an issue that could prevent the Gradle/Maven POF plugins from working with Java 24.COH-32052Improved Coherence's usage ofOpenTelemetryto a) reduce the number of required dependencies and b) reduce the number of required system properties that must be set in order for tracing to function properly. See the documentation for further details.COH-31975Fixed an issue where aNullPointerExceptioncould be thrown by theDaemon.changeStatemethod in some rare circumstances.COH-31960Fixed termination of aDistributedCacheservice due to invalid assertion Unrecoverable backup ownership de-synchronization for partition XXX(0!=YY).COH-31414Fixed an issue where manyMessageFactory$CloseConnectionobjects might be created while an extend connection was being closed.COH-31394Fixed an issue where cache store operations and out-of-band changes could incorrectly fire or suppress the firing of transaction COMMITTING and unsolicited commit event COMMITTED live events in some rare cases.COH-30783Fixed an issue where aNullPointerExceptionmay be thrown as a result of failing to bind to a port when a member is transitioning to becoming the management senior.COH-30595Fixed a Proxy side memory leak caused by a continuously growingPartitionedCacheProcessedEventsarray.COH-15932Fixed an issue where aNoClassDefFoundErris thrown by the defaultSerializer.getNamemethod when optional inject.jar is not provided.