简体   繁体   English

在Cassandra上运行KairosDb的问题

[英]Issue with running KairosDb on Cassandra

I'm running KairosDb (time series db) on top of Cassandra. 我在Cassandra上运行KairosDb(时间序列db)。 I'm experiencing a recurring debug message from Cassandra/Kairos that comes up all the time. 我一直在不断收到来自Cassandra / Kairos的重复调试消息。 They are able to connect to each other but I fear something is not correctly configured. 它们能够相互连接,但是我担心某些配置不正确。 Here is a snippet of the error and how its presented over and over in time: 以下是错误的摘要,以及如何反复显示错误:

08:06:00.000 [QuartzScheduler_QuartzSchedulerThread] DEBUG 
[QuartzSchedulerThread.java:268] - batch acquisition of 0 triggers
08:06:00.000 [QuartzScheduler_Worker-3] DEBUG [JobRunShell.java:212] - 
Calling execute on job 
DEFAULT.org.kairosdb.core.reporting.MetricReporterService
08:06:00.001 [QuartzScheduler_Worker-3] DEBUG 
[MetricReporterService.java:93] - Reporting metrics
08:06:09.335 
[Hector.me.prettyprint.cassandra.connection.CassandraHostRetryService-1] 
DEBUG [CassandraHostRetryService.java:123] - Retry service fired... nothing 
to do.

Has anyone experienced this before and knows the issue? 有没有人经历过这个并且知道这个问题? Thanks in advance! 提前致谢!

there are no problem with these messages, these are perfectly normal. 这些消息没有问题,完全正常。

KairosDB has some jobs triggered by Quartz that reports metrics, and when using Cassandra (Hector client) it checks for the hosts that have been marked down or are unresponsive. KairosDB有一些由Quartz触发的报告标准的作业,当使用Cassandra(Hector客户端)时,它会检查已被标记为下降或无响应的主机。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM