Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F3DA8E9C1 for ; Wed, 23 Jan 2013 17:31:16 +0000 (UTC) Received: (qmail 47171 invoked by uid 500); 23 Jan 2013 17:31:16 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 47140 invoked by uid 500); 23 Jan 2013 17:31:16 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 47017 invoked by uid 99); 23 Jan 2013 17:31:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jan 2013 17:31:16 +0000 Date: Wed, 23 Jan 2013 17:31:16 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-5179) Hinted handoff sends over 1000 rows for one column change MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-5179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13560849#comment-13560849 ] Jonathan Ellis commented on CASSANDRA-5179: ------------------------------------------- Can you give us a debug log? > Hinted handoff sends over 1000 rows for one column change > --------------------------------------------------------- > > Key: CASSANDRA-5179 > URL: https://issues.apache.org/jira/browse/CASSANDRA-5179 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 1.2.0 > Environment: Windows 7 > Java 1.6u38 > Reporter: Antti Koivisto > > We have a small test environment with two datacenters (DC1 and DC2) running on Windows 7 laptops. > Both datacenters have one node. We use network topology strategy to replicate all data to both datacenters. > We started with empty db. > 1. Created a keyspace with strategy options [DC1:1, DC2:1] > 2. Added one row to a column family with CLI to DC1. Change was replicated to DC2. > 3. Disconnected network cable from DC2. > 4. Gossiper noticed, that other DC is dead. > 5. Added another row to DC1. > 6. Reconnected cable on DC2. > 7. DC1 started hinted handoff for DC2. > 8. Hinted handoff is finished with message: "Finished hinted handoff of 1969 rows to endpoint " > We repeated test with same results on Linux cluster with Cassandra 1.2.0. > On Cassandra 1.1.5 Linux cluster, only one row was sent to endpoint. "Finished hinted handoff of 1 rows to endpoint " -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira