Dan Go
Dan Go

Reputation: 23

Bootstrapping cassandra with different version and OS

I have a cassandra 3.0.9 installed in Ubuntu 14 (4 nodes). Can I bootstrap an additional node cassandra 3.11.4 with Linux 2 as the OS?

Upvotes: 0

Views: 165

Answers (1)

Alex Ott
Alex Ott

Reputation: 87164

You can run Cassandra on different Linux versions, but it's recommended to use the same version of Cassandra itself - 3.0 & 3.11 are different series, and use of them together in the same cluster is recommended only during upgrades, when you shouldn't do topology change, etc.

Why not bootstrap 3.0.9 on machine with Linux 2? Or upgrade 3.0.9 cluster to 3.11.4 & then bootstrap new node?

Upvotes: 2

Related Questions