Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HDDS-3390. Rebase OFS branch - 2. Adapt OFS classes to HDDS-3101 #822

Closed
wants to merge 136 commits into from

Conversation

smengcl
Copy link
Contributor

@smengcl smengcl commented Apr 15, 2020

What changes were proposed in this pull request?

  1. Rebase OFS dev branch
  2. Fix OFSPath: 9b47210
  • HDDS-3353 broke OFSPath since the latter uses org.apache.commons.codec.digest.DigestUtils but the dependency is removed.
  • HDDS-3359 broke OFSPath because the latter also uses org.apache.yetus.audience, but this is a simple fix - just replace it with org.apache.hadoop.hdds.annotation.

What is the link to the Apache JIRA

https://issues.apache.org/jira/browse/HDDS-3390

How was this patch tested?

This PR itself is only for triggering tests and commenting.
Will commit manually via command line.

hanishakoneru and others added 30 commits March 27, 2020 12:25
Co-authored-by: isa <isa.hekmatizadeh@snapp-box.com>
@smengcl
Copy link
Contributor Author

smengcl commented Apr 20, 2020

Rebased as HDDS-3456 is committed.

umamaheswararao and others added 16 commits April 20, 2020 23:45
apache#817)

* HDDS-3380. MiniOzoneHAClusterImpl#initOMRatisConf will reset the configs and causes for test failures.

Co-authored-by: Bharat Viswanadham <bviswanadham@cloudera.com>
@smengcl
Copy link
Contributor Author

smengcl commented Apr 22, 2020

#847 (OFSPath refactoring) is merged. Will update this draft in a moment to trigger a new test run.

Conflicts:
hadoop-ozone/dist/src/main/smoketest/ozonefs/ozonefs.robot
@smengcl
Copy link
Contributor Author

smengcl commented Apr 23, 2020

Run in this jira only failed acceptance, the rest passed: https://github.com/apache/hadoop-ozone/runs/611064662 - Actually, the acceptance test suites passed. I checked the log/report manually and all shows passing. It reports failure due to cp: cannot stat '/home/runner/work/hadoop-ozone/hadoop-ozone/hadoop-ozone/dist/target/ozone-0.6.0-SNAPSHOT/compose/ozonesecure/result/*.out*': No such file or directory during clean up.

Run in my branch only failed it-client, the rest passed: https://github.com/smengcl/hadoop-ozone/runs/611083862. TestBlockOutputStreamWithFailures is known flaky.

I can deem the test passed at this point.

@smengcl smengcl changed the title HDDS-3390. Rebase OFS branch - 2 HDDS-3390. Rebase OFS branch - 2. Adapt OFS classes to HDDS-3101 Apr 23, 2020
@smengcl
Copy link
Contributor Author

smengcl commented Apr 23, 2020

Pushed merge (minor conflict in ozonefs.robot due to master branch change), and adapt commit.

Closing this PR.

@smengcl smengcl closed this Apr 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet