From common-issues-return-107822-apmail-hadoop-common-issues-archive=hadoop.apache.org@hadoop.apache.org Wed Apr 27 03:51:13 2016 Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-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 A93C718F26 for ; Wed, 27 Apr 2016 03:51:13 +0000 (UTC) Received: (qmail 36033 invoked by uid 500); 27 Apr 2016 03:51:13 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 35979 invoked by uid 500); 27 Apr 2016 03:51:13 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 35956 invoked by uid 99); 27 Apr 2016 03:51:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Apr 2016 03:51:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E02492C1F5C for ; Wed, 27 Apr 2016 03:51:12 +0000 (UTC) Date: Wed, 27 Apr 2016 03:51:12 +0000 (UTC) From: "Arpit Agarwal (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-13039) Add documentation for configuration property ipc.maximum.data.length for controlling maximum RPC message size. 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/HADOOP-13039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal updated HADOOP-13039: ----------------------------------- Description: The RPC server enforces a maximum length on incoming messages. Messages larger than the maximum are rejected immediately. The maximum length can be tuned by setting configuration property {{ipc.maximum.data.length}}, but this is not documented in core-site.xml. (was: The RPC server enforces a maximum length on incoming messages. Messages larger than the maximum are rejected immediately as potentially malicious. The maximum length can be tuned by setting configuration property {{ipc.maximum.data.length}}, but this is not documented in core-site.xml.) > Add documentation for configuration property ipc.maximum.data.length for controlling maximum RPC message size. > -------------------------------------------------------------------------------------------------------------- > > Key: HADOOP-13039 > URL: https://issues.apache.org/jira/browse/HADOOP-13039 > Project: Hadoop Common > Issue Type: Improvement > Components: documentation > Reporter: Chris Nauroth > Assignee: Mingliang Liu > Fix For: 2.7.3 > > Attachments: HADOOP-13039.000.patch, HADOOP-13039.001.patch, HADOOP-13039.001.patch, HADOOP-13039.001.patch > > > The RPC server enforces a maximum length on incoming messages. Messages larger than the maximum are rejected immediately. The maximum length can be tuned by setting configuration property {{ipc.maximum.data.length}}, but this is not documented in core-site.xml. -- This message was sent by Atlassian JIRA (v6.3.4#6332)