4.1.3
Release Date: February 16, 2018
New Features
- Support async delay queue per event loop. When EventPolicy.maxCommandsInProcess is reached, future async commands are stored in the delay queue for later execution. This is useful for limiting socket usage while allowing for a burst of async commands. The delay queue is not enabled by default.
- Add new list and map operations on client side.
- Return IndexTask from dropIndex().
- Add option to print Aerospike Benchmarks version.
- Add alternative latency format (alt) in benchmarks that includes transaction count.
- Add latency summary in benchmarks.
Bug Fixes
- Prevent rogue node from taking ownership of a partition previously owned by legitimate strong consistency node.
- In benchmarks, perform a single write when write specified in batch mode.
- In benchmarks, do not multiply batch transactions by batch size, so batch tps is really batch transactions per second.
- Remove enterprise requirement in truncate docs.
Full Changelog: 4.1.2...4.1.3