Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DDC7B10691 for ; Fri, 23 Oct 2015 17:16:43 +0000 (UTC) Received: (qmail 40241 invoked by uid 500); 23 Oct 2015 17:16:27 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 40178 invoked by uid 500); 23 Oct 2015 17:16:27 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 40156 invoked by uid 99); 23 Oct 2015 17:16:27 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2015 17:16:27 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id AB9B52C14F3 for ; Fri, 23 Oct 2015 17:16:27 +0000 (UTC) Date: Fri, 23 Oct 2015 17:16:27 +0000 (UTC) From: "Zhe Zhang (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-8808) dfs.image.transfer.bandwidthPerSec should not apply to -bootstrapStandby MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-8808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14971388#comment-14971388 ] Zhe Zhang commented on HDFS-8808: --------------------------------- Thanks ATM for reviewing again. I just triggered Jenkins since the last run was from a month ago. > dfs.image.transfer.bandwidthPerSec should not apply to -bootstrapStandby > ------------------------------------------------------------------------ > > Key: HDFS-8808 > URL: https://issues.apache.org/jira/browse/HDFS-8808 > Project: Hadoop HDFS > Issue Type: Bug > Affects Versions: 2.7.1 > Reporter: Gautam Gopalakrishnan > Assignee: Zhe Zhang > Attachments: HDFS-8808-00.patch, HDFS-8808-01.patch, HDFS-8808-02.patch, HDFS-8808-03.patch, HDFS-8808.04.patch > > > The parameter {{dfs.image.transfer.bandwidthPerSec}} can be used to limit the speed with which the fsimage is copied between the namenodes during regular use. However, as a side effect, this also limits transfers when the {{-bootstrapStandby}} option is used. This option is often used during upgrades and could potentially slow down the entire workflow. The request here is to ensure {{-bootstrapStandby}} is unaffected by this bandwidth setting -- This message was sent by Atlassian JIRA (v6.3.4#6332)