Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

CQLSharp - An ADO.NET Data Provider for Cassandra

Compare
Choose a tag to compare
@reuzel reuzel released this 19 Jul 19:42
· 61 commits to master since this release

Fixes and Improved Aliveness Checking of Cassandra Nodes

  • Fixed bug that hampered exponential backoff
  • Succesfull connection to a node must be made before it is marked as up again, keeping it out-of-scope of connection strategies until proven up.
  • Fixing issue where multiple node UP notifications are received in a short time
  • Clearing prepared query ids, forcing queries to be reprepared when node is marked down
  • Making sure that at least a single query attempt is done when MaxRetryCount setting is set to 0
  • MEF fix: now using correct directories for loading extensions