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
  • Additional statistics now available through micrometer
  • Use NIO to improve scalability of peer-to-peer SSL connections
  • Enabled experimental Experimental cluster management API
  • Gfsh help improvementsTab completion works now with gfsh help
  • 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.

...