GitHub user liming01 opened a pull request:
https://github.com/apache/incubator-hawq/pull/312
HAWQ-376. Fixed QE core dump at HdfsCloseFile() when run stress test â¦
â¦with COPY
The root cause of this defect is:
When the master got some error, it will send signal SIGABRT to all segments
and then rollback all works done by all segments. If the segment node haven't
finished processing SIGABRT before the master finishing rollback, all segfile
created at this segment is deleted at master node in fact. So it will report
warning to close/delete that hdfs file. We should clean up hdfs file cache
before calling HdfsCloseFile(), so that we will skip second call of
HdfsCloseFile() at ShutdownPostgres().
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/liming01/incubator-hawq
mli/copy_crash_at_HdfsCloseFile
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hawq/pull/312.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #312
----
commit 14e479da85d03edaeed7f3a24ba535611fa13b1e
Author: Ming LI <[email protected]>
Date: 2016-02-01T05:24:40Z
HAWQ-376. Fixed QE core dump at HdfsCloseFile() when run stress test with
COPY
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---