RE: cassandra reads are unbalanced

2015-12-07 Thread Walsh, Stephen
: Jack Krupansky [mailto:jack.krupan...@gmail.com] Sent: 04 December 2015 16:46 To: user@cassandra.apache.org Subject: Re: cassandra reads are unbalanced Thanks for the elaboration. A few more questions... Is there only a single thread in each client or are there multiple threads doing reading in

Re: cassandra reads are unbalanced

2015-12-04 Thread Jack Krupansky
> > We monitor the number of reads / writes of every table via the cassandra > JMX metrics. (cassandra.db.read_count) > > … > > ------ > > We can only monitor in 1 hour moving window > > > > > > > > > > Maybe the other two nodes

RE: cassandra reads are unbalanced

2015-12-04 Thread Walsh, Stephen
casionally has net connectivity issues Unlikely seems its AWS From: Jack Krupansky [mailto:jack.krupan...@gmail.com] Sent: 03 December 2015 16:11 To: user@cassandra.apache.org Subject: Re: cassandra reads are unbalanced How many clients do you have performing reads? Is your load balance

Re: cassandra reads are unbalanced

2015-12-03 Thread Jack Krupansky
om] > *Sent:* 02 December 2015 16:27 > > *To:* user@cassandra.apache.org > *Subject:* Re: cassandra reads are unbalanced > > > > If you're using the Java driver with LOCAL_ONE and the default load > balancing strategy (TokenAware wrapped on DCAwareRoundRobin), the > dri

RE: cassandra reads are unbalanced

2015-12-03 Thread Walsh, Stephen
: DuyHai Doan [mailto:doanduy...@gmail.com] Sent: 02 December 2015 16:27 To: user@cassandra.apache.org Subject: Re: cassandra reads are unbalanced If you're using the Java driver with LOCAL_ONE and the default load balancing strategy (TokenAware wrapped on DCAwareRoundRobin), the driver

Re: cassandra reads are unbalanced

2015-12-02 Thread DuyHai Doan
ode 1 (DC2) = 2.06k (seeder) > > Node 2 (DC2) = 1.38k > > Node 3 (DC2) = 1.43k > > > > > > *From:* DuyHai Doan [mailto:doanduy...@gmail.com] > *Sent:* 02 December 2015 14:22 > *To:* user@cassandra.apache.org > *Subject:* Re: cassandra reads are unbalanced

RE: cassandra reads are unbalanced

2015-12-02 Thread Walsh, Stephen
December 2015 14:22 To: user@cassandra.apache.org Subject: Re: cassandra reads are unbalanced Which Consistency level do you use for reads ? ONE ? Are you reading from only DC1 or from both DC ? What is the LoadBalancingStrategy you have configured for your driver ? TokenAware wrapped on

Re: cassandra reads are unbalanced

2015-12-02 Thread DuyHai Doan
Which Consistency level do you use for reads ? ONE ? Are you reading from only DC1 or from both DC ? What is the LoadBalancingStrategy you have configured for your driver ? TokenAware wrapped on DCAwareRoundRobin ? On Wed, Dec 2, 2015 at 3:36 PM, Walsh, Stephen wrote: > Hey all, > > > > Tha