Versions Compared

Key

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

...

  • Significantly improves the performance of connection pooling while reducing the number of socket resources.
  • Statistics improvements
  • Implement SSL over NIO
  • Experimental cluster management API
  • Gfsh help improvements
  • Introduced the ability to replace Log4j with an alternative logging scheme. To use an alternative appender for writing to log files, exclude "log4j-core" from your classpath.
  • Added the ability to specify that when an asynchronous event queue (AEQ) first starts, event processing should be paused. A `resume` command is provided to start event processing at the desired time. Three gfsh commands were added or modified to support this capability: "create async-event-queue --pause-event-processing", "alter async-event-queue --pause-event-processing", and "resume async-event-queue-dispatcher". See the gfsh command reference in the Geode User Guide for details.

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

...