Revision as of 14:20, August 24, 2016 by KrisMcG (talk | contribs) (Upgrading Cassandra to 2.2)
Jump to: navigation, search

Upgrading Cassandra to 2.2

Web Services support Cassandra versions 2.2 and 1.2. If you are using Cassandra 1.2, you can maintain this version or upgrade to Cassandra 2.2.

Directly upgrading from 1.2 to 2.2 is not supported, therefore you need to upgrade your Cassandra versions in several steps. For example 1.2 > 2.0 > 2.1 > 2.2. For more information about upgrading Cassandra, see the Datastax documentation.

  1. Stop all Web Services nodes.
    The procedure requires shutdown of the service during the upgrade. On each node, you must disallow new changes, save pending changes, take a snapshot to rollback changes if something goes wrong, and stop Cassandra.
  2. Perform Cassandra upgrade according to the Datastax recommendations.
  3. When configuring Cassandra 2.2 according to the Datastax instructions, you must enable the thrift interface. Set the the start_rpc parameter to true in the cassandra.yaml file
  4. Start all Web Services nodes.
Comments or questions about this documentation? Contact us for support!