cassandra 从版本 3.9 迁移到版本 3。0.X

cassandra migration from version 3.9 to 3.0.X

我们有一个 3.9 版本的 cassandra 节点。
是否可以迁移到上一个稳定版本 (3.0.11)?
(我们不使用 3.9 的任何特殊功能。)

请阅读本指南的降级部分: https://wiki.apache.org/cassandra/CompatibilityGuarantees

主要部分:

Downgrading is only guaranteed within minor releases and only to the previous bug-fix release

理论上你可以尝试降级 3.9 -> 3.7 -> 3.5...等,但没有受让人认为这会起作用并且将来不会出现问题。如果必须这样做,请在某些开发环境中进行测试,或者继续使用 3.9...