Query warnings
When a query is considered harmful for the overall cluster, Cassandra writes a warning to the Cassandra logs. As of Cassandra 2.2,these warnings are also returned to the client drivers.
In the driver, these warnings are returned in the RowSet
property Info
. The warning is also written
to the driver logs.