OpenTSDB / asynccassandra

A shim for using Cassandra as a backend for OpenTSDB. Not to be used as a general Cassandra client.
BSD 3-Clause "New" or "Revised" License
7 stars 12 forks source link

Set safer consistency defaults for locks/increments/compareAndSets. #10

Closed alienth closed 7 years ago

alienth commented 7 years ago

Note that EACH_QUORUM here could be extremely slow if you are running cassandra across multiple datacenters. But, if you are doing that, the lack of EACH_QUORUM here will result in broken data. Better to be slow than break your data.

As such, might be best to warn against use of opentsdb against a cassandra cluster which traverses multiple DCs.