GitHub user liming01 opened a pull request:
https://github.com/apache/incubator-hawq/pull/310
HAWQ-374. Fixed hawq core dump at dispatch_free_result() when run strâ¦
â¦ess test
The root cause is:
The copy error may occurs after c->executors initiated at cdbCopyEnd(),
but before
c->executors.segment_conns initiated line 1432 at dispatch_statement() .
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/liming01/incubator-hawq
mli/copy_crash_at_dispatch_free_result
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hawq/pull/310.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 #310
----
commit bee2dff3b27f07552322544424037581d0d03ddf
Author: Ming LI <[email protected]>
Date: 2016-02-01T03:14:01Z
HAWQ-374. Fixed hawq core dump at dispatch_free_result() when run stress
test
----
---
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.
---