Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 157F519258 for ; Fri, 29 Apr 2016 21:39:15 +0000 (UTC) Received: (qmail 77649 invoked by uid 500); 29 Apr 2016 21:39:13 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 77412 invoked by uid 500); 29 Apr 2016 21:39:13 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 77056 invoked by uid 99); 29 Apr 2016 21:39:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Apr 2016 21:39:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1621E2C1F69 for ; Fri, 29 Apr 2016 21:39:13 +0000 (UTC) Date: Fri, 29 Apr 2016 21:39:13 +0000 (UTC) From: "Chris Nauroth (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HDFS-10349) StorageContainerManager fails to compile after merge of HDFS-10312 maxDataLength enforcement. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Chris Nauroth created HDFS-10349: ------------------------------------ Summary: StorageContainerManager fails to compile after merge of HDFS-10312 maxDataLength enforcement. Key: HDFS-10349 URL: https://issues.apache.org/jira/browse/HDFS-10349 Project: Hadoop HDFS Issue Type: Bug Components: ozone Reporter: Chris Nauroth Assignee: Chris Nauroth HDFS-10312 introduced enforcement of a configurable maximum data length while deserializing large block reports. This change broke compilation of {{StorageContainerManager}} on the HDFS-7240 feature branch, due to a constructor signature change in {{DatanodeProtocolServerSideTranslatorPB}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org