Versions Compared

Key

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

...

Code Block
languagexml
  <property>
    <name>dfs.container.ratis.datastream.enable</name>
    <value>false<<value>true</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>true</value>
    <tag>OZONE, DATANODE</tag>
    <description>
      To enable/disable filesystem write via ratis streaming.
    </description>
  </property> 

...

2. Documentation

Documentation is being was added by 

Jira
serverASF JIRA
columnIdsissuekey,summary,issuetype,created,updated,duedate,assignee,reporter,customfield_12311032,customfield_12311037,customfield_12311022,customfield_12311027,priority,status,resolution
columnskey,summary,type,created,updated,due,assignee,reporter,Priority,Priority,Priority,Priority,priority,status,resolution
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyHDDS-7425

...

The design docs can be found under the Attachments section in the umbrella jira: 

Jira
serverASF JIRA
columnIdsissuekey,summary,issuetype,created,updated,duedate,assignee,reporter,priority,status,resolution
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyHDDS-4454

4. Compatibility

Merge Ozone Streaming Write Pipeline feature does not change any existing APIs.

5. Docker-compose / acceptance tests

New acceptance test is being was added by Jira:

Jira
serverASF JIRA
columnIdsissuekey,summary,issuetype,created,updated,duedate,assignee,reporter,priority,status,resolution
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyHDDS-7426

...

7. Coverage/code quality: 

Current HDDS-4454 feature branch coverage is 85.0% (vs 82.3 % of master branch)https://sonarcloud.io/summary/new_code?id=hadoop-ozone&branch=HDDS-4454 (65.4%) vs master branch coverage (65.9%)

8. Build time

No significant build time difference has been observed.

master branch succeeded 3 days ago in 9m 9s(1h 28m 9s): https://github.com/apache/ozone/actions/runs/6528138840?check_suite_focus=true3428272225

HDDS-4454 branch succeeded (1h 22m 11s)Feature branch succeeded 7 days ago in 8m 42s: https://github.com/apache/ozone/actions/runs/6445840932?check_suite_focus=true3412888917

9. Possible incompatible changes/used feature flag: 

...