[jira] [Commented] (HDFS-2117) DiskChecker#mkdirsWithExistsAndPermissionCheck may return true even when the dir is not created

2011-06-30 Thread Daryn Sharp (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13057949#comment-13057949 ] Daryn Sharp commented on HDFS-2117: --- +1 looks good, shame that it's not an exception...

[jira] [Commented] (HDFS-2117) DiskChecker#mkdirsWithExistsAndPermissionCheck may return true even when the dir is not created

2011-07-27 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13072042#comment-13072042 ] Suresh Srinivas commented on HDFS-2117: --- I am with Daryn here. API that return true/f

[jira] [Commented] (HDFS-2117) DiskChecker#mkdirsWithExistsAndPermissionCheck may return true even when the dir is not created

2011-07-27 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13072043#comment-13072043 ] Suresh Srinivas commented on HDFS-2117: --- Continuing my previous comment, should not r

[jira] [Commented] (HDFS-2117) DiskChecker#mkdirsWithExistsAndPermissionCheck may return true even when the dir is not created

2011-07-27 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13072072#comment-13072072 ] Eli Collins commented on HDFS-2117: --- I agree using exceptions would be better, for some r

[jira] [Commented] (HDFS-2117) DiskChecker#mkdirsWithExistsAndPermissionCheck may return true even when the dir is not created

2011-07-27 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13072110#comment-13072110 ] Suresh Srinivas commented on HDFS-2117: --- Given that this is a minor change - why not

[jira] [Commented] (HDFS-2117) DiskChecker#mkdirsWithExistsAndPermissionCheck may return true even when the dir is not created

2011-08-01 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13075972#comment-13075972 ] Eli Collins commented on HDFS-2117: --- Are you referring to throwing an exception here inst

[jira] [Commented] (HDFS-2117) DiskChecker#mkdirsWithExistsAndPermissionCheck may return true even when the dir is not created

2011-08-01 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13076042#comment-13076042 ] Suresh Srinivas commented on HDFS-2117: --- I think this is not a big deal... +1 for the