I'm currently using Astyanax 1.56.21 to retrieve a entire row. My code:

ColumnList<String> 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 specific
key, but on the second attempt it returns the desired row.
Can someone help me?

Thanks in advance.



-- 
Atenciosamente,
Sávio S. Teles de Oliveira
voice: +55 62 9136 6996
http://br.linkedin.com/in/savioteles
Mestrando em Ciências da Computação - UFG
Arquiteto de Software
Laboratory for Ubiquitous and Pervasive Applications (LUPA) - UFG

Reply via email to