Question 31: You already have an existing Cassandra cluster setup, having single token node setup. How, would you convert this setup to vnode setup?

  1. It cannot be done, you have to create new Cluster altogether
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering Python Certification Material

Correct Answer: 2

Explanation: You cannot directly convert a single-token nodes to a vnode. However, you can configure another datacenter 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.

Procedure: