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 0963817AFF for ; Wed, 23 Sep 2015 08:16:05 +0000 (UTC) Received: (qmail 2583 invoked by uid 500); 23 Sep 2015 08:16:04 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 2520 invoked by uid 500); 23 Sep 2015 08:16:04 -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 2506 invoked by uid 99); 23 Sep 2015 08:16:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Sep 2015 08:16:04 +0000 Date: Wed, 23 Sep 2015 08:16:04 +0000 (UTC) From: "Duo Zhang (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-8671) Add client support for HTTP/2 stream channels 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-8671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HDFS-8671: ---------------------------- Attachment: HDFS-8671-v1.patch Pick code from POC branch. Plan to run YCSB on HDFS-7966 branch which is more convincing, so we need to pick the primary code from POC branch first. Thanks. > Add client support for HTTP/2 stream channels > --------------------------------------------- > > Key: HDFS-8671 > URL: https://issues.apache.org/jira/browse/HDFS-8671 > Project: Hadoop HDFS > Issue Type: Sub-task > Reporter: Duo Zhang > Assignee: Duo Zhang > Fix For: HDFS-7966 > > Attachments: HDFS-8671-v0.patch, HDFS-8671-v1.patch > > > {{Http2StreamChannel}} is introduced in HDFS-8515 but can only be used at server side. > Now we implement Http2BlockReader using jetty http2-client in the POC branch, but the final version of jetty 9.3.0 only accepts java8. > So here we plan to extend the functions of {{Http2StreamChannel}} to support client side usage and then implement Http2BlockReader based on it. And we still use jetty http2-client to write testcases to ensure that our http2 implementation is valid. -- This message was sent by Atlassian JIRA (v6.3.4#6332)