I'm trying to find a migration path from Datastax Enterprise (DSE) 6.0.14 to Cassandra Community OSS 3. So far I'm not able to find a working migration path.
All keyspaces replications have been updated to NetworkTopologyStrategy or using LocalStrategy/SimpleStrategy.
When trying to add a Cassandra 3.11.10, schema agreement cannot be reached since gossip protocol seems not compatible and it crashes.
When trying to add a Cassandra 3.11.3, it's not crashing but schema does not seem to be compatible neither.
I'm running a 5 nodes DSE cluster and trying to replace it with 5 nodes Cassandra.
Cluster name is the same for all nodes while the new Cassandra node is using another DC name.