which replica has your data?

2014-04-22 Thread Han,Meng
Hi all, I have a data item whose row key is 7573657238353137303937323637363334393636363230 and I have a five node Cassandra cluster with replication factor set to 3. Each replica's token is listed below TOK: 0 TOK: 34028236692093846346337460743176821145 TOK: 6805647338418769269267492148635364

Re: How to extract information from commit log?

2014-03-18 Thread Han,Meng
sions of partitions. > Jonathan > > Jonathan Lacefield > Solutions Architect, DataStax > (404) 822 3487 > [1] > [2] > > On Tue, Mar 18, 2014 at 2:25 PM, Han,Meng wrote: > >> Hi Cassandra hackers! >> >> I have a question regarding extracting use

How to extract information from commit log?

2014-03-18 Thread Han,Meng
Hi Cassandra hackers! I have a question regarding extracting useful information from commit log. Since its a binary log, how should I extract information such as timestamp, values from it? Does anyone know any binary log reader that I can use directly to read commit log? If there is no such