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 02E8C200C00 for ; Tue, 3 Jan 2017 16:05:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 01BEB160B33; Tue, 3 Jan 2017 15:05:01 +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 4E904160B4B for ; Tue, 3 Jan 2017 16:05:00 +0100 (CET) Received: (qmail 17796 invoked by uid 500); 3 Jan 2017 15:04:59 -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 17290 invoked by uid 99); 3 Jan 2017 15:04:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jan 2017 15:04:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E756E2C2A66 for ; Tue, 3 Jan 2017 15:04:58 +0000 (UTC) Date: Tue, 3 Jan 2017 15:04:58 +0000 (UTC) From: "Jakub Lida (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: Tue, 03 Jan 2017 15:05:01 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-4663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15795256#comment-15795256 ] Jakub Lida commented on CASSANDRA-4663: --------------------------------------- Does it affect repair streaming sesions as well? > 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 > Fix For: 3.x > > Attachments: 0001-streaming-add-a-way-to-configure-the-number-of-conne.patch > > > 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)