You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by liming01 <gi...@git.apache.org> on 2017/02/13 07:26:31 UTC

[GitHub] incubator-hawq pull request #1115: HAWQ-1324. Fixed crash at query cancel, s...

GitHub user liming01 opened a pull request:

    https://github.com/apache/incubator-hawq/pull/1115

    HAWQ-1324. Fixed crash at query cancel, signal hanler cannot call uns\u2026

    \u2026afe elog()
    
    1) The fix cannot completely fix this kinds of crash, it just reduce the possibility of this kind of crash. The complete fix is to move ProcessInterrupts() calling out of StatementCancelHandler().
    2) The log can be removed because afterward in all 3 branches, hawq will print out similar message using ereport().
    
    Thanks.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/liming01/incubator-hawq mli/HAWQ-1324

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hawq/pull/1115.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 #1115
    
----
commit 6435af41f9dd981dd672637337a1dd7112068e3f
Author: Ming LI <ml...@apache.org>
Date:   2017-02-13T07:16:53Z

    HAWQ-1324. Fixed crash at query cancel, signal hanler cannot call unsafe elog()

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq pull request #1115: HAWQ-1324. Fixed crash at query cancel, s...

Posted by liming01 <gi...@git.apache.org>.
Github user liming01 closed the pull request at:

    https://github.com/apache/incubator-hawq/pull/1115


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq issue #1115: HAWQ-1324. Fixed crash at query cancel, signal h...

Posted by wengyanqing <gi...@git.apache.org>.
Github user wengyanqing commented on the issue:

    https://github.com/apache/incubator-hawq/pull/1115
  
    LGTM


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---