are you connecting to the same node every time?  if so, spread out
your connections across the ring

On Fri, Oct 12, 2012 at 1:22 AM, Alexey Zotov <azo...@griddynamics.com> wrote:
> Hi Ben,
>
> I suggest you to compare amount of queries for each node. May be the problem
> is on the client side.
> Yoy can do that using JMX:
> "org.apache.cassandra.db:type=ColumnFamilies,keyspace=<YOUR
> KEYSPACE>,columnfamily=<YOUR CF>","ReadCount"
> "org.apache.cassandra.db:type=ColumnFamilies,keyspace=<YOUR
> KEYSPACE>,columnfamily=<YOUR CF>","WriteCount"
>
> Also I suggest to check output of "nodetool compactionstats".
>
> --
> Alexey
>
>

Reply via email to