I have a cluster with three nodes, version 0.7.0 RC2. Each node has dual NIC's,
eth0 to the internet and eth1 to a private network (192.168.1.xxx). The outside
NIC on each node is frewalled using iptables, only port 22 is allowed through.
My cassandra.yaml configuration file refers only to the
This indeed fixed the problem.
Thanks Aaron and Oleg for your help in this.
On Dec 14, 2010, at 11:26 PM, Oleg Anastasyev wrote:
> This is probably because rmi code jmx uses to listen detected wrong address.
> To fix this add the following to cassandra nodes startup script instances:
> -Djava.
at
org.apache.cassandra.service.AbstractCassandraDaemon.activate(AbstractCassan
draDaemon.java:217)
at
org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:134)
Has anyone tried to bootstrap a node with a non-standard setting for
storage_port ?
Thanks,
Arjan van Ham