Skip to content

Coherence CE v14.1.1.0.13

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

This is patch 13 of the Coherence CE v14.1.1.0 release.

Bugs fixed since Coherence CE 14.1.1.0.12

  1. COH-27249 Fixed poor performance in SafeSortedMap methods getEntrySet/getEntry when there are a large number of entries in the map and ensured no SafeSortedMap method returns SafeSortedMap.NULL for an entry key or value.
  2. 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".
  3. COH-26665 Improved parallelism of queries, aggregations and bulk entry processor requests by splitting them by partition, instead of by member.
  4. COH-27098 Fix for CVE-2022-41881.
  5. COH-27086 Fixed an issue where a PartitionedCache service may terminate unexpectedly due to an unhandled ArrayIndexOutOfBoundsException being thrown while processing an UpdateIndexRequest.
  6. COH-27085 Fixed a potential thread deadlock where an initializing ContinuousQueryCache receives and attempts to process a cache truncation event.
  7. COH-27046 Fixed an issue where some reporter group files do not honor the coherence.reporter.frequency system property.
  8. COH-26956 Fix for CVE-2022-42003.
  9. COH-26919 Fixed an issue where the ServiceMBean.TaskMaxBacklog might not be updated to have the maximum task backlog.
  10. COH-26903 Changed the <shutdown-listener> default from force to graceful and added system property coherence.shutdown.timeout with a default of 2 minutes.
  11. COH-26564 Implemented periodic flushing of pending messages to reduce native memory usage when sending multiple messages at once.
  12. COH-25823 Fixed an issue where the MetricsHttpProxy service fails to restart on shutdown or unexpected restart of a Coherence member.