cassandra 3.11.4中服务器端的慢速查询记录器cassandra

nwlqm0z1  于 2021-06-10  发布在  Cassandra
关注(0)|答案(1)|浏览(430)

根据
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 [deafult logback xml][1]

[1]: https://github.com/apache/cassandra/blob/trunk/conf/logback.xml
vu8f3i0k

vu8f3i0k1#

步骤是正确的,您应该检查system.log以查看任何记录的慢速查询。此外,还需要检查创建会话和事件表的system\ U跟踪键空间。

相关问题