按照
https://issues.apache.org/jira/browse/CASSANDRA-12403
我尝试通过Cassandra 3.11.4上的以下步骤启用慢速查询日志记录, 但无法向他们提出任何问题的答案,或者我错过了任何步骤。
`/nodetool getlogginglevels
Logger Name Log Level
ROOT INFO
com.thinkaurelius.thrift ERROR
org.apache.cassandra DEBUG
org.apache.cassandra.db DEBUG
org.apache.cassandra.db.monitoring DEBUG
In cassandra.yaml
# can be identified. Set this value to zero to disable slow query logging.
slow_query_log_timeout_in_ms: 500
cat logback.xml
[默认的Logback xml] [1]
[1]: https://github.com/apache/cassandra/blob/trunk/conf/logback.xml
答案 0 :(得分:0)
步骤是正确的,您应该检查system.log中是否记录了所有慢速查询。另外,您需要检查在其中创建会话和事件表的system_traces键空间。