Skip to content

3.1.7

Choose a tag to compare

@mcoberly2 mcoberly2 released this 18 Jul 02:17

Release Date: November 04, 2015

New Features

  • Support ycsb format and micro-second latency output in benchmarks.
  • Support complex command sequences (ie. read x records, write y records with percentage variation) in benchmarks.
  • Added default policy getters to IAerospikeClient and IAsyncClient. Have IAerospikeClient inherit from Closeable.
  • Added LoadState.install(globals) to LuaInstance constructor.
  • Increased ClientPolicy.maxSocketIdle default to 55 seconds.

Bug Fixes

  • IsConnected() now returns false when all nodes haven't responded to cluster tend requests for 5 consecutive iterations (usually 5 seconds).
  • Only read one batch/scan/query record group per async iteration to improve fairness and give other transactions the chance to complete before timing out.

Full Changelog: 3.1.6...3.1.7