[ https://issues.apache.org/jira/browse/HDFS-17791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17952981#comment-17952981 ]
ASF GitHub Bot commented on HDFS-17791: --------------------------------------- hadoop-yetus commented on PR #7696: URL: https://github.com/apache/hadoop/pull/7696#issuecomment-2895908039 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |:----:|----------:|--------:|:--------:|:-------:| | +0 :ok: | reexec | 19m 16s | | Docker mode activated. | |||| _ Prechecks _ | | +1 :green_heart: | dupname | 0m 0s | | No case conflicting files found. | | +0 :ok: | codespell | 0m 0s | | codespell was not available. | | +0 :ok: | detsecrets | 0m 0s | | detect-secrets was not available. | | +1 :green_heart: | @author | 0m 0s | | The patch does not contain any @author tags. | | -1 :x: | test4tests | 0m 0s | | The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch. | |||| _ trunk Compile Tests _ | | -1 :x: | mvninstall | 23m 36s | [/branch-mvninstall-root.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7696/2/artifact/out/branch-mvninstall-root.txt) | root in trunk failed. | | +1 :green_heart: | compile | 1m 56s | | trunk passed | | +1 :green_heart: | mvnsite | 0m 21s | | trunk passed | | +1 :green_heart: | shadedclient | 45m 36s | | branch has no errors when building and testing our client artifacts. | |||| _ Patch Compile Tests _ | | +1 :green_heart: | mvninstall | 0m 10s | | the patch passed | | +1 :green_heart: | compile | 1m 47s | | the patch passed | | +1 :green_heart: | cc | 1m 47s | | the patch passed | | +1 :green_heart: | golang | 1m 47s | | the patch passed | | +1 :green_heart: | javac | 1m 47s | | the patch passed | | +1 :green_heart: | blanks | 0m 0s | | The patch has no blanks issues. | | +1 :green_heart: | mvnsite | 0m 12s | | the patch passed | | +1 :green_heart: | shadedclient | 19m 33s | | patch has no errors when building and testing our client artifacts. | |||| _ Other Tests _ | | +1 :green_heart: | unit | 5m 53s | | hadoop-hdfs-native-client in the patch passed. | | +1 :green_heart: | asflicense | 0m 28s | | The patch does not generate ASF License warnings. | | | | 94m 23s | | | | Subsystem | Report/Notes | |----------:|:-------------| | Docker | ClientAPI=1.49 ServerAPI=1.49 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7696/2/artifact/out/Dockerfile | | GITHUB PR | https://github.com/apache/hadoop/pull/7696 | | Optional Tests | dupname asflicense compile cc mvnsite javac unit codespell detsecrets golang | | uname | Linux 6bea57b0acb9 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux | | Build tool | maven | | Personality | dev-support/bin/hadoop.sh | | git revision | trunk / 71dfe649ebc339c53f62f13c368f1ab3e25bbd67 | | Default Java | Red Hat, Inc.-1.8.0_412-b08 | | Test Results | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7696/2/testReport/ | | Max. process+thread count | 554 (vs. ulimit of 5500) | | modules | C: hadoop-hdfs-project/hadoop-hdfs-native-client U: hadoop-hdfs-project/hadoop-hdfs-native-client | | Console output | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7696/2/console | | versions | git=2.9.5 maven=3.6.3 | | Powered by | Apache Yetus 0.14.0 https://yetus.apache.org | This message was automatically generated. > libhdfs client error message for "file not found" includes lengthy, unneeded > stack trace > ---------------------------------------------------------------------------------------- > > Key: HDFS-17791 > URL: https://issues.apache.org/jira/browse/HDFS-17791 > Project: Hadoop HDFS > Issue Type: Improvement > Components: libhdfs > Affects Versions: 3.3.6 > Reporter: Carl Vuosalo > Priority: Minor > > The {{libhdfs}} client outputs a full Java stack trace in its error message > for a "file not found" error when trying to open a non-existent file. Our > HDFS application processes numerous queries checking for the presence of > files, so "file not found" errors are frequent. Each such error generates a > very lengthy and useless Java stack trace. These traces have no diagnostic > value, since the cause of the error is that the file doesn't exist. > A fix for this problem is proposed by pull request > [#7696|https://github.com/apache/hadoop/pull/7696], -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org