Attila Doroszlai created HDDS-12145:
---------------------------------------
Summary: Config property hdds.container.ratis.replication.level is
unused
Key: HDDS-12145
URL: https://issues.apache.org/jira/browse/HDDS-12145
Project: Apache Ozone
Issue Type: Bug
Components: common
Reporter: Attila Doroszlai
The config property {{hdds.container.ratis.replication.level}} is unused (only
used in deprecation of {{dfs.container.ratis.replication.level}}).
{code:title=https://github.com/apache/ozone/blob/3498af81f282e07f149a7019c0889da1c12f4e2d/hadoop-hdds/common/src/main/resources/ozone-default.xml#L316-L324}
<property>
<name>hdds.container.ratis.replication.level</name>
<value>MAJORITY</value>
<tag>OZONE, RATIS</tag>
<description>Replication level to be used by datanode for submitting a
container command to ratis. Available replication levels are ALL and
MAJORTIY, MAJORITY is used as the default replication level.
</description>
</property>
{code}
On the other hand, {{hdds.ratis.client.request.watch.type}} was recently added
in HDDS-2887.
CC [~szetszwo], [~Sammi]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]