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.
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 ofEACH_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.