Coherence CE v14.1.1.0.13
This is patch 13 of the Coherence CE v14.1.1.0 release.
Bugs fixed since Coherence CE 14.1.1.0.12
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-26665
Improved parallelism of queries, aggregations and bulk entry processor requests by splitting them by partition, instead of by member.COH-27098
Fix for CVE-2022-41881.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-26956
Fix for CVE-2022-42003.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-26564
Implemented periodic flushing of pending messages to reduce native memory usage when sending multiple messages at once.COH-25823
Fixed an issue where theMetricsHttpProxy
service fails to restart on shutdown or unexpected restart of a Coherence member.