在datastax cassandra 5.1中,为啥dsetool缺少insights_config命令?
Posted
技术标签:
【中文标题】在datastax cassandra 5.1中,为啥dsetool缺少insights_config命令?【英文标题】:In datastax cassandra 5.1, why is dsetool missing insights_config command?在datastax cassandra 5.1中,为什么dsetool缺少insights_config命令? 【发布时间】:2020-03-20 10:19:03 【问题描述】:在 DataStax Cassandra 节点上运行 dsetool insights_config
会返回 Unknown command: insights_config
,而 documentation 表明应该存在此命令。
【问题讨论】:
【参考方案1】:DSE Metrics Collector 是在 DSE 5.1.14(当前版本为 5.1.17)中引入的 - 请确保您使用的是具有此功能的版本。在我的设置中它工作得很好:
(dse-5.1.17) ...\>dsetool insights_config --show_config
"mode" : "DISABLED",
"config_refresh_interval_in_seconds" : 30,
"metric_sampling_interval_in_seconds" : 30,
"data_dir_max_size_in_mb" : 1024,
"node_system_info_report_period" : "PT1H"
【讨论】:
以上是关于在datastax cassandra 5.1中,为啥dsetool缺少insights_config命令?的主要内容,如果未能解决你的问题,请参考以下文章
构建 Apache Cassandra 的 DataStax 发行版
Apache Cassandra vs Datastax Cassandra [关闭]
如何允许在 cassandra 中使用 java datastax 进行过滤
如何使用datastax DevCenter在Cassandra中检查!= null?
com.datastax.oss -> java-driver-core 和 com.datastax.cassandra -> cassandra-driver-core 之间的 Cas