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 CE032200BD7 for ; Sun, 11 Dec 2016 16:17:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CC965160B20; Sun, 11 Dec 2016 15:17: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 4800D160B07 for ; Sun, 11 Dec 2016 16:17:00 +0100 (CET) Received: (qmail 49542 invoked by uid 500); 11 Dec 2016 15:16: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 49526 invoked by uid 99); 11 Dec 2016 15:16:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Dec 2016 15:16:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 438382C0087 for ; Sun, 11 Dec 2016 15:16:59 +0000 (UTC) Date: Sun, 11 Dec 2016 15:16:59 +0000 (UTC) From: "Corentin Chary (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (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: Sun, 11 Dec 2016 15:17:01 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-4663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Corentin Chary updated CASSANDRA-4663: -------------------------------------- Reviewer: Jason Brown Fix Version/s: 3.x Status: Patch Available (was: Reopened) On the systems that I've seen it looked that it was mainly the receiver that was CPU bound. I'm attaching a patch that provides a workaround for 3.X. > 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)