cassandra - 有没有办法加快 cassandra nodeltool 修复速度?

标签 cassandra cassandra-3.0

我有 10 个 Cassandra Cluster 节点,当前安装的版本是 3.0.13。 我如何启动:nodetool Repair -j 4 -pr

想知道是否有一些配置选项可以加快此过程,当我检查compactionstats时,我仍然看到“修复后的反压缩”正在进行中。

最佳答案

当前最先进的修复方式是始终运行子范围修复。请参阅http://thelastpickle.com/blog/2017/12/14/should-you-use-incremental-repair.html一些解释:

While the idea behind incremental repair is brilliant, the implementation still has flaws that can cause severe damage to a production cluster, especially when using LCS and DTCS. The improvements and fixes planned for 4.0 will need to be thoroughly tested to prove they fixed incremental repair and allow it to be safely used as a daily routine.

有人说(或引用),看看 http://cassandra-reaper.io/ - 一个简单易用的维修管理工具。

关于cassandra - 有没有办法加快 cassandra nodeltool 修复速度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51496413/

相关文章:

java - CQL JDBC 1.2.5 是否与 cassandra-thrift-2.0.1 和 cassandra-clientutil-2.0.1 兼容?

python - 如果 cassandra 中不存在列,如何更改表添加列?

cassandra - default_time_to_live 如何删除 Cassandra 中没有墓碑的行?

java - 尝试连接 cassandra 时出错

cassandra - 是否可以仅从复制因子为 3 的 Cassandra 集群中的单个节点读取数据?

ubuntu - 无法从其他机器连接 cassandra 端口 9042。

c++ - 在 C++ 驱动程序中一起配置 Cassandra token 感知和延迟感知策略

database - 清除未使用的 Cassandra 目录的最佳方法是什么

Cassandra 旧提示文件存在于提示文件夹中

python - 使用 python 创建 cassandra db 用户/角色