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 00492DDA2 for ; Wed, 12 Sep 2012 21:33:09 +0000 (UTC) Received: (qmail 51448 invoked by uid 500); 12 Sep 2012 21:33:08 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 51372 invoked by uid 500); 12 Sep 2012 21:33:08 -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 51166 invoked by uid 99); 12 Sep 2012 21:33:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2012 21:33:08 +0000 Date: Thu, 13 Sep 2012 08:33:08 +1100 (NCT) From: "sankalp kohli (JIRA)" To: commits@cassandra.apache.org Message-ID: <1942738267.71694.1347485588154.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (CASSANDRA-4660) During Streaming, a new connection is created for every sstable we need to transfer. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 sankalp kohli created CASSANDRA-4660: ---------------------------------------- Summary: During Streaming, a new connection is created for every sstable we need to transfer. Key: CASSANDRA-4660 URL: https://issues.apache.org/jira/browse/CASSANDRA-4660 Project: Cassandra Issue Type: New Feature Components: Core Reporter: sankalp kohli Priority: Minor We should try to reuse the connection for streaming sstables. This is inefficient when we are bootstrapping a large node with thousands of sstables. -- 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