out of memory error on malformed Thrift protocol

2009-11-13 Thread Ted Zlatanov
The sequence to trigger the bug: 1) telnet to port 9160 2) type: s s (two letter+RET combinations) This reliably generates the error below. I did not debug further or try to fix it because it seems to be a Thrift issue. ERROR - Fatal exception in thread Thread[pool-1-thread-1,5,main]

Re: out of memory error on malformed Thrift protocol

2009-11-13 Thread Michael Greene
This is a know issue and is out of Cassandra's specific hands. The Thrift issue is: http://issues.apache.org/jira/browse/THRIFT-601 The temporary workaround is don't send random data to your Cassandra instance. Michael 2009/11/13 Ted Zlatanov t...@lifelogs.com: The sequence to trigger the bug: