Re: Cassandra nodes on EC2 in two different regions not communicating

2011-02-28 Thread Himanshi Sharma
Hi Peter, I made changes as per ur patch. Still its nt working. Using external ip in Listen addr gives this exception. ERROR 11:47:14,092 Exception encountered during startup. java.net.BindException: Cannot assign requested address at sun.nio.ch.Net.bind(Native Method) at

Re: Cassandra nodes on EC2 in two different regions not communicating

2011-02-28 Thread Peter Fales
Are you sure you actually re-built Cassandra after making those source code changes? I believe Cannot assign requested address is the error you get with the official Cassandra because the external IP address is not the actual address of an adapter. The patches change the code so that it

Re: [VOTE] 0.7.3

2011-02-28 Thread Sylvain Lebresne
+1 On Sun, Feb 27, 2011 at 2:15 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: On 25 February 2011 21:09, Eric Evans eev...@rackspace.com wrote: Shall we? I propose the following for release as 0.7.3. SVN:

Re: [VOTE] 0.7.3

2011-02-28 Thread David Boxenhorn
I installed this version and ran nodetool scrub on a CF where I suspected this problem. I got the following error: root@ubuntu7:/usr/local/cassandra/conf# nodetool scrub System0 Attractions Error occured while scrubbing keyspace System0 java.util.concurrent.ExecutionException: java.io.IOError:

Build failed in Hudson: Cassandra #748

2011-02-28 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Cassandra/748/changes Changes: [jbellis] add countercolumn support to SSTableExport patch by slebresne; reviewed by Pavel Yaskevich for CASSANDRA-2093 -- [...truncated 1811 lines...] [junit] Testsuite:

Hudson build is back to normal : Cassandra #749

2011-02-28 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Cassandra/749/changes

Re: [VOTE] 0.7.3

2011-02-28 Thread Jonathan Ellis
I'd like to get the patch to https://issues.apache.org/jira/browse/CASSANDRA-2240 reviewed, then do an expedited release vote with original 0.7.3 proposal + that patch. (Without that patch, nodetool scrub is prone to OOMing and killing the server, which is somewhat unfriendly. :) On Fri, Feb 25,

Re: [VOTE] 0.7.3

2011-02-28 Thread Stephen Connolly
ok, if you are respinning i can restage for central tomorrow. but i am traveling on wed so it would be better to stage on tuesday (ie have the respin tonight so a can stage tomorrow) i will be working on extending maven-ant-tasks on the plane to add the features required to generate simple poms

Re: [VOTE] 0.7.3

2011-02-28 Thread Jeremy Hanna
We'd really like to see the updated fix for CASSANDRA-2255 get in there as well, if possible. It's very isolated to the Hadoop output code, so it shouldn't be much risk. https://issues.apache.org/jira/browse/CASSANDRA-2255 On Feb 28, 2011, at 5:27 PM, Jonathan Ellis wrote: I'd like to get

Re: Cassandra nodes on EC2 in two different regions not communicating

2011-02-28 Thread Himanshi Sharma
Peter, I build Cassandra after making changes as per ur patch. Nw when try nodetool i get this exception. [root@ip-10-170-153-71 bin]# ./nodetool -h 175.41.143.192 ring Error connection to remote JMX agent! java.rmi.ConnectException: Connection refused to host: 10.130.62.177; nested