Chris G.
Chris G.

Reputation: 25974

Cassandra nodes on Google compute engine network ports

I am trying to run cassandra(cass_1 & cass_2) on two compute engine(Debian). I am unable to see that the nodes is connected using nod tool status. I have set the seed in case_2 to point to cass_1.

I am guessing that I need to open a port in google compute engine network? Do you know?

Upvotes: 0

Views: 29

Answers (1)

doanduyhai
doanduyhai

Reputation: 8812

Can you give, for each cassandra node, the following info:

  • listen_address
  • broadcast_address (if set)
  • rpc_address (if set)

They are defined in cassandra.yaml config file

Upvotes: 1

Related Questions