You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2010/10/20 21:40:26 UTC

[jira] Created: (HDFS-1471) TestHDFSTrash times out on trunk

TestHDFSTrash times out on trunk
--------------------------------

                 Key: HDFS-1471
                 URL: https://issues.apache.org/jira/browse/HDFS-1471
             Project: Hadoop HDFS
          Issue Type: Bug
    Affects Versions: 0.22.0
            Reporter: Todd Lipcon


TestHDFSTrash is timing out on one of our build machines. The trash emptier repeatedly sees:

    [junit] 2010-10-20 12:37:36,036 WARN  fs.Trash (Trash.java:run(290)) - Trash caught: java.io.IOException: Failed to checkpoint trash: file:/home/hudson/.Trash/101020123736. Skipping file:/home/hudson.
    [junit] 2010-10-20 12:37:36,039 WARN  fs.Trash (Trash.java:run(295)) - RuntimeException during Trash.Emptier.run() java.lang.NullPointerException
    [junit]     at org.apache.hadoop.fs.FileSystem.listStatus(FileSystem.java:1073)
    [junit]     at org.apache.hadoop.fs.FileSystem.listStatus(FileSystem.java:1096)
    [junit]     at org.apache.hadoop.fs.ChecksumFileSystem.listStatus(ChecksumFileSystem.java:494)
    [junit]     at org.apache.hadoop.fs.Trash.expunge(Trash.java:189)
    [junit]     at org.apache.hadoop.fs.Trash$Emptier.run(Trash.java:287)
    [junit]     at java.lang.Thread.run(Thread.java:619)
    [junit] 
    [junit] Moved to trash: file:/data/1/scratch/patchqueue/patch-worker-28010/patch_3/svnrepo/build/test/data/testTrash/test/mkdirs/myFile3

The strange thing is that this is using /home/hudson despite the fact that I am running the tests as user "todd"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.