Skip to content

Commit

Permalink
HDDS-3291. Write operation when both OM followers are shutdown. (apac…
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatviswa504 committed Mar 30, 2020
1 parent 79ce00e commit 5e23b25
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions hadoop-hdds/common/src/main/resources/ozone-default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1685,6 +1685,17 @@
.</description>
</property>

<property>
<name>ipc.client.rpc-timeout.ms</name>
<value>900000</value>
<description>
RpcClient timeout on waiting response from server. The default value is
set to 15 minutes. If ipc.client.ping is set to true and this rpc-timeout
is greater than the value of ipc.ping.interval, the effective value of
the rpc-timeout is rounded up to multiple of ipc.ping.interval.
</description>
</property>

<property>
<name>ozone.om.ratis.snapshot.dir</name>
<value/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public void initializeMemberVariables() {
errorIfMissingXmlProps = true;
xmlPropsToSkipCompare.add("hadoop.tags.custom");
xmlPropsToSkipCompare.add("ozone.om.nodes.EXAMPLEOMSERVICEID");
xmlPrefixToSkipCompare.add("ipc.client.rpc-timeout.ms");
addPropertiesNotInXml();
}

Expand Down

0 comments on commit 5e23b25

Please sign in to comment.