Expanding a Cassandra cluster with one additional node: what ports need to be open?
Posted
by knorv
on Stack Overflow
See other posts from Stack Overflow
or by knorv
Published on 2010-04-21T10:09:51Z
Indexed on
2010/04/21
10:13 UTC
Read the original article
Hit count: 158
cassandra
Assume a Cassandra cluster with hosts A
and B
. This cluster shall now be extended with another host C
. Assume that C
is 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?
© Stack Overflow or respective owner