Skip to content

HDFS-15052. WebHDFS getTrashRoot leads to OOM due to FileSystem objec… #1758

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

Merged
merged 5 commits into from
Feb 21, 2020

Conversation

iwasakims
Copy link
Member

No description provided.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 4m 35s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
+1 💚 mvninstall 21m 13s trunk passed
+1 💚 compile 1m 3s trunk passed
+1 💚 checkstyle 0m 49s trunk passed
+1 💚 mvnsite 1m 11s trunk passed
+1 💚 shadedclient 15m 50s branch has no errors when building and testing our client artifacts.
+1 💚 javadoc 1m 19s trunk passed
+0 🆗 spotbugs 3m 0s Used deprecated FindBugs config; considering switching to SpotBugs.
-1 ❌ findbugs 2m 58s hadoop-hdfs-project/hadoop-hdfs in trunk has 1 extant findbugs warnings.
_ Patch Compile Tests _
+1 💚 mvninstall 1m 5s the patch passed
+1 💚 compile 0m 58s the patch passed
-1 ❌ javac 0m 58s hadoop-hdfs-project_hadoop-hdfs generated 1 new + 580 unchanged - 0 fixed = 581 total (was 580)
+1 💚 checkstyle 0m 42s the patch passed
+1 💚 mvnsite 1m 7s the patch passed
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 shadedclient 14m 41s patch has no errors when building and testing our client artifacts.
+1 💚 javadoc 1m 18s the patch passed
+1 💚 findbugs 3m 2s the patch passed
_ Other Tests _
-1 ❌ unit 105m 27s hadoop-hdfs in the patch failed.
+1 💚 asflicense 0m 35s The patch does not generate ASF License warnings.
178m 55s
Reason Tests
Failed junit tests hadoop.hdfs.server.namenode.TestNameNodeMXBean
hadoop.hdfs.server.namenode.TestFsck
hadoop.hdfs.server.datanode.TestDataNodeVolumeFailure
hadoop.hdfs.TestDeadNodeDetection
hadoop.hdfs.TestReconstructStripedFileWithRandomECPolicy
Subsystem Report/Notes
Docker Client=19.03.5 Server=19.03.5 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1758/1/artifact/out/Dockerfile
GITHUB PR #1758
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 8e6385abe5da 4.15.0-66-generic #75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / bdd00f1
Default Java 1.8.0_222
findbugs https://builds.apache.org/job/hadoop-multibranch/job/PR-1758/1/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html
javac https://builds.apache.org/job/hadoop-multibranch/job/PR-1758/1/artifact/out/diff-compile-javac-hadoop-hdfs-project_hadoop-hdfs.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1758/1/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-1758/1/testReport/
Max. process+thread count 2912 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project/hadoop-hdfs
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1758/1/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.11.1 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 31m 57s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
+1 💚 mvninstall 24m 30s trunk passed
+1 💚 compile 1m 17s trunk passed
+1 💚 checkstyle 0m 56s trunk passed
+1 💚 mvnsite 1m 17s trunk passed
+1 💚 shadedclient 16m 44s branch has no errors when building and testing our client artifacts.
+1 💚 javadoc 1m 26s trunk passed
+0 🆗 spotbugs 3m 28s Used deprecated FindBugs config; considering switching to SpotBugs.
-1 ❌ findbugs 3m 25s hadoop-hdfs-project/hadoop-hdfs in trunk has 1 extant findbugs warnings.
_ Patch Compile Tests _
+1 💚 mvninstall 1m 15s the patch passed
+1 💚 compile 1m 10s the patch passed
-1 ❌ javac 1m 10s hadoop-hdfs-project_hadoop-hdfs generated 1 new + 580 unchanged - 0 fixed = 581 total (was 580)
+1 💚 checkstyle 0m 49s the patch passed
+1 💚 mvnsite 1m 11s the patch passed
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 shadedclient 14m 21s patch has no errors when building and testing our client artifacts.
+1 💚 javadoc 1m 19s the patch passed
+1 💚 findbugs 2m 57s the patch passed
_ Other Tests _
-1 ❌ unit 90m 9s hadoop-hdfs in the patch failed.
+1 💚 asflicense 0m 41s The patch does not generate ASF License warnings.
196m 42s
Reason Tests
Failed junit tests hadoop.hdfs.web.TestWebHDFS
hadoop.hdfs.TestMultipleNNPortQOP
hadoop.hdfs.TestDeadNodeDetection
hadoop.hdfs.server.namenode.TestFsck
hadoop.hdfs.TestDecommissionWithBackoffMonitor
Subsystem Report/Notes
Docker Client=19.03.5 Server=19.03.5 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1758/2/artifact/out/Dockerfile
GITHUB PR #1758
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux f5c46a3222f8 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 16:55:30 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 65c4660
Default Java 1.8.0_222
findbugs https://builds.apache.org/job/hadoop-multibranch/job/PR-1758/2/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html
javac https://builds.apache.org/job/hadoop-multibranch/job/PR-1758/2/artifact/out/diff-compile-javac-hadoop-hdfs-project_hadoop-hdfs.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1758/2/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-1758/2/testReport/
Max. process+thread count 4527 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project/hadoop-hdfs
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1758/2/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.11.1 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 2m 16s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
+1 💚 mvninstall 22m 32s trunk passed
+1 💚 compile 1m 8s trunk passed
+1 💚 checkstyle 0m 49s trunk passed
+1 💚 mvnsite 1m 18s trunk passed
+1 💚 shadedclient 16m 53s branch has no errors when building and testing our client artifacts.
+1 💚 javadoc 1m 24s trunk passed
+0 🆗 spotbugs 3m 6s Used deprecated FindBugs config; considering switching to SpotBugs.
-1 ❌ findbugs 3m 2s hadoop-hdfs-project/hadoop-hdfs in trunk has 1 extant findbugs warnings.
_ Patch Compile Tests _
+1 💚 mvninstall 1m 9s the patch passed
+1 💚 compile 1m 5s the patch passed
+1 💚 javac 1m 5s the patch passed
+1 💚 checkstyle 0m 46s the patch passed
+1 💚 mvnsite 1m 15s the patch passed
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 shadedclient 14m 44s patch has no errors when building and testing our client artifacts.
+1 💚 javadoc 1m 13s the patch passed
+1 💚 findbugs 3m 6s the patch passed
_ Other Tests _
-1 ❌ unit 105m 58s hadoop-hdfs in the patch failed.
+1 💚 asflicense 0m 38s The patch does not generate ASF License warnings.
180m 8s
Reason Tests
Failed junit tests hadoop.hdfs.server.balancer.TestBalancerRPCDelay
hadoop.hdfs.server.namenode.TestFsck
hadoop.hdfs.TestDeadNodeDetection
hadoop.hdfs.server.datanode.TestDataNodeUUID
hadoop.hdfs.server.datanode.TestDataNodeLifeline
Subsystem Report/Notes
Docker Client=19.03.5 Server=19.03.5 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1758/3/artifact/out/Dockerfile
GITHUB PR #1758
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux b0e788b40a5d 4.15.0-66-generic #75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 65c4660
Default Java 1.8.0_222
findbugs https://builds.apache.org/job/hadoop-multibranch/job/PR-1758/3/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1758/3/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-1758/3/testReport/
Max. process+thread count 2847 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project/hadoop-hdfs
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1758/3/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.11.1 https://yetus.apache.org

