Skip to content

Fixes and improvements release.

Compare
Choose a tag to compare
@khaf khaf released this 21 May 17:05
· 227 commits to master since this 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.