Re: Missing rows while scanning table using java driver

2016-02-02 Thread Priyanka Gugale
Thanks Paulo and Ryan, I have moved my question to user mailing list. -Priyanka On Tue, Feb 2, 2016 at 6:31 PM, Ryan Svihla wrote: > Priyanka, > > This is a better question for the Cassandra user mailing list (cc’d above) > which is where many experts in the use of Cassandra are subscribed, whe

Re: Missing rows while scanning table using java driver

2016-02-02 Thread Ryan Svihla
Priyanka, This is a better question for the Cassandra user mailing list (cc’d above) which is where many experts in the use of Cassandra are subscribed, where as this list is more about improving or changing Cassandra itself. As to your issue, there can be many combined issues at once that are

Re: Missing rows while scanning table using java driver

2016-02-02 Thread Paulo Motta
This list (dev@cassandra.apache.org) is not the appropriate forum for user or driver-related questions, but only for Cassandra internal development. Please subscribe and ask the question in the appropriate list: https://mail-archives.apache.org/mod_mbox/cassandra-user/ or https://groups.google.com/

Re: Missing rows while scanning table using java driver

2016-02-02 Thread Priyanka Gugale
I am using query of the form: select * from %t where token(%p) > %s limit %l; where t=tablename, %p=primary key, %s=token value of primary key and l=limit -Priyanka On Mon, Feb 1, 2016 at 6:19 PM, Priyanka Gugale wrote: > Hi, > > I am using Cassandra 2.2.0 and cassandra driver 2.1.8. I am tryi