GitHub user outofmem0ry opened a pull request:
https://github.com/apache/incubator-hawq/pull/1251
HAWQ-1480 - Added feature for packing a core file
Currently there is no way to packing a core file with its context â
executable, application and system shared libraries in hawq. This information
can be later unpacked on another system and helps in debugging. It is a useful
feature to quickly gather all the data needed from a crash/core generated on
the system to analyze it later.
Another open source project, greenplum, uses a script
https://github.com/greenplum-db/gpdb/blob/master/gpMgmt/sbin/packcore to
collect this information. Merging this into hawq.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/outofmem0ry/incubator-hawq feature-packcore
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hawq/pull/1251.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 #1251
----
commit c412f500e7f2020def4fd31da7ded56d8afed5b6
Author: Shubham Sharma <[email protected]>
Date: 2017-06-06T04:32:15Z
HAWQ-1480 - Added feature for packing a core file
----
---
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.
---