作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
发布question并阅读this和that文章后,我仍然不了解这三个操作之间的关系-
最佳答案
cleanup
是一种压缩,它仅除去节点 token 范围之外的内容。 repair
具有“Validation Compaction”,可以构建梅克尔树以与其他节点进行比较,因此nodetool repair
的一部分将具有紧凑性。
Is repair task can be processed while compaction task is running, or cleanup while compaction task is running?
concurrent_compactors
设置,默认设置为内核数和数据目录的组合:
https://github.com/apache/cassandra/blob/cassandra-2.1/src/java/org/apache/cassandra/config/DatabaseDescriptor.java#L572
Is cleanup is a operation that need to be executed weekly as repair?
Why repair operation need to be executed manually and it is not in Cassandra default behavior?
gc_grace
要求上可能有很大的不同。
https://issues.apache.org/jira/browse/CASSANDRA-10070会将其带入Cassandra,因此将来它将是自动的。
What is the ground rules for healthy cluster maintenance?
关于Cassandra压实,修复与清理,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37684547/
我是一名优秀的程序员,十分优秀!