Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
cassandra-driver / doc / features / query-warnings
  ..
  README.md
Size: Mime:

Query warnings

When a query is considered to be harmful for the overall cluster, Cassandra issues a warning that is written to the Cassandra logs. From Cassandra 2.2, these warnings are also returned to the client drivers.

In the driver, these warnings are returned in the ResultSet property information. The warning is still written to the driver logs.