Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 321379D43 for ; Fri, 24 Feb 2012 11:44:16 +0000 (UTC) Received: (qmail 74432 invoked by uid 500); 24 Feb 2012 11:44:14 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 74354 invoked by uid 500); 24 Feb 2012 11:44:13 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 74343 invoked by uid 99); 24 Feb 2012 11:44:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2012 11:44:13 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mainalimanoj@gmail.com designates 209.85.210.44 as permitted sender) Received: from [209.85.210.44] (HELO mail-pz0-f44.google.com) (209.85.210.44) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2012 11:44:05 +0000 Received: by dakl33 with SMTP id l33so2508093dak.31 for ; Fri, 24 Feb 2012 03:43:44 -0800 (PST) Received-SPF: pass (google.com: domain of mainalimanoj@gmail.com designates 10.68.129.137 as permitted sender) client-ip=10.68.129.137; Authentication-Results: mr.google.com; spf=pass (google.com: domain of mainalimanoj@gmail.com designates 10.68.129.137 as permitted sender) smtp.mail=mainalimanoj@gmail.com; dkim=pass header.i=mainalimanoj@gmail.com Received: from mr.google.com ([10.68.129.137]) by 10.68.129.137 with SMTP id nw9mr6456670pbb.73.1330083824105 (num_hops = 1); Fri, 24 Feb 2012 03:43:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=1dVTHtMBmzuUnDke7TAVjiWgM+z+XmTKi1t/5vL7MU8=; b=I4DF7/BnLdIhMXsLQoIbVSiCbvmzB0CJ8pdxiSVIZ94qf4CBz6Ir797Pc60JS+Gwww FTW77/OmZb/H8bM9QqeZ+hO+iprr0IK2n6e64fVv84jxTWCttGSgd6IX7BivlLC2lPWt Jjn1dlVIeyqDxr84eRfSLBFnPL+Dk8k6+k9nk= MIME-Version: 1.0 Received: by 10.68.129.137 with SMTP id nw9mr5421207pbb.73.1330083824066; Fri, 24 Feb 2012 03:43:44 -0800 (PST) Received: by 10.143.44.15 with HTTP; Fri, 24 Feb 2012 03:43:44 -0800 (PST) Date: Fri, 24 Feb 2012 20:43:44 +0900 Message-ID: Subject: Cassandra keeps on logging "Finished hinted handoff of 0 rows to endpoint" From: Manoj Mainali To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=047d7b10d203dadeff04b9b44556 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b10d203dadeff04b9b44556 Content-Type: text/plain; charset=ISO-8859-1 Hi, I have been running Cassandra 1.0.7 and in the log file I see the log saying " Finished hinted handoff of 0 rows to endpoint /{ipaddress}" The above issue can be reproduced by the following steps, 1. Start a cluster with 2 node, suppose node1 and node2 2. Create a keyspace with rf=2, create column family 3. Stop node2 4. Insert some rows, suppose 100, to cluster with consistency level 1 5. Restart node2 When the node2 is restarted, node1 sends the hints to the node2 and from the log I see that 100 rows are sent. But, after that in the interval of approximately 10 mins, Cassandra logs "Finished hinted handoff of 0 rows to the endpoint .." When I do the "list hintscolumnfamily" from the cassandra-cli, it shows a result of 1 row, but no columns data. There seems to be a issue raised before, https://issues.apache.org/jira/browse/CASSANDRA-3733, and it says it is fixed in 1.0.7. However, I keep seeing the above log. It seems that the Cassandra is trying to send hints message even when all the hints are delivered and there are no more hints left. Is there a way to solve the above issue? Recently, another issue was also raised https://issues.apache.org/jira/browse/CASSANDRA-3935 and they are similar, but I am not sure if they are caused by the same reason. Does anyone know how to solve the issue? Thanks, Manoj --047d7b10d203dadeff04b9b44556 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

I have been running Cassandra 1.0.7 and in the log f= ile I see the log saying

"=A0Finished= =A0hinted=A0handoff of 0= rows to endpoint /{ipaddress}"

The above issue can be reproduced by the following steps,

1. Start a cluster = with 2 node, suppose node1 and node2
2. Create a keyspace with rf=3D2, create colu= mn family
3. Stop node2
4. Insert so= me rows, suppose 100, to cluster with consistency level 1
= 5. Restart node2<= /div>

When the node2 is res= tarted, node1 sends the hints to the node2 and from the log I see that 100 = rows are sent. But, after that in the interval of approximately 10 mins, Ca= ssandra logs "Finished hinted handoff of 0 rows to the endpoint ..&quo= t;

When I do the "l= ist hintscolumnfamily" from the cassandra-cli, it shows a result of 1 = row, but no columns data.

There seems to be a i= ssue raised before,=A0https://issues.apache.org/jira/browse/CASSANDRA-3733= , and it says it is fixed in 1.0.7. However, I keep seeing the above log.= =A0

It seems that the Cassandra is trying to send hints mes= sage even when all the hints are delivered and there are no more hints left= . Is there a way to solve the above issue?=A0
Recently, another i= ssue was also raised=A0https://issues.apache.org/jira/browse/CASSANDRA-3935=A0and= they are similar, but I am not sure if they are caused by the same reason.=

Does anyone know how to solve the issue?

=
Thanks,
Manoj
--047d7b10d203dadeff04b9b44556--