Re: Create then Delete KS without putting anything in it causes exception

2010-08-10 Thread Jonathan Ellis
Can you create a JIRA ticket? Thanks! On Tue, Aug 10, 2010 at 6:16 PM, Jeremiah Jordan wrote: > The following from python causes an exception on > apache-cassandra-2010-08-10_13-08-19-bin.tar.gz and a bunch of earlier > builds in the 0.7 line: >        socket = TSocket.TSocket(host, 9160) >    

Create then Delete KS without putting anything in it causes exception

2010-08-10 Thread Jeremiah Jordan
The following from python causes an exception on apache-cassandra-2010-08-10_13-08-19-bin.tar.gz and a bunch of earlier builds in the 0.7 line: socket = TSocket.TSocket(host, 9160) transport = TTransport.TFramedTransport(socket) protocol = TBinaryProtocol.TBinaryProtocolAcce