This message was automatically generated.

@iwasakims
Copy link
Member Author

The findbugs warning was addressed by HDFS-15048.

Copy link
Contributor

@jojochuang jojochuang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good to me except for a very tiny comment.

trashRoot = new org.apache.hadoop.fs.Path(
new org.apache.hadoop.fs.Path(USER_HOME_PREFIX, user), TRASH_PREFIX);
}
return trashRoot.toUri().getPath();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change assumes namenode's default fs is a DistributedFileSystem, which makes sense.
The change basically copies the implementation inside DistributedFileSystem#getTrashRoot(). If that method evolves in the future, the same changes should be applied in here too.

Can we add a comment inside DistributedFileSystem#getTrashRoot(), that any change should be added in NamenodeWebHdfsMethods#getTrashRoot() too?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the comment. I moved the common logic into DFSUtilClient in the last commit. While added TestWebHDFS#testGetEZTrashRoot could detect the future mismatch, it is not in the same subproject of DistributedFileSystem (hadoop-hdfs-client).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discussed with @daryn-sharp on this. New features in the future might require additional logic in determining trash root. It is better to be done at the server-side. So, the Ideal solution would be to add a getTrashRoot() namenode RPC method. DistributedFileSystem would then have a fallback logic for compatibility with older servers. NamenodeWebHdfsMethods would simply call this rpc method.

