Re: Read data from specific node in cassandra

2016-05-06 Thread Jeff Jirsa
This still doesn’t guarantee the behavior you think it does. From: Siddharth Verma Reply-To: "user@cassandra.apache.org" Date: Friday, May 6, 2016 at 12:20 AM To: "user@cassandra.apache.org" Subject: Re: Read data from specific node in cassandra Hi, Whitelist work

Re: Read data from specific node in cassandra

2016-05-06 Thread Joseph Tech
ssed in deletion, and the data has been removed from other two nodes. So, we can't run repair now. Again, it is a possible speculation. We are not sure. This is the only cause we could come up with @User Back to the requirement "*Read data from specific node in cassandra*" I prematurely stated w

Re: Read data from specific node in cassandra

2016-05-06 Thread Siddharth Verma
to the requirement "*Read data from specific node in cassandra*" I prematurely stated whitelist worked *perfectly. *However, while scanning the data, it isn't the case. It has caused ambiguous data dump. This option didn't work for debugging. Could someone suggest other alternatives?

Re: Read data from specific node in cassandra

2016-05-06 Thread Joseph Tech
d 1 >> sstables [SharedPool-Worker-6] | 2016-05-05 15:23:52.931000 | x.y.z.151 | >> 3289 >> Read 1 live and 0 tombstone >> cells [SharedPool-Worker-6] | 2016-05-05 15:23:52.931000 | x.y.z.151 | >> 3323 >>

Re: Read data from specific node in cassandra

2016-05-06 Thread Siddharth Verma
.151 | > 3411 > Sending REQUEST_RESPONSE message to /x.y.z.150 > [MessagingService-Outgoing-/x.y.z.150] | 2016-05-05 15:23:52.932000 | > x.y.z.151 | 3577 > > Request complete | 2016-05-05 15:23:52.924649 | x.y.z.150 | > 5649 > > From: Varun Barala > R

Re: Read data from specific node in cassandra

2016-05-05 Thread Jeff Jirsa
-05 15:23:52.924649 | x.y.z.150 | 5649 From: Varun Barala Reply-To: "user@cassandra.apache.org" Date: Thursday, May 5, 2016 at 2:40 AM To: "user@cassandra.apache.org" Subject: Re: Read data from specific node in cassandra Hi Siddharth Verma, You can define consistency

Re: Read data from specific node in cassandra

2016-05-05 Thread jason zhao yang
Hi, Can you check LoadBalancing Policy -> whiteList ? jasonstack Varun Barala 于2016年5月5日周四 下午5:40写道: > Hi Siddharth Verma, > > You can define consistency level LOCAL_ONE. > > and you can applyh consistency level during statement creation. > > like this ->

Re: Read data from specific node in cassandra

2016-05-05 Thread Varun Barala
Hi Siddharth Verma, You can define consistency level LOCAL_ONE. and you can applyh consistency level during statement creation. like this -> statement.setConsistencyLevel(ConsistencyLevel.LOCAL_ONE); On Thu, May 5, 2016 at 3:55 PM, Siddharth Verma < verma.siddha...@snapdeal.com> wrote: > Hi,

Read data from specific node in cassandra

2016-05-05 Thread Siddharth Verma
Hi, We have a 3 node cluster in DC1, where replication factor of keyspace is 3. How can i read data only from one particular node in java driver? Thanks, Siddharth Verma