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 "Tom White (JIRA)" <ji...@apache.org> on 2009/12/18 18:28:18 UTC

[jira] Created: (HDFS-844) Log the filename when file locking fails

Log the filename when file locking fails
----------------------------------------

                 Key: HDFS-844
                 URL: https://issues.apache.org/jira/browse/HDFS-844
             Project: Hadoop HDFS
          Issue Type: Improvement
            Reporter: Tom White
            Assignee: Tom White


When the storage lock cannot be acquired in StorageDirectory.tryLock() the the error message does not show the storage volume that was at fault. The log message is very generic:

{code}
common.Storage: java.io.IOException: Input/output error
{code}

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