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 excepti

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 th

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 fo

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, 2

Hudson build is back to normal : Cassandra #749

2011-02-28 Thread Apache Hudson Server
See

Build failed in Hudson: Cassandra #748

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

Re: [VOTE] 0.7.3

2011-02-28 Thread Sylvain Lebresne
If you go from 0.6.* directly to (in the process of being released) 0.7.3, then no, you don't need to scrub. -- Sylvain On Mon, Feb 28, 2011 at 4:50 PM, Jeremiah Jordan < jeremiah.jor...@morningstar.com> wrote: > So do we need to scrub if we are updating from 0.6.8 to this? > > -Jeremiah Jordan

RE: [VOTE] 0.7.3

2011-02-28 Thread Jeremiah Jordan
So do we need to scrub if we are updating from 0.6.8 to this? -Jeremiah Jordan -Original Message- From: Jonathan Ellis [mailto:jbel...@gmail.com] Sent: Friday, February 25, 2011 3:22 PM To: dev@cassandra.apache.org Subject: Re: [VOTE] 0.7.3 Please test nodetool scrub -- see https://issu

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: j

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 wrote: > > > > > Shall we? I propose the following for release as 0.7.3. > > > > SVN: > > > https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@r1

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 list

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 sun.ni