【问题标题】:How to check the client connected to which node in the cluster如何检查客户端连接到集群中的哪个节点
【发布时间】:2014-06-19 16:11:26
【问题描述】:

我们想检查客户端连接到集群中的哪个服务器。有什么方法可以追踪吗?

我看到了一些包含主机文件和源文件的审计日志。

host:FQDN/5.6.7.8|source:/1.2.3.4

这是否意味着来自 1.2.3.4 ipaddress 的客户端连接到服务器 5.6.7.8 以运行查询?

5.6.7.8 是本次会话的协调节点吗?

【问题讨论】:

    标签: cassandra datastax-enterprise cassandra-2.0 datastax


    【解决方案1】:

    是的,

    确实如此。你的假设是完全正确的。当您查看 Datastax 的 Cassandra 文档中的“CQL 日志记录示例”部分时: http://www.datastax.com/docs/datastax_enterprise3.0/security/data_auditing

    说明在您的示例中,5.6.7.8 是 Cassandra 节点,它协调来自 IP 1.2.3.4 客户端的请求。

    【讨论】:

      猜你喜欢
      • 2013-05-21
      • 2016-03-14
      • 1970-01-01
      • 2018-10-29
      • 1970-01-01
      • 2015-01-18
      • 2021-08-07
      • 1970-01-01
      • 2015-08-08
      相关资源
      最近更新 更多