Skip to content

[Don't Merge] Merge master branch into HDDS-10685#10754

Merged
Gargi-jais11 merged 323 commits into
apache:HDDS-10685from
Gargi-jais11:HDDS-10685
Jul 15, 2026
Merged

[Don't Merge] Merge master branch into HDDS-10685#10754
Gargi-jais11 merged 323 commits into
apache:HDDS-10685from
Gargi-jais11:HDDS-10685

Conversation

@Gargi-jais11

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

Provide a one-liner summary of the changes in the PR Title field above.
It should be in the form of HDDS-1234. Short summary of the change.

Please describe your PR in detail:

  • What changes are proposed in the PR? and Why? It would be better if it is written from third person's
    perspective not just for the reviewer.
  • Provide as much context and rationale for the pull request as possible. It could be copy-paste from
    the Jira's description if the jira is well defined.
  • If it is complex code, describe the approach used to solve the issue. If possible attach design doc,
    issue investigation, github discussion, etc.

Examples of well-written pull requests:

What is the link to the Apache JIRA

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

How was this patch tested?

(Please explain how this patch was tested. Ex: unit tests, manual tests, workflow run on the fork git repo.)
(If this patch involves UI changes, please attach a screenshot; otherwise, remove this.)

peterxcli and others added 30 commits June 4, 2026 13:19
…cies. (apache#10399).

Co-authored-by: Gargi Jaiswal <134698352+Gargi-jais11@users.noreply.github.com>
…0409)

Co-authored-by: Sreeja Chintalapati <schintalapati@Sreejas-MacBook-Pro.local>
dependabot Bot and others added 16 commits July 11, 2026 22:17
…e blocks command (apache#10733)

Co-authored-by: Siyao Meng <50227127+smengcl@users.noreply.github.com>
…snapshot diff (apache#10603)

Co-authored-by: Wei-Chiu Chuang <jojochuang@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@Gargi-jais11
Gargi-jais11 marked this pull request as ready for review July 14, 2026 07:13
@Gargi-jais11
Gargi-jais11 requested a review from ChenSammi July 14, 2026 07:18
@Gargi-jais11 Gargi-jais11 changed the title [Don'tMerge] Merge master branch into HDDS-10685 [Don't Merge] Merge master branch into HDDS-10685 Jul 14, 2026
@Gargi-jais11
Gargi-jais11 marked this pull request as draft July 14, 2026 09:43
@Gargi-jais11
Gargi-jais11 force-pushed the HDDS-10685 branch 2 times, most recently from ce55e9c to ab0074e Compare July 14, 2026 10:38
@Gargi-jais11
Gargi-jais11 marked this pull request as ready for review July 14, 2026 10:39
@Gargi-jais11

Copy link
Copy Markdown
Contributor Author

@ChenSammi Please review the PR. I have fixed the build failure.

The short-circuit PR accidentally told Maven “don’t inherit this antrun plugin to child modules,” and that also stopped child modules from creating target/, which caused the propertyFile.txt failure.
The problem was this setting:
<inherited>false</inherited>
But it was placed at the plugin level, not just on one execution.

@jojochuang

Copy link
Copy Markdown
Contributor
Run rk with key validation through short-circuit channel              | FAIL |
'2026-07-14 13:23:08,811 [main] INFO storage.DomainSocketFactory: Trying to load the custom-built native-hadoop library...
2026-07-14 13:23:08,812 [main] INFO storage.DomainSocketFactory: Failed to load native-hadoop with error: java.lang.UnsatisfiedLinkError: no hadoop in java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
2026-07-14 13:23:08,812 [main] INFO storage.DomainSocketFactory: java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
2026-07-14 13:23:08,812 [main] WARN storage.DomainSocketFactory: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
2026-07-14 13:23:08,813 [main] WARN storage.DomainSocketFactory: s

@jojochuang

Copy link
Copy Markdown
Contributor

Think the problem is apache/ozone-docker-runner#76 reverted libhadoop download, and also 10513 is not in yet.

@ChenSammi

Copy link
Copy Markdown
Contributor

Think the problem is apache/ozone-docker-runner#76 reverted libhadoop download, and also 10513 is not in yet.

Yes. The docker image is updated without the built-in libhaoop.so anymore.

@Gargi-jais11
Gargi-jais11 merged commit c2118e7 into apache:HDDS-10685 Jul 15, 2026
48 of 50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.