[ https://issues.apache.org/jira/browse/HDFS-833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12792139#action_12792139 ]
Anatoli Fomenko commented on HDFS-833: -------------------------------------- Stacktrace of the related test: {noformat} java.io.IOException: Cannot lock storage ./Hadoop-HDFS/build/test/data/dfs/name1. The directory is already locked. at org.apache.hadoop.hdfs.server.common.Storage$StorageDirectory.lock(Storage.java:524) at org.apache.hadoop.hdfs.server.namenode.FSImage.format(FSImage.java:1278) at org.apache.hadoop.hdfs.server.namenode.FSImage.format(FSImage.java:1301) at org.apache.hadoop.hdfs.server.namenode.NameNode.format(NameNode.java:1126) at org.apache.hadoop.hdfs.server.namenode.NameNode.format(NameNode.java:175) at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:280) at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:132) at org.apache.hadoop.hdfs.server.namenode.TestFsck.testFsckError(TestFsck.java:354) {noformat} > TestDiskError.testReplicationError fails with locked storage error > ------------------------------------------------------------------- > > Key: HDFS-833 > URL: https://issues.apache.org/jira/browse/HDFS-833 > Project: Hadoop HDFS > Issue Type: Bug > Reporter: gary murry > Priority: Blocker > > The current build is failing with on TestDiskError.testReplication with the > following error: > Cannot lock storage > /grid/0/hudson/hudson-slave/workspace/Hadoop-Hdfs-trunk/trunk/build/test/data/dfs/name1. > The directory is already locked. > http://hudson.zones.apache.org/hudson/view/Hadoop/job/Hadoop-Hdfs-trunk/171/ -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.