gpt4 book ai didi

cassandra - 将新节点加入 Cassandra 集群需要多长时间?

转载 作者:行者123 更新时间:2023-12-04 05:32:41 24 4
gpt4 key购买 nike

我有一台 Cassandra 1.0.9 服务器,它被设置为集群的种子。它有大约 34GB 的数据。我正在尝试将第二个 Cassandra 1.0.9 加入到环中,并将第一个设置为种子。

在/var/lib/cassandra/log/cassandra.log 我看到:

INFO 20:06:52,809 JOINING: waiting for schema information to complete
INFO 20:07:22,815 JOINING: waiting for schema information to complete
INFO 20:07:52,817 JOINING: waiting for schema information to complete
.
.
.
INFO 20:10:22,839 JOINING: waiting for schema information to complete
INFO 20:10:52,841 JOINING: waiting for schema information to complete
INFO 20:11:22,847 JOINING: waiting for schema information to complete

在/var/log/cassandra/system 日志中,我看到:
INFO [main] 2012-09-11 20:19:52,913 StorageService.java (line 668) JOINING: waiting for schema information to complete
INFO [main] 2012-09-11 20:20:22,919 StorageService.java (line 668) JOINING: waiting for schema information to complete
INFO [main] 2012-09-11 20:20:52,921 StorageService.java (line 668) JOINING: waiting for schema information to complete
.
.
.
INFO [main] 2012-09-11 20:23:22,943 StorageService.java (line 668) JOINING: waiting for schema information to complete
INFO [main] 2012-09-11 20:23:52,945 StorageService.java (line 668) JOINING: waiting for schema information to complete
INFO [main] 2012-09-11 20:24:22,951 StorageService.java (line 668) JOINING: waiting for schema information to complete

运行 netstats 给了我:
Mode: JOINING
Not sending any streams.
Not receiving any streams.
Pool Name Active Pending Completed
Commands n/a 0 5
Responses n/a 0 51966

知道这需要多长时间吗?

最佳答案

看来我已经通过以下步骤解决了这个问题:

  • 删除新服务器上的/var/lib/cassandra/data 目录(和子目录)
  • 删除种子服务器上的/var/lib/cassandra/data/system/Schema* 文件
  • 删除种子服务器上的/var/lib/cassandra/data/system/Migration* 文件
  • 在 cassandra-cli 中的种子服务器上重新创建架构
  • 在新服务器上启动 Cassandra

  • 现在我在环中看到新服务器,即使它仍在加入(它在之前的加入尝试中没有出现在环中)。正如运行“describe cluster;”所指出的,种子和新服务器都在同一个架构上。在 cassandra-cli 中。

    我希望这可以帮助其他人在 future 。

    关于cassandra - 将新节点加入 Cassandra 集群需要多长时间?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12380907/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com