You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Arpit Agarwal (JIRA)" <ji...@apache.org> on 2016/10/19 23:37:58 UTC

[jira] [Created] (HADOOP-13738) DiskChecker should perform some file IO

Arpit Agarwal created HADOOP-13738:
--------------------------------------

             Summary: DiskChecker should perform some file IO
                 Key: HADOOP-13738
                 URL: https://issues.apache.org/jira/browse/HADOOP-13738
             Project: Hadoop Common
          Issue Type: Improvement
            Reporter: Arpit Agarwal
            Assignee: Arpit Agarwal


DiskChecker can fail to detect total disk/controller failures indefinitely. We have seen this in real clusters. DiskChecker performs simple permissions-based checks on directories which do not guarantee that any disk IO will be attempted.

A simple improvement is to write some data and flush it to the disk.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org