Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Region entries are now serialized before putting in local cache
  • Entry expiration now updates last accessed time on NORMAL and PRE LOADED regions
  • Improved JDBC Connector connection pooling
  • Improved JDBC Connector attribute type conversion including MySQL and PostgreSQL databases
  • Fixed a bug in CacheLoader when loading PdxInstance requiring class to be on classpath if pdx-read-serialized is false
  • Fixed a bug where EvictionAttributesMutator.setMaximum does not work
  • Fixed race condition in concurrent create on region when the key used in a putIfAbsent call that returns null may not be the one in the RegionEntry
  • Added new MBeans to monitor size and overflow stats for the Gateway sender queue; specifically 1. MemLRUStatistics lruEvictions stat for the sender queue and 2. DiskRegionStatistics entriesOnlyOnDisk and bytesOnlyOnDisk stats for the sender queue
  • Fixed bug to ensure MAX_QUERY_EXECUTION_TIME is honored during long queries and before hitting out of memory exception
  • Prevent tombstones from being added to an index during region initialization that caused initialization to last more than an hour

A full list of issues that were resolved can be found at https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318420&version=12342867.

...