[
https://issues.apache.org/jira/browse/HAWQ-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15106418#comment-15106418
]
ASF GitHub Bot commented on HAWQ-274:
-------------------------------------
Github user changleicn commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/274#discussion_r50082095
--- Diff: src/backend/resourcemanager/resourcemanager_RMSEG.c ---
@@ -151,6 +152,7 @@ int initializeSocketServer_RMSEG(void)
}
#define SEGMENT_HEARTBEAT_INTERVAL (3LL * 1000000LL)
#define SEGMENT_HOSTCHECK_INTERVAL (5LL * 1000000LL)
+#define SEGMENT_TMPDIRCHECK_INTERVAL (10 * 60LL * 1000000LL)
--- End diff --
10mins looks a very long time too.
> 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: Lei Chang
>
> 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)