Also, use of Path on NN is highly discouraged. Path is super-expensive and performs normalization that no other operation performs.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From the the current implementation, we need to fix the memory leak and the fact it does not work with security enabled, and probably backport that across the active branches. The memory leak especially is a big problem.

Would it make sense to adopt this patch as it stands and push it to all the branches and then open another Jira to implement the namenode RPC suggestion on trunk as a new feature?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am fine with an interim solution to fix the immediate issues. But use of Path in NN is far from ideal. It will be best if this is addressed now than later.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kihwal Thanks for the comment. I updated the code based on your suggestion.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 32s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 1m 11s Maven dependency ordering for branch
+1 💚 mvninstall 21m 12s trunk passed
+1 💚 compile 3m 33s trunk passed
+1 💚 checkstyle 0m 58s trunk passed
+1 💚 mvnsite 2m 1s trunk passed
+1 💚 shadedclient 17m 11s branch has no errors when building and testing our client artifacts.
+1 💚 javadoc 1m 53s trunk passed
+0 🆗 spotbugs 3m 1s Used deprecated FindBugs config; considering switching to SpotBugs.
+1 💚 findbugs 5m 16s trunk passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 21s Maven dependency ordering for patch
+1 💚 mvninstall 1m 49s the patch passed
+1 💚 compile 3m 25s the patch passed
+1 💚 javac 3m 25s the patch passed
+1 💚 checkstyle 0m 56s the patch passed
+1 💚 mvnsite 1m 49s the patch passed
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 shadedclient 14m 45s patch has no errors when building and testing our client artifacts.
+1 💚 javadoc 1m 49s the patch passed
+1 💚 findbugs 5m 30s the patch passed
_ Other Tests _
+1 💚 unit 1m 55s hadoop-hdfs-client in the patch passed.
-1 ❌ unit 118m 18s hadoop-hdfs in the patch failed.
+1 💚 asflicense 0m 36s The patch does not generate ASF License warnings.
206m 15s
Reason Tests
Failed junit tests hadoop.hdfs.TestDistributedFileSystem
hadoop.hdfs.server.namenode.TestRedudantBlocks
hadoop.hdfs.TestDFSInotifyEventInputStreamKerberized
hadoop.hdfs.TestDFSInputStream
Subsystem Report/Notes
Docker Client=19.03.5 Server=19.03.5 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1758/4/artifact/out/Dockerfile
GITHUB PR #1758
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 013368a9e589 4.15.0-70-generic #79-Ubuntu SMP Tue Nov 12 10:36:11 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 0315ef8
Default Java 1.8.0_232
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1758/4/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-1758/4/testReport/
Max. process+thread count 2710 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs-client hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1758/4/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.11.1 https://yetus.apache.org

This message was automatically generated.

@iwasakims
Copy link
Member Author

Failed unit tests are not related to trash logic and passed on my local.

Copy link
Contributor

