RE: java.io.IOError: java.io.EOFException with version 0.7.6

2011-05-23 Thread Rene Kochen
: java.io.EOFException with version 0.7.6 Would you have a simple script to reproduce the issue ? And could you open a JIRA ticket. Sylvain On Thu, May 19, 2011 at 4:22 PM, Rene Kochen wrote: > I have some severe problems on our production site. > I created the following test program to reprodu

Re: java.io.IOError: java.io.EOFException with version 0.7.6

2011-05-19 Thread kochen
http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/file/n6383644/CassandraIssue.zip CassandraIssue.zip This is the test program (.NET 4) I use Cassandra 0.7.6 with standard yaml and this super-column-family: create column family Customers with column_type = 'Super' and comparator

Re: java.io.IOError: java.io.EOFException with version 0.7.6

2011-05-19 Thread Jonathan Ellis
It would be useful to post your program. On Thu, May 19, 2011 at 9:22 AM, Rene Kochen wrote: > I have some severe problems on our production site. > I created the following test program to reproduce the issue with Cassandra > 0.7.6 (with empty data set). > > I use the following data-model > > col

Re: java.io.IOError: java.io.EOFException with version 0.7.6

2011-05-19 Thread Sylvain Lebresne
Would you have a simple script to reproduce the issue ? And could you open a JIRA ticket. Sylvain On Thu, May 19, 2011 at 4:22 PM, Rene Kochen wrote: > I have some severe problems on our production site. > I created the following test program to reproduce the issue with Cassandra > 0.7.6 (with e

java.io.IOError: java.io.EOFException with version 0.7.6

2011-05-19 Thread Rene Kochen
I have some severe problems on our production site. I created the following test program to reproduce the issue with Cassandra 0.7.6 (with empty data set). I use the following data-model column_metadata: [] name: Customers column_type: Super gc_grace_seconds: 60 I have a super-column-family wit