Coherence CE v14.1.1.0.17
This is patch 17 of the Coherence CE v14.1.1.0 release.
New features in Coherence CE 14.1.1.0.17
COH-29020
Added additional columns to the memory status report to show memory information in megabytes. Additionally ensured that in all reports the display of report values never uses exponential notation.COH-28810
Added a message tostdout
which prints the Coherence logging configuration when the Coherence logger is set to level 6 or higher.COH-28004
Fixed "Started Cluster" log message to clarify that aJOINING
member's version is a transport protocol compatibility version, not the member's actual Coherence version.COH-27990
Added theClearCount
attribute to theStorageManager
MBean which shows how many timesclear()
has been called on a cache.COH-25729
Added write-behind support for cache storeerase()
anderaseAll()
operations.COH-25653
Added the ability to show the Coherence version without starting a cluster viajava -jar coherence.jar --version
.
Bugs fixed since Coherence CE 14.1.1.0.16
COH-29808
Updated Netty to version 4.1.108.Final.COH-29569
Fixed an issue where deserialization of 4-byte UTF-8 sequences would fail.COH-29419
Fixed an issue where CQC synchronization with the reference cache may miss updates when its initialization runs concurrent with changes.COH-29418
Fixed an issue where the cluster service did not honor thecoherence.service.startup.timeout
andcoherence.service.clusterservice.startup.timeout
system properties.COH-29260
Updated JLine to version 3.25.0.COH-29205
Fixed an issue where pending events could remain on backup members for a longer time than expected if not acknowledged by clients.COH-29179
Fixed an issue where the service thread would not heartbeat when all daemon pool threads are stuck.COH-28721
Fixed an issue where near cache key lock(s) were not being properly released when the back map is truncated and the near cache is using thePRESENT
invalidation strategy. The observable failure is thread(s) hung waiting for near cache key locks that are never released.