@kihwal kihwal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. EZ root of "/" is the only special case we need to handle, as the path will be absolute path. So the logic seems fine.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 8s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 0m 21s Maven dependency ordering for branch
+1 💚 mvninstall 21m 16s trunk passed
+1 💚 compile 3m 49s trunk passed
+1 💚 checkstyle 1m 5s trunk passed
+1 💚 mvnsite 2m 6s trunk passed
+1 💚 shadedclient 19m 1s branch has no errors when building and testing our client artifacts.
+1 💚 javadoc 1m 11s trunk passed
+0 🆗 spotbugs 3m 2s Used deprecated FindBugs config; considering switching to SpotBugs.
+1 💚 findbugs 5m 20s trunk passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 25s Maven dependency ordering for patch
+1 💚 mvninstall 1m 56s the patch passed
+1 💚 compile 3m 35s the patch passed
+1 💚 javac 3m 35s the patch passed
+1 💚 checkstyle 0m 55s the patch passed
+1 💚 mvnsite 1m 56s the patch passed
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 shadedclient 15m 41s patch has no errors when building and testing our client artifacts.
+1 💚 javadoc 1m 10s the patch passed
+1 💚 findbugs 5m 31s the patch passed
_ Other Tests _
+1 💚 unit 2m 1s hadoop-hdfs-client in the patch passed.
-1 ❌ unit 109m 19s hadoop-hdfs in the patch passed.
+1 💚 asflicense 0m 37s The patch does not generate ASF License warnings.
198m 40s
Reason Tests
Failed junit tests hadoop.hdfs.server.namenode.ha.TestDFSUpgradeWithHA
Subsystem Report/Notes
Docker Client=19.03.6 Server=19.03.6 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1758/5/artifact/out/Dockerfile
GITHUB PR #1758
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 141c525de5f0 4.15.0-74-generic #84-Ubuntu SMP Thu Dec 19 08:06:28 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 4af2556
Default Java 1.8.0_242
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1758/5/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-1758/5/testReport/
Max. process+thread count 2827 (vs. ulimit of 5500)
modules C: hadoop-hdfs-project/hadoop-hdfs-client hadoop-hdfs-project/hadoop-hdfs U: hadoop-hdfs-project
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1758/5/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.11.1 https://yetus.apache.org

This message was automatically generated.

@kihwal
Copy link
Contributor

kihwal commented Feb 20, 2020

The unit test failure is unrelated and caused by "BindException: Address already in use"

@iwasakims iwasakims merged commit 2338d25 into apache:trunk Feb 21, 2020
@iwasakims
Copy link
Member Author

Thanks. I merged this. trying to backport to relevant branches.

asfgit pushed a commit that referenced this pull request Feb 21, 2020
…t creation. (#1758)

(cherry picked from commit 2338d25)

 Conflicts:
        hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/web/TestWebHDFS.java
asfgit pushed a commit that referenced this pull request Feb 21, 2020
…t creation. (#1758)

(cherry picked from commit 2338d25)

 Conflicts:
        hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/web/TestWebHDFS.java

(cherry picked from commit 610805e)
asfgit pushed a commit that referenced this pull request Feb 21, 2020
…t creation. (#1758)

(cherry picked from commit 2338d25)

 Conflicts:
        hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/web/TestWebHDFS.java

(cherry picked from commit 610805e)

Conflicts:
	hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSUtilClient.java
	hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/web/resources/NamenodeWebHdfsMethods.java
	hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/web/TestWebHDFS.java
bilaharith pushed a commit to bilaharith/hadoop that referenced this pull request Mar 19, 2020
RogPodge pushed a commit to RogPodge/hadoop that referenced this pull request Mar 25, 2020
bentito pushed a commit to bentito/hadoop that referenced this pull request Dec 2, 2020
…t creation. (apache#1758)

(cherry picked from commit 2338d25)

 Conflicts:
        hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/web/TestWebHDFS.java

(cherry picked from commit 610805e)
bentito pushed a commit to bentito/hadoop that referenced this pull request Dec 3, 2020
…t creation. (apache#1758)

(cherry picked from commit 2338d25)

 Conflicts:
        hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/web/TestWebHDFS.java

(cherry picked from commit 610805e)
jojochuang pushed a commit to jojochuang/hadoop that referenced this pull request May 23, 2023
…t creation. (apache#1758)

(cherry picked from commit 2338d25)

 Conflicts:
        hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/web/TestWebHDFS.java

(cherry picked from commit 610805e)
Change-Id: I1ae0e46a18f4d367ee409db63ee98f0c9baf7720
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants