Skip to content

Coherence CE v22.06.11

Choose a tag to compare

@pthilagar pthilagar released this 21 Jan 19:50
· 1787 commits to main since this release

This is patch 11 of the Coherence CE 22.06 release.

New features in Coherence CE 22.06.11

  1. COH-30448 Improved the warning log message which describes a potential communication problem due to packet delivery failures to be more clear and accurate.
  2. COH-30321 Removed the stack trace from the log message that indicates that a remote cache or invocation service failed to start due to being unable to connect to a proxy service.
  3. COH-30057 Added support for system property coherence.guardian.log.threaddump.interval which can be set to a time duration to reduce the frequency that guardian service thread dumps appear in the server log.
  4. COH-29675 Added a warning message to the Name Service lookup utility, NSLookup, when lookup of "-name " fails and the provided service does not match any of the predefined services.
  5. COH-27121 Added a Management MBean operation and a REST endpoint to reset statistics for MBeans specified by a query string.

Bugs fixed since Coherence CE 22.06.10

  1. COH-31480 Fixed an issue where RemoveCount on the StorageManager MBean was not being reset when calling resetStatistics().
  2. COH-31402 Updated Helidon to version 2.6.10, Netty to version 4.1.115.Final, and gRPC to version 1.65.1.
  3. COH-31385 Fixed an issue in federation where a NullPointerException may be thrown when a partition is moved while processing journal events for that partition.
  4. COH-31325 Fixed an issue where the ContinuousQueryCache constructor did not honor the request for no local cache values when a map listener was provided. Note: this fix results in a behavior change as the CQC constructor now infers that the provided listener is a lite listener.
  5. COH-31253 Fixed an issue where internal CacheStore operations can result in unsolicited commit events.
  6. COH-31210 Fixed an issue where a NullPointerException could be thrown when using the coherence-mp-config module.
  7. COH-31209 Fixed an issue where overriding the backing map for a caching scheme using a cache config override throws an exception because the merging of two scheme elements results in invalid XML.
  8. COH-31208 Fixed an issue where using a cache configuration override containing cache-mapping for the same cache-name as the parent cache configuration file results in java.lang.IllegalArgumentException.
  9. COH-31179 Fixed an issue where an IllegalArgumentException could be thrown when a cache persistence activity runs concurrently with taking a snapshot.
  10. COH-31125 Fixed an issue where using the NullFirst argument set to true in a SafeComparator would not be honored when running queries.
  11. COH-31109 Fixed an issue during a rolling upgrade where a corrupted message type 87 can occur in a Coherence storage enabled server running version 12.2.1.4/14.1.1.0 while other storage-enabled cluster members are version 14.1.1.2206 or higher.
  12. COH-31022 Fixed an issue where persistence snapshots could produce a NullPointerException in some rare circumstances if a rolling upgrade to remove cache mappings was not correctly done.
  13. COH-30999 Fixed an issue where the getOrDefault() call on a cache that uses RWBM with cache store does not propagate the call through to the cache store when the entry does not exist.
  14. COH-30900 Fixed an issue where recovering multiple large caches with indices from persistence could result in invalid index contents.
  15. COH-30772 Fixed an issue where a write-behind remove might get stuck when there are outstanding pending write-behind operations on the entry.
  16. COH-30132 Fixed an issue where a ClassCastException or NullPointerException may be thrown by InvocableMap during service config processing in some very rare scenarios.
  17. COH-29982 Added backwards and forward compatibility support for system properties with prefix "com.oracle.common" and "com.oracle.coherence.common", if system property lookup fails beginning with one prefix, retry lookup with alternative prefix. This change accommodates moving package com.oracle.common to com.oracle.coherence.common in Coherence version 14.1.1.0.
  18. COH-29800 Fixed an issue where backing map manager wasn't correctly set and initialized when using View Scheme.