apache / cassandra-gocql-driver

GoCQL Driver for Apache Cassandra®
https://cassandra.apache.org/
Apache License 2.0
2.58k stars 622 forks source link

CASSGO-22 Dont mutate Query/Batch #1447

Open Zariel opened 4 years ago

Zariel commented 4 years ago

Currently queries are mutated while being executed, the query metrics and the consistency are both changed. Instead move query metrics to the Iter and remove the need to change the queries consistency for speculation.

martin-sucha commented 3 years ago

Also page state is mutated and the metrics are shared between multiple queries in a single iter (so attempt count is not accurate for queries) - #1508 and #1511 are related.