Aerospike Go Client Release 2.2.0 (May 21, 2019)

Aerospike Go client version 2.2.0 was released on May 21, 2019.

Fixes and improvements release.

Improvements

  • Transactions will not count a lack of connection in the node’s connection pool as an iteration anymore.

Bug Fixes

  • Fixes an issue where an empty connection pool would cause a lock contention that would in turn lead to high CPU load.
  • Fixes an issue where in some circumstances connection pool would be depleted of connections.
  • Fixes an issue where the replica node would not be selected in case of master-node failure in Policy.ReplicaPolicy.SEQUENCE for reads.