Was this page helpful?
Caution
You're viewing documentation for an unstable version of ScyllaDB C# driver. Switch to the latest stable version.
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.