GitHub user liming01 opened a pull request:

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

    HAWQ-978. Fixed deadlock in signal handler which call asynchronous un…

    …safe functions elog()
    
    (1) Can not call elog() in signal handler function, because elog() will 
cascade call some unsafe function. 
    (2) When CheckStatementTimeout() called, "canceling statement due to 
statement timeout" will be printed out, so we don't need to re-print it.

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

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

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

    https://github.com/apache/incubator-hawq/pull/833.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 #833
    
----
commit 07995b126476631ecf88f87ef396d550ba2eb83e
Author: Ming LI <[email protected]>
Date:   2016-08-03T08:52:38Z

    HAWQ-978. Fixed deadlock in signal handler which call asynchronous unsafe 
functions 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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to