Re: Astyanax returns empty row

2013-01-16 Thread aaron morton
If you think you have located a bug in Astyanax please submit it to https://github.com/Netflix/astyanax Cheers - Aaron Morton Freelance Cassandra Developer New Zealand @aaronmorton http://www.thelastpickle.com On 17/01/2013, at 3:44 AM, Sávio Teles wrote: > We have multiple cl

Re: Astyanax returns empty row

2013-01-16 Thread Sávio Teles
We have multiple clients reading the same row key. It makes no sense fail in one machine. When we use Thrift, Cassandra always returns the correct result. 2013/1/16 Sávio Teles > I ran the tests with only one machine, so the CL_ONE is not the problem. > Am i right? -- Atenciosamente, Sávi

Re: Astyanax returns empty row

2013-01-16 Thread Sávio Teles
.org<mailto:user@cassandra.apache.org>" < > user@cassandra.apache.org<mailto:user@cassandra.apache.org>> > Subject: Astyanax returns empty row > > > sometimes Astyanax returns a empty row for a specific key. For example, on > first attempt Astyanax returns a

Re: Astyanax returns empty row

2013-01-15 Thread Hiller, Dean
gt;" mailto:user@cassandra.apache.org>> Date: Tuesday, January 15, 2013 5:43 AM To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Subject: Astyanax returns empty row sometimes Astyanax returns a empty row for a spe

Astyanax returns empty row

2013-01-15 Thread Sávio Teles
I'm currently using Astyanax 1.56.21 to retrieve a entire row. My code: ColumnList result = keyspace.prepareQuery(cf_name) .getKey(key) .execute().getResult(); But, sometimes Astyanax returns a empty row for a specific key. For example, on first attempt Astyanax returns a empty row for a