Booting Cassandra v0.7.0 on Windows: rename failed

2010-11-29 Thread Ramon Rockx
Hi, Recently I downloaded Cassandra v0.7.0 rc1. When I try to run cassandra it ends with the following logging: INFO 09:17:30,044 Enqueuing flush of memtable-locationi...@839514767(643 bytes, 12 operations) INFO 09:17:30,045 Writing memtable-locationi...@839514767(643 bytes, 12 operations)

RE: Booting Cassandra v0.7.0 on Windows: rename failed

2010-11-30 Thread Ramon Rockx
failed Please report a bug at https://issues.apache.org/jira/browse/CASSANDRA On Mon, Nov 29, 2010 at 2:49 AM, Ramon Rockx r.ro...@asknow.nl wrote: Hi, Recently I downloaded Cassandra v0.7.0 rc1. When I try to run cassandra it ends with the following logging: INFO 09:17:30,044 Enqueuing flush

No query results while expecting results

2015-11-23 Thread Ramon Rockx
ot;u":"http://www.example.com"} 62015032164 | 2063819251 | 111ce010-cfdb-11e4-85e9-000c2981ebb4 |0 | {"v":1451222,"s":2130305,"r":104769,"u":"http://www.example.com"} 62015032164 | 2063819251 | 105e7210-cfdb-11e4-85e9-000c2981ebb4 |0 | {"v":1451221,"s":2130304,"r":104769,"u":"http://www.example.com"} As you can see, the last query returned the results as expected (see also the 'select all' query). However the query "select * from mls.te where period=62013120356 and tnt_id=5;" does not return anything, I did expect results, since there are results based on this where clause. Does anybody know what is going on, or what am I doing wrong? Thanks! Ramon Rockx

Re: No query results while expecting results

2015-11-23 Thread Ramon Rockx
Hello Oded and Carlos, Many thanks for your tips. I modified the consistency level in cqlsh, but with no success: cqlsh> consistency ALL Consistency level set to ALL. cqlsh> select * from mls.te where period=62013120356 and tnt_id=5; Tracing session: ef0e6590-91e3-11e5-8c24-6783eab735d4

Re: No query results while expecting results

2015-11-23 Thread Ramon Rockx
Hello Prem, On Mon, Nov 23, 2015 at 2:36 PM, Prem Yadav wrote: > Can you run the trace again for the query "select * " without any > conditions and see if you are getting results for tnt_id=5? > Of course, here are the results, with trace:

Re: No query results while expecting results

2015-11-23 Thread Ramon Rockx
Hello Carlos, On Mon, Nov 23, 2015 at 3:31 PM, Carlos Alonso wrote: > Well, this makes me wonder how varints are compared in java vs python > because the problem may be there. > > I'd suggest getting the token, to know which server contains the missing > data. Go there and

Re: No query results while expecting results

2015-11-24 Thread Ramon Rockx
Hello Carlos and Oded, Thanks to you all for your input! @Carlos, I did not try the thrift client yet. @Oded, thank you for deserializing the key. It looks exactly what to expect, once it's deserialized... I think we're onto something. I reproduced and simplified the case like this. First I