Normally you need to run this command after upgrading your Cassandra cluster. The purpose of this command is to convert sstables to the latest format. Alwyas read NEWS.txt (https://github.com/apache/cassandra/blob/cassandra-2.2/NEWS.txt) and CHANGES.txt (https://github.com/apache/cassandra/blob/cassandra-2.2/CHANGES.txt) before upgrade your cluster.
Monday, January 04, 2016
Cassandra - Tips for upgrading SSTables
Recently we upgraded our Cassandra cluster from 1.2.x to 2.0.x. Here are some tips for running "nodetool upgradesstables" (Reads only SSTables created by old major versions of Cassandra and re-writes them to the current version one at a time) command I would like to share.
Normally you need to run this command after upgrading your Cassandra cluster. The purpose of this command is to convert sstables to the latest format. Alwyas read NEWS.txt (https://github.com/apache/cassandra/blob/cassandra-2.2/NEWS.txt) and CHANGES.txt (https://github.com/apache/cassandra/blob/cassandra-2.2/CHANGES.txt) before upgrade your cluster.
Normally you need to run this command after upgrading your Cassandra cluster. The purpose of this command is to convert sstables to the latest format. Alwyas read NEWS.txt (https://github.com/apache/cassandra/blob/cassandra-2.2/NEWS.txt) and CHANGES.txt (https://github.com/apache/cassandra/blob/cassandra-2.2/CHANGES.txt) before upgrade your cluster.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment