Re: Clustering in .7 beta 2

2010-10-12 Thread Aaron Morton
I think this error is the same as this http://www.mail-archive.com/user@cassandra.apache.org/msg06295.htmlIt also occurs when the GCInspector is doing it's thing and is nothing to worry about. Do you have any firewalls etc between the nodes?Aaron On 13 Oct, 2010,at 06:47 AM, Brayton Thompson wrote

Re: Clustering in .7 beta 2

2010-10-12 Thread Scott Mann
Are you aware of this: http://wiki.apache.org/cassandra/JmxGotchas/ ? -Scott

Re: Clustering in .7 beta 2

2010-10-12 Thread Brayton Thompson
# Frame size for thrift (maximum field length). # 0 disables TFramedTransport in favor of TSocket. This option # is deprecated; we strongly recommend using Framed mode. thrift_framed_transport_size_in_mb: 15 # The max length of a thrift message, including all fields and # internal thrift overhead.

Re: Clustering in .7 beta 2

2010-10-12 Thread andy C
Juts in case in (This got me upgrading). What are: thrift_framed_transport_size_in_mb: 15 thrift_max_message_length_in_mb: 16 Set to ? I've seen thrift_framed_transport_size_in_mb set to 0 after an upgrade which will cause faults. Andy On 12 Oct 2010, at 16:40, Brayton Thompson wrote: > I

Re: Clustering in .7 beta 2

2010-10-12 Thread Brayton Thompson
After looking around the config, I changed the rpc to the individual machines addresses (ill give 0.0.0.0 a try next). This hasn't helped. I checked out the log and discovered I get this error whenever I try to start the server... INFO [GC inspection] 2010-10-12 17:42:15,323 GCInspector.java (l

Re: Clustering in .7 beta 2

2010-10-12 Thread aaron morton
What setting do you have for the rpc_address ? I use 0.0.0.0 to bind to all interfaces, you may want to set it to your ip_address listed. my example # Address to bind to and tell other nodes to connect to. You _must_ # change this if you want multiple nodes to be able to communicate! listen_addr

Clustering in .7 beta 2

2010-10-12 Thread Brayton Thompson
I'm having some issues getting three nodes to cluster together in .7 beta 2. Seed: xxx.xxx.xxx.xxx other node Y: yyy.yyy.yyy.yyy other node Z: zzz.zzz.zzz.zzz when starting node Y this is the output... As you can see it binds thrift to localhost even though its set as the machines ip in the ca