Ring show high load average when restarting a node.

2016-12-05 Thread Sungju Hong
Hello, when I restart a node, other(most) nodes show high load average and block queries for one or two minutes. why other nodes are affected ? - I have a cluster of 70 nodes. - Cassandra version 1.2.3 - RF: 3 - disabled hinted handoff I will appreciate any advice. Thanks. Regards.

Re: nodetool cfhistograms

2016-10-04 Thread Sungju Hong
count of some column family is 50,000,000 ? Does it add to range of 25109160 ? Thanks. Regards On Wed, Oct 5, 2016 at 10:47 AM, Sungju Hong <equ.h...@gmail.com> wrote: > Hello, > > nodetool cfhistograms ouput shows like below. > > > ks1/cf1 histograms > O

nodetool cfhistograms

2016-10-04 Thread Sungju Hong
Hello, nodetool cfhistograms ouput shows like below. ks1/cf1 histograms Offset SSTables Write Latency Read Latency Row Size Column Count 1 0 0 0 0 35565129 2 0

Can't get performance for scanning the column that is not row key.

2016-07-06 Thread Sungju Hong
Hello, I have cassandra 1.2 and about fifty nodes. I sometime meet requirements for scanning the column that is not row key fast. I know that secondary index doesn't help. someone advised to read sstables directly. is it helpful? I will appreciate for any idea handling this topic. Thanks.

Re: Question about hector api documentation

2016-06-26 Thread Sungju Hong
for client library.(environment below) - Cassandra 1.2.3 - Kafka 0.8.2.2 - RabbitMQ 3.3.5-1 Thanks. Sungju, Hong On Sun, Jun 26, 2016 at 10:25 AM, <lalitkuma...@yahoo.com> wrote: > > > Regards > Lalit Kumar > > Sent from my BlackBerry 10 smartphone. > *From: *Peter Li

Question about hector api documentation

2016-06-23 Thread Sungju Hong
Hello, I'm finding hector java api doc. I searched though google but couldn't find hector api doc. This link is broken also. https://hector-client.github.io/hector/build/html/content/api.html# Can I know the way to get the doc? Thanks. Sungju.