Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Expanding a Cassandra cluster with one additional node: what ports need to be open?

Tags:

cassandra

Assume a Cassandra cluster with hosts A and B. This cluster shall now be extended with another host C. Assume that Cis on a firewalled network were all packets are dropped by default.

Which ports and protocols must be opened up between C <> A and C <> B for the new node C to function properly?

like image 672
knorv Avatar asked Apr 21 '10 10:04

knorv


1 Answers

7000 TCP (the internal communication port) Btw, take a look at this question

like image 144
Schildmeijer Avatar answered Oct 01 '22 03:10

Schildmeijer