Re: Is there a cqlsh method which could tell me if a column is empty or not?

2020-08-12 Thread Erick Ramirez
There isn't, no. Cheers! >

Re: Why a READ REPAIR ?

2020-08-12 Thread Erick Ramirez
You can check for the string "digest mismatch" in the logs. Similarly, you can track the RR stats in nodetool netstats and the dropped mutations in nodetool tpstats. To be clear though, RRs are a side-effect of nodes either dropping mutations or being unresponsive so they miss mutations. RRs do *n

Re: Why a READ REPAIR ?

2020-08-12 Thread Tobias Eriksson
Thanx Erick Is there a way to turn on tracing based on certain criteria, I would like to start tracing when there is some sort of failure, i.e. in this case when a READ REPAIR is triggered as I would like to know why we sometimes can’t reach one of the nodes -Tobias From: Erick Ramirez Reply to