Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5DB8F200B16 for ; Mon, 20 Jun 2016 21:36:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5C4A0160A55; Mon, 20 Jun 2016 19:36:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CC02E160A26 for ; Mon, 20 Jun 2016 21:35:59 +0200 (CEST) Received: (qmail 81224 invoked by uid 500); 20 Jun 2016 19:35:58 -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 81019 invoked by uid 99); 20 Jun 2016 19:35:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2016 19:35:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0E5CD2C1F6F for ; Mon, 20 Jun 2016 19:35:58 +0000 (UTC) Date: Mon, 20 Jun 2016 19:35:58 +0000 (UTC) From: "Anubhav Kale (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-4663) Streaming sends one file at a time serially. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 20 Jun 2016 19:36:00 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-4663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15340256#comment-15340256 ] Anubhav Kale commented on CASSANDRA-4663: ----------------------------------------- Agree with Paulo. I don't like SS Tables blowing up. I will spend some time on sending multiple files at a time, and see what it offers. > Streaming sends one file at a time serially. > --------------------------------------------- > > Key: CASSANDRA-4663 > URL: https://issues.apache.org/jira/browse/CASSANDRA-4663 > Project: Cassandra > Issue Type: Improvement > Reporter: sankalp kohli > Priority: Minor > > This is not fast enough when someone is using SSD and may be 10G link. We should try to create multiple connections and send multiple files in parallel. > Current approach under utilize the link(even 1G). > This change will improve the bootstrapping time of a node. -- This message was sent by Atlassian JIRA (v6.3.4#6332)