Hi, Can you check LoadBalancing Policy -> whiteList ?
jasonstack Varun Barala <varunbaral...@gmail.com>于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(ConsistencyLevel.LOCAL_ONE); > > On Thu, May 5, 2016 at 3:55 PM, Siddharth Verma < > verma.siddha...@snapdeal.com> wrote: > >> 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 >> > >