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 34788200BB1 for ; Thu, 20 Oct 2016 01:52:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 32F99160AFB; Wed, 19 Oct 2016 23:52: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 A3A59160AEA for ; Thu, 20 Oct 2016 01:51:59 +0200 (CEST) Received: (qmail 29031 invoked by uid 500); 19 Oct 2016 23:51:58 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 29020 invoked by uid 99); 19 Oct 2016 23:51:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2016 23:51:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6CC562C4C72 for ; Wed, 19 Oct 2016 23:51:58 +0000 (UTC) Date: Wed, 19 Oct 2016 23:51:58 +0000 (UTC) From: "Chen Liang (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-11036) Ozone : reuse Xceiver connection MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 19 Oct 2016 23:52:00 -0000 [ https://issues.apache.org/jira/browse/HDFS-11036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chen Liang updated HDFS-11036: ------------------------------ Attachment: HDFS-11036-HDFS-7240.003.patch v003 fix the check style warning, the reset of the warnings are all from the protobuf-generated class > Ozone : reuse Xceiver connection > -------------------------------- > > Key: HDFS-11036 > URL: https://issues.apache.org/jira/browse/HDFS-11036 > Project: Hadoop HDFS > Issue Type: Sub-task > Reporter: Chen Liang > Assignee: Chen Liang > Attachments: HDFS-11036-HDFS-7240.001.patch, HDFS-11036-HDFS-7240.002.patch, HDFS-11036-HDFS-7240.003.patch > > > Currently for every IO operation calling into XceiverClientManager will open/close a connection, this JIRA proposes to reuse connection to reduce connection setup/shutdown overhead. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org