banuj
banuj

Reputation: 3230

Cassandra open port native_transport_port after a random time

I'm running a cluster of 10 Cassandra 3.10 and I saw a very strange behavior: after restart, a node won't open immediately native_transport_port (9042).

After one node restart, the flow is :

My logs are in DEBUG mode, and nothing is written about opening this port. What is happening and how can I debug this problem?

Output for several nodetool commands are:

Thank you.

Upvotes: 0

Views: 239

Answers (1)

Matija Gobec
Matija Gobec

Reputation: 880

Are you saving your key/row cache? It tends to take a lot of time when that is the case. Also, what is your file max limit?

Upvotes: 2

Related Questions