GitHub user buttcher opened a pull request:

    https://github.com/apache/zookeeper/pull/24

    process crash when zookeeper_close in callback

    when call  zookeeper_close in watcher callback,  the completion thread will 
be detached. and then api_epilog  call zookeeper_close again, the zh is not 
avaailable when call LOG_DEBUG(LOGCALLBACK(zh), "completion thread terminated");

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

    $ git pull https://github.com/buttcher/zookeeper patch-1

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

    https://github.com/apache/zookeeper/pull/24.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 #24
    
----
commit b3c63fc76c8062249686bbc534a43477e21b9cb2
Author: buttcher <[email protected]>
Date:   2015-01-07T07:58:01Z

    process crash when zookeeper_close in callback
    
    when call  zookeeper_close in watcher callback,  the completion thread will 
be detached. and then api_epilog  call zookeeper_close again, the zh is not 
avaailable when call LOG_DEBUG(LOGCALLBACK(zh), "completion thread terminated");

----


---
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