aerospike-client-go v2.2.0 Release Notes

Release Date: 2019-05-21 // almost 5 years ago
  • Minor Fixes and improvements release.

    • 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.
    • Improvements

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