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 4E69285A3 for ; Tue, 13 Sep 2011 08:02:34 +0000 (UTC) Received: (qmail 94562 invoked by uid 500); 13 Sep 2011 08:02:33 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 94397 invoked by uid 500); 13 Sep 2011 08:02:33 -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 94379 invoked by uid 99); 13 Sep 2011 08:02:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 08:02:30 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 08:02:29 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E714995E12 for ; Tue, 13 Sep 2011 08:02:08 +0000 (UTC) Date: Tue, 13 Sep 2011 08:02:08 +0000 (UTC) From: "Anton Winter (JIRA)" To: commits@cassandra.apache.org Message-ID: <1431934396.21220.1315900928942.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (CASSANDRA-3194) repair streaming forwarding loop MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 repair streaming forwarding loop -------------------------------- Key: CASSANDRA-3194 URL: https://issues.apache.org/jira/browse/CASSANDRA-3194 Project: Cassandra Issue Type: Bug Components: Core Affects Versions: 1.0.0 Reporter: Anton Winter I am able to reproduce what appears to be a streaming forwarding loop when running repairs. This affect only nodes using broadcast_address (ec2 external ip) & listen_address of 0.0.0.0. (Configuration is using property file snitch in a multi DC NTS where some DC's are EC2 and others are not). The hosts in the other dc's not using broadcast_address do not experience this symptom. on ec2 host dc1host1: INFO [AntiEntropyStage:1] 2011-09-13 06:34:01,673 StreamingRepairTask.java (line 211) [streaming task #ce793c30-ddd1-11e0-0000-071a4b76fefb] Received task from /0.0.0.0 to stream 12259 ranges to /external.ec2.ip.dc1host3 INFO [AntiEntropyStage:1] 2011-09-13 06:34:01,673 StreamingRepairTask.java (line 136) [streaming task #ce793c30-ddd1-11e0-0000-071a4b76fefb] Forwarding streaming repair of 12259 ranges to /external.ec2.ip.of.dc1host1 (to be streamed with /external.ip.of.host3) The above appears to trigger another streaming task and results in saturating the network interfaces dc1host1. The above log entries are repeated until cassandra is killed. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira