[VOTE RESULTS] was: [VOTE] Release 0.6.0 (final)

2010-04-12 Thread Eric Evans
On Sun, 2010-04-11 at 20:55 -0500, Eric Evans wrote: > It's been about a week and half since rc1 and there aren't any serious > issues so I propose we release. The tag and artifacts below should > differ from rc1 only in that the versioning was updated. > > SVN Tag: > https://svn.apache.org/repos/

Re: loading schema in trunk

2010-04-12 Thread Gary Dusbabek
2010/4/12 Ted Zlatanov : > > OK, I was hoping nodetool would support that operation.  I wanted to use > something on the same machine as the Cassandra instance so I can > automate a complete install in QA, and jconsole won't work unattended > AFAIK.  I don't know JMX well so I'll look for something

Re: loading schema in trunk

2010-04-12 Thread Ted Zlatanov
On Tue, 13 Apr 2010 00:15:32 +0100 Ryan Daum wrote: RD> jmxterm is a nice cli jmx tool Sweet. And it supports tab-completion to boot. Thanks! Ted

Re: loading schema in trunk

2010-04-12 Thread Ryan Daum
jmxterm is a nice cli jmx tool 2010/4/13 Ted Zlatanov > On Mon, 12 Apr 2010 17:28:12 -0500 Eric Evans > wrote: > > EE> On Mon, 2010-04-12 at 17:16 -0500, Ted Zlatanov wrote: > >> In my checkout, nodetool can't load the schemas as the wiki suggests > >> for 0.6 upgrades. Is that coming or plann

Re: loading schema in trunk

2010-04-12 Thread Ted Zlatanov
On Mon, 12 Apr 2010 17:28:12 -0500 Eric Evans wrote: EE> On Mon, 2010-04-12 at 17:16 -0500, Ted Zlatanov wrote: >> In my checkout, nodetool can't load the schemas as the wiki suggests >> for 0.6 upgrades. Is that coming or planned? Or is the user supposed >> to put together their own JMX invoc

Re: loading schema in trunk

2010-04-12 Thread Eric Evans
On Mon, 2010-04-12 at 17:16 -0500, Ted Zlatanov wrote: > In my checkout, nodetool can't load the schemas as the wiki suggests > for 0.6 upgrades. Is that coming or planned? Or is the user supposed > to put together their own JMX invocation manually? I can't see where the wiki suggests that. Thi

Re: loading schema in trunk

2010-04-12 Thread Ted Zlatanov
On Mon, 12 Apr 2010 13:08:29 -0500 Ted Zlatanov wrote: >>> In trunk, the schema is loaded through Thrift. Is there a way to load >>> it from the storage-conf.xml AKA cassandra.xml file without writing >>> custom code? In my checkout, nodetool can't load the schemas as the wiki suggests for 0.6

Re: [VOTE] Release 0.6.0 (final)

2010-04-12 Thread ant elder
+1 ...ant On Mon, Apr 12, 2010 at 2:55 AM, Eric Evans wrote: > > It's been about a week and half since rc1 and there aren't any serious > issues so I propose we release. The tag and artifacts below should > differ from rc1 only in that the versioning was updated. > > SVN Tag: > https://svn.ap

Re: loading schema in trunk

2010-04-12 Thread Ted Zlatanov
On Mon, 12 Apr 2010 12:39:49 -0500 Eric Evans wrote: EE> On Mon, 2010-04-12 at 11:50 -0500, Ted Zlatanov wrote: >> In trunk, the schema is loaded through Thrift. Is there a way to load >> it from the storage-conf.xml AKA cassandra.xml file without writing >> custom code? EE> http://wiki.apache

Re: loading schema in trunk

2010-04-12 Thread Eric Evans
On Mon, 2010-04-12 at 11:50 -0500, Ted Zlatanov wrote: > In trunk, the schema is loaded through Thrift. Is there a way to load > it from the storage-conf.xml AKA cassandra.xml file without writing > custom code? http://wiki.apache.org/cassandra/LiveSchemaUpdates -- Eric Evans eev...@rackspace.c

