PRODUCTS AND SERVICES INDUSTRIES SUPPORT PARTNERS COMMUNITIES ABOUT
  Coherence 3.3 User Guide
  Coherence 3.3.2 Release Notes
Added by Noah Arliss, last edited by Dave Carrano on Nov 17, 2008  (view change)

Labels

 
(None)

Oracle CoherenceTM 3.3.2 (Service Pack) Release Notes

The following is a list of bug fixes and improvements in Oracle Coherence 3.3.2 (build 391):

  • Fixed a potential data corruption issue in the SparseArray which could produce an endless iteration. (COH-1116)
  • Fixed a race condition in the panic protocol which could lead to the cluster service termination. (COH-1167)
  • Fixed a regression in the daemon pool queue which could cause a single threaded applications to hang or experience a request timeout. (COH-1231)
  • Fixed a concurrency issue between a write-behind and an aggressive backing-map eviction causing repetitive store() operations. (COH-1234)
  • Fixed a potential deadlock in NearCache and ContinuousQueryCache caused by an aggressive eviction. (COH-1386, COH-1420)
  • Allow multiple network filters to be layered. (COH-1196)
  • Fixed a potential ShutdownHook leak by the Coherence logger. (COH-1260)
  • Fixed the putAll() request to respect the task timeout parameter. (COH-1268)
  • Added timeout support to the service join protocol. (COH-1297)
  • Added the SeniorMemberId attribute to the ServiceMBean. (COH-1298)
  • Added various improvements to the witness protocol algorithm. (COH-995, COH-1182)
  • Fixed the issue with GroupAggregator that produced incorrect results when used with the DistinctValues aggregator. (COH-1487)
  • Improved the BerkeleyDBBinaryStore implementation to guarantee the removal of temporary files upon shutdown. (COH-1176)