[ 
https://issues.apache.org/jira/browse/HDFS-17528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17852696#comment-17852696
 ] 

ASF GitHub Bot commented on HDFS-17528:
---------------------------------------

szetszwo commented on PR #6828:
URL: https://github.com/apache/hadoop/pull/6828#issuecomment-2151810390

   The last few lines of the Jenkins build before failure:
   ```
   [2024-06-03T20:14:42.551Z] cd 
/home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-6828/ubuntu-focal/src/hadoop-hdfs-project/hadoop-hdfs
   [2024-06-03T20:14:42.551Z] /usr/bin/mvn --batch-mode 
-Dmaven.repo.local=/home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-6828/yetus-m2/hadoop-trunk-patch-0
 -Dsurefire.rerunFailingTestsCount=2 -Pparallel-tests -P!shelltest -Pnative 
-Drequire.fuse -Drequire.openssl -Drequire.snappy -Drequire.valgrind 
-Drequire.zstd -Drequire.test.libhadoop -Pyarn-ui clean test -fae > 
/home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-6828/ubuntu-focal/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
 2>&1
   [2024-06-05T05:43:40.181Z] wrapper script does not seem to be touching the 
log file in 
/home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-6828@tmp/durable-db261340
   [2024-06-05T05:43:40.181Z] (JENKINS-48300: if on an extremely laggy 
filesystem, consider 
-Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
   script returned exit code -1
   ```




> FsImageValidation: set txid when saving a new image
> ---------------------------------------------------
>
>                 Key: HDFS-17528
>                 URL: https://issues.apache.org/jira/browse/HDFS-17528
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: tools
>            Reporter: Tsz-wo Sze
>            Assignee: Tsz-wo Sze
>            Priority: Major
>              Labels: pull-request-available
>
> - When the fsimage is specified as a file and the FsImageValidation tool 
> saves a new image (for removing inaccessible inodes), the txid is not set.  
> Then, the resulted image will have 0 as its txid.
> - When the fsimage is specified as a directory, the txid is set.  However, it 
> will get NPE since NameNode metrics is uninitialized (although the metrics is 
> not used by FsImageValidation).



--
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

Reply via email to