Aerospike Java Client Release 5.1.7 (August 6, 2021)

Aerospike Java client version 5.1.7 was released on August 6, 2021.

  • A bug affecting this version of the Java client has been identified. If your application uses scans, we strongly recommend that you upgrade to Java client 5.1.11 at the earliest opportunity.

Fixes

  • CLIENT-1573 Refresh and add all new peers nodes until no more peers are available in cluster tend.
  • CLIENT-1573 Set “Node.rebalanceChanged” to “Cluster.rackAware” when creating node.
  • CLIENT-1574 Avoid using previous failed node when possible in batch retry.
  • Use SortedMap interface in the MapOrder detection method.
  • Remove LogPolicy() debug message.