Comment 4 for bug 1036927

Revision history for this message
Haw Loeung (hloeung) wrote :

Hi Evan,

First of all, thank you for spending some time to look into this.

The local_config.py on both gremlin and cherufe has the cassandra_host currently set to 127.0.0.1. This is then balanced across the 3 cassandra backends.

I notice that on finfolk, local_config.py is actually pointing to just jumbee:

# The address of the Cassandra database.
cassandra_host = '91.189.89.250:9160'

hloeung@jumbee:~$ netstat -an --tcp | grep :9160 | wc -l
611

hloeung@nawao:~$ netstat -an --tcp | grep :9160 | wc -l
146

hloeung@tomte:~$ netstat -an --tcp | grep :9160 | wc -l
146

Not very balanced is it. Let me fix it up.