- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
谁能解释一下有什么用
-JVM_OPTS="$JVM_OPTS -Dcassandra.consistent.rangemovement=false"
最佳答案
根据 NEWS.txt
Bootstrapping now ensures that range movements are consistent, meaning the data for the new node is taken from the node that is no longer a responsible for that range of keys. If you want the old behavior (due to a lost node perhaps) you can set the following property (
-Dcassandra.consistent.rangemovement=false
).
After the tokens are allocated, the joining node will pick current replicas of the token ranges it will become responsible for to stream data from. By default it will stream from the primary replica of each token range in order to guarantee data in the new node will be consistent with the current state.
In the case of any unavailable replica, the consistent bootstrap process will fail. To override this behavior and potentially miss data from an unavailable replica, set the JVM flag
-Dcassandra.consistent.rangemovement=false
.
关于cassandra - JVM_OPTS="$JVM_OPTS -Dcassandra.consistent.rangemovement=false 有什么用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39355698/
我已安装 Cassandra 对于由 Datastax 分发的 Windows x64,请按照此处的说明进行操作: Installing DataStax Distribution of Apache
谁能解释一下有什么用 -JVM_OPTS="$JVM_OPTS -Dcassandra.consistent.rangemovement=false" 默认设置是什么以及它如何影响加入集群的多个节点?
我是一名优秀的程序员,十分优秀!