Skip to content

4.1.2

Choose a tag to compare

@mcoberly2 mcoberly2 released this 18 Jul 02:12

Release Date: January 12, 2018

New Features

  • Add inDoubt to AerospikeException. inDoubt indicates if a write command may have completed even though an exception was thrown. This scenario can occur on a client timeout for a command that has been sent to the server.
  • Add forceSingleNode to ClientPolicy for testing purposes (default false). forceSingleNode uses only the first seed node when communicating with the cluster. Do not enable in a production environment.

Bug Fixes

  • Add javadocs comment about 8KB limit for keys.

Full Changelog: 4.1.1...4.1.2