关于cassandra 读取百万级数据

发布于 2021-11-13 08:22:55 字数 1751 浏览 727 评论 2

当从cassandra中读取5百万条数据时,出现连接超时异常

010-11-29 14:31:08,390 INFO [me.prettyprint.cassandra.service.JmxMonitor] - Registering JMX me.prettyprint.cassandra.service:ServiceType=gg,MonitorType=hector
2010-11-29 14:31:08,453 INFO [me.prettyprint.cassandra.service.CassandraClientPoolImpl] - Creating a CassandraClientPool
2010-11-29 14:31:08,453 INFO [me.prettyprint.cassandra.service.CassandraClientPoolImpl] - Creating a CassandraClientPool with the following configuration: 192.168.0.136(192.168.0.136):9160
2010-11-29 14:31:18,671 WARN [me.prettyprint.cassandra.service.FailoverOperator] - Got a TimedOutException from 192.168.0.136. Num of retries: 1 (thread=main)
2010-11-29 14:31:18,671 INFO [me.prettyprint.cassandra.service.FailoverOperator] - Skipping to next host (thread=main). Current host is: 192.168.0.136
2010-11-29 14:31:18,671 INFO [me.prettyprint.cassandra.service.FailoverOperator] - Invalidating client CassandraClient<192.168.0.136:9160-1> (thread=main)
2010-11-29 14:31:18,687 INFO [me.prettyprint.cassandra.service.FailoverOperator] - Skipped host (thread=main). New client is CassandraClient<192.168.0.136:9160-2>
2010-11-29 14:31:28,796 WARN [me.prettyprint.cassandra.service.FailoverOperator] - Got a TimedOutException from 192.168.0.136. Num of retries: 0 (thread=main)
2010-11-29 14:31:28,796 INFO [me.prettyprint.cassandra.service.FailoverOperator] - Invalidating client CassandraClient<192.168.0.136:9160-2> (thread=main)
2010-11-29 14:31:28,796 ERROR [com.ggms.main.HectorClient] - HectorClient.class-->getCount
TimedOutException()
    at org.apache.cassandra.thrift.Cassandra$get_count_result.read(Cassandra.java:8387)

求助!!!!!!!!!!!!!!!1

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

感情旳空白 2021-11-14 11:41:18

引用来自#2楼“苏伟”的帖子

一次性读5百万条?

屌丝范 2021-11-13 15:21:14

一次性读5百万条?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文