Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To enable the feature, the following configs configuration properties need to be added to Ozone Manager's ozone-site.xml.

Code Block
languagexml
  <property>
    <name>dfs.container.ratis.datastream.enable</name>
    <value>false</value>
    <tag>OZONE, CONTAINER, RATIS, DATASTREAM</tag>
    <description>If enable datastream ipc of container.</description>
  </property>

  <property>
    <name>ozone.fs.datastream.enabled</name>
    <value>false</value>
    <tag>OZONE, DATANODE</tag>
    <description>
      To enable/disable filesystem write via ratis streaming.
    </description>
  </property> 


1. Builds/intermittent test failures

...