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 1F201D285 for ; Mon, 29 Oct 2012 19:00:16 +0000 (UTC) Received: (qmail 40744 invoked by uid 500); 29 Oct 2012 19:00:13 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 40717 invoked by uid 500); 29 Oct 2012 19:00:13 -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 40671 invoked by uid 99); 29 Oct 2012 19:00:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2012 19:00:13 +0000 Date: Mon, 29 Oct 2012 19:00:13 +0000 (UTC) From: "Nick Bailey (JIRA)" To: commits@cassandra.apache.org Message-ID: <356134557.40279.1351537213755.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (CASSANDRA-4873) Source side retries for streaming MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Nick Bailey created CASSANDRA-4873: -------------------------------------- Summary: Source side retries for streaming Key: CASSANDRA-4873 URL: https://issues.apache.org/jira/browse/CASSANDRA-4873 Project: Cassandra Issue Type: Improvement Components: Core Reporter: Nick Bailey This should help make streaming more robust but also it is necessary for tools like the bulk loader to be able to retry streaming. Currently if streaming fails the cassandra nodes will attempt to initiate a retry with the node that is bulk loading, but since that node is not a ring/gossip member, it will not succeed. -- 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