[
https://issues.apache.org/jira/browse/HAWQ-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15122830#comment-15122830
]
ASF GitHub Bot commented on HAWQ-274:
-------------------------------------
Github user huor commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/303#discussion_r51220287
--- Diff: src/backend/resourcemanager/resourcemanager_RMSEG.c ---
@@ -258,24 +258,8 @@ bool CheckTmpDirAvailable(char *path)
{
elog(LOG, "Can't open file:%s when check temporary directory",
fname);
--- End diff --
elog(LOG, "Cannot open file %s while checking availability of temporary
directory: %s",
fname,
strerror(errno));
> Add disk check for JBOD temporary directory in segment FTS
> ----------------------------------------------------------
>
> Key: HAWQ-274
> URL: https://issues.apache.org/jira/browse/HAWQ-274
> Project: Apache HAWQ
> Issue Type: Improvement
> Components: Fault Tolerance, Resource Manager
> Reporter: Lin Wen
> Assignee: Lin Wen
> Fix For: 2.0.0
>
>
> Add disk check for JBOD temporary directory in segment FTS.
> Add column for catalog table gp_segment_configuration, indicates which
> directory is failed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)