Search
Close this search box.

Runbook #6 – Low Repair Percentage, Query and Audit Tracing

$10.00

Cassandra provides audit logging and tracing features that allow administrators to capture and troubleshoot CQL requests’ execution. These features use server resources and can result in performance issues on the cluster, making it essential to disable them as soon as the required data is collected. To disable these features, administrators can follow different methods, including disabling audit logging in cassandra.yaml or using nodetool commands to disable tracing. Identifying whether these features are enabled can be done through nodetool commands, and administrators can diagnose slow-running queries by looking into Cassandra’s logs. Tracing can also be enabled on one or all nodes of the cluster to analyze query performance in the system_traces keyspace.

Excerpted from the text –“Audit logging is a feature in Cassandra that logs all successful or failed CQL requests.”

Questions the Runbook Answers:

  1. What is audit logging in Cassandra, and why is it important for compliance and debugging reasons?

  2. How can audit logging and tracing features in Cassandra cause performance issues on the cluster, and what is the recommended solution?

  3. How can administrators diagnose whether audit logging and tracing are enabled in Cassandra, and what are the methods to disable them?

  4. How do you determine the time frame during which audit/tracing logs are needed by your team?

  5. What are the benefits of using audit logging and tracing in Cassandra?

  6. How do you troubleshoot query performance using tracing in Cassandra?

  7. How do you identify slow-running queries in Cassandra and why is it important?

  8. What is the recommended percentage for tracing requests in a large and active system to avoid performance impact?

Reviews

There are no reviews yet.

Be the first to review “Runbook #6 – Low Repair Percentage, Query and Audit Tracing”

Your email address will not be published. Required fields are marked *