Apache Cassandra upgrade 3.X from 2.1

ⅰ亾dé卋堺 提交于 2019-12-09 13:23:18

问题


Is it possible to upgrade Apache Cassandra 2.1.9+ to Apache Cassandra 3.1+ directly?

The release notes for 3.0 mention direct upgrades need a minimum of Apache Cassandra 2.1.9+, but all further releases of Apache Cassandra don't mention whether an intermediate version is needed.


回答1:


Yes, you can upgrade from Cassandra 2.1.9 (or higher) to Cassandra 3.1 (or higher).

As stated in the DataStax dev blog in June of 2015, Cassandra moved to a "tick-tock" release cycle with version 3. The details of which you can get from the link, but the main point is that the release structure of 3.x is not the same as it was with 2.x.

Cassandra 2.0, 2.1, and 2.2 were different enough in terms of features and storage modifications that they required a structured upgrade path. Cassandra 3.x does not. You can upgrade directly to 3.1, 3.4, or 3.10 (just released). As long as you meet the 3.0 upgrade requirements (Cassandra version >= 2.1.9) you don't need to worry about intermediate upgrades with the 3.x line.



来源:https://stackoverflow.com/questions/42094935/apache-cassandra-upgrade-3-x-from-2-1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!