我可以在一个数据中心和另一个数据中心中使用 vnode 设置 cassandra 集群吗?
Can I set cassandra cluster with vnode using in one datacenter and another not
我有一个带有一个数据中心的 cassandra 集群,它已从 1.0.7 升级到 2.1.8。但是旧的datacenter没有使用vnode设置,因为1.0.7不支持。
现在,我想添加一个2.1.8版本的新数据中心,并想在新数据中心使用vnode设置。我可以让旧数据中心不使用 vnode 而让新数据中心使用 vnode 设置吗?
您可以尝试列出的程序 here。
"You cannot directly convert a single-token nodes to a vnode. However, you can configure another data center configured with vnodes already enabled and let Cassandra automatic mechanisms distribute the existing data into the new nodes. This method has the least impact on performance."
我有一个带有一个数据中心的 cassandra 集群,它已从 1.0.7 升级到 2.1.8。但是旧的datacenter没有使用vnode设置,因为1.0.7不支持。
现在,我想添加一个2.1.8版本的新数据中心,并想在新数据中心使用vnode设置。我可以让旧数据中心不使用 vnode 而让新数据中心使用 vnode 设置吗?
您可以尝试列出的程序 here。
"You cannot directly convert a single-token nodes to a vnode. However, you can configure another data center configured with vnodes already enabled and let Cassandra automatic mechanisms distribute the existing data into the new nodes. This method has the least impact on performance."