Configure the 4.x node to point to the appropriate data files in the /etc/cassandra/default.conf/cassandra.yaml settings as shown in the example below.
Check the cluster name and token count in cassandra.yaml. If needed, replace the default values with the values set in 3.x. The example below shows the default values for a Cassandra 4.x installation.
Code Block
language
bash
title
Example
cluster_name: 'Test Cluster'
num_tokens: 16
Note
title
Cassandra 4 Configuration
The cluster name and token count must match those values set in Cassandra 3.x.