loading schema in trunk

2010-04-12 Thread Ted Zlatanov
In trunk, the schema is loaded through Thrift. Is there a way to load it from the storage-conf.xml AKA cassandra.xml file without writing custom code? Thanks Ted

Re: [VOTE] Release 0.6.0 (final)

2010-04-12 Thread Johan Oskarsson
+0. My only concern is the https://issues.apache.org/jira/browse/CASSANDRA-866 issue. I understand it's important to get this release out though, so won't block. /Johan On 12 apr 2010, at 03.55, Eric Evans wrote: > > It's been about a week and half since rc1 and there aren't any serious > iss

Re: [VOTE] Release 0.6.0 (final)

2010-04-12 Thread Gary Dusbabek
+1 On Sun, Apr 11, 2010 at 20:55, Eric Evans wrote: > > It's been about a week and half since rc1 and there aren't any serious > issues so I propose we release. The tag and artifacts below should > differ from rc1 only in that the versioning was updated. > > SVN Tag: > https://svn.apache.org/repo

Re: cassandra thrift error:java.net.SocketException: Broken pipe!

2010-04-12 Thread Jonathan Ellis
are any operations completing successfully? did you set the server thrift mode to framed? On Mon, Apr 12, 2010 at 7:35 AM, yangfeng wrote: > The port is 9160, and cassandra server has a lot of connection > They stay CLOSE_WAIT status. > > > 2010/4/12 Jonathan Ellis > >> You're probably connecti

Re: cassandra thrift error:java.net.SocketException: Broken pipe!

2010-04-12 Thread Peter Schüller
> The port is 9160, and cassandra server has a lot of connection > They stay CLOSE_WAIT status. If the 'broken pipe' is the result of a failed connection establishment (even though 'broken pipe' would imply otherwise), perhaps you're hitting either firewall state tracking limits or source port exh

Re: cassandra thrift error:java.net.SocketException: Broken pipe!

2010-04-12 Thread yangfeng
The port is 9160, and cassandra server has a lot of connection They stay CLOSE_WAIT status. 2010/4/12 Jonathan Ellis > You're probably connecting to the wrong port. Thrift is 9160. > > On Mon, Apr 12, 2010 at 4:24 AM, yangfeng wrote: > > cassandra 0.5.1.0 > > hector0.5.1.9 > > > > org.apache.

Re: cassandra thrift error:java.net.SocketException: Broken pipe!

2010-04-12 Thread Jonathan Ellis
You're probably connecting to the wrong port. Thrift is 9160. On Mon, Apr 12, 2010 at 4:24 AM, yangfeng wrote: > cassandra 0.5.1.0 > hector0.5.1.9 > > org.apache.thrift.transport.TTransportException: java.net.SocketException: > Broken pipe >        at > org.apache.thrift.transport.TIOStreamTrans

Re: python web framework suggestions (for Cassandra Web UI) needed

2010-04-12 Thread Pablo Cuadrado
So far, I think I'm going for Pylons, the discussion gave this "pseudo-votes": Pylons +3 Tornado +1 Django +1 Undetermined +2 Any further comments on this issue will be appreciated! Thanks! On Sun, Apr 11, 2010 at 4:58 AM, Eric Florenzano wrote: > Bottom line with this kind of a project is to

cassandra thrift error:java.net.SocketException: Broken pipe!

2010-04-12 Thread yangfeng
cassandra 0.5.1.0 hector0.5.1.9 org.apache.thrift.transport.TTransportException: java.net.SocketException: Broken pipe at org.apache.thrift.transport.TIOStreamTransport.write(TIOStreamTransport.java:142) [libthrift-r820831.jar:na] at org.apache.thrift.protocol.TBinaryProtocol.write