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 worked p
n 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 whitelist worked *perf
th
@User
Back 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?
tables [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
>>
|
> 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
> Reply-To: &
t complete | 2016-05-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
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 -> statement.setConsistencyLevel(Consisten
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,
>
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