HADOOP-13039. Add documentation for configuration property ipc.maximum.data.length (Contributed by Mingliang Liu)

This commit is contained in:
Arpit Agarwal 2016-04-26 20:46:38 -07:00
parent 2ec33c4e3c
commit 92548e09c6
1 changed files with 11 additions and 0 deletions

View File

@ -1012,6 +1012,17 @@ for ldap providers in the same way as above does.
</description> </description>
</property> </property>
<property>
<name>ipc.maximum.data.length</name>
<value>67108864</value>
<description>This indicates the maximum IPC message length (bytes) that can be
accepted by the server. Messages larger than this value are rejected by
server immediately. This setting should rarely need to be changed. It merits
investigating whether the cause of long RPC messages can be fixed instead,
e.g. by splitting into smaller messages.
</description>
</property>
<!-- Proxy Configuration --> <!-- Proxy Configuration -->
<property> <property>