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 74DFB200B35 for ; Mon, 20 Jun 2016 21:16:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 73A49160A55; Mon, 20 Jun 2016 19:16: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 E99F1160A66 for ; Mon, 20 Jun 2016 21:15:59 +0200 (CEST) Received: (qmail 15233 invoked by uid 500); 20 Jun 2016 19:15: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 14833 invoked by uid 99); 20 Jun 2016 19:15: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:15:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4F1DE2C1F77 for ; Mon, 20 Jun 2016 19:15:58 +0000 (UTC) Date: Mon, 20 Jun 2016 19:15:58 +0000 (UTC) From: "Jeff Jirsa (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:16:00 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-4663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15340211#comment-15340211 ] Jeff Jirsa commented on CASSANDRA-4663: --------------------------------------- This seems very dangerous until CASSANDRA-11303 is merged (seems to be patch available). > 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)