Description
The change in HADOOP-16138 breaks TestHDFSCLI and TestDFSShell
Since it changed the text in the exception :
- throw new PathNotFoundException(itemParentPath.toString()); + throw new PathNotFoundException(String.format( + "mkdir failed for path: %s. Item parent path not found: %s.", + itemPath.toString(), itemParentPath.toString())); }
For reference :
https://builds.apache.org/job/PreCommit-HDFS-Build/27958/testReport/
The way I plan to fix it: create this jira where I `revert` this change in the sense that I will create a PR with the original log. No need for the additional logging what we added
Thanks ayushtkn for finding this issue.
Attachments
Issue Links
- is caused by
-
HADOOP-16138 hadoop fs mkdir / of nonexistent abfs container raises NPE
- Resolved
- links to