GitHub user zwass opened a pull request:

    https://github.com/apache/thrift/pull/1300

    THRIFT-4237 Fix data races in Go TServerSocket

    Incorrect lock semantics resulted in a race condition in the TServerSocket
    implementation. This commit adds a unit test that detects this, and fixes up
    the locking semantics.
    
    https://issues.apache.org/jira/browse/THRIFT-4237

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

    $ git pull https://github.com/zwass/thrift THRIFT-4237

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

    https://github.com/apache/thrift/pull/1300.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 #1300
    
----
commit d8ea850be897689cca7f2c30174d6c0d6a5e4716
Author: Zachary Wasserman <[email protected]>
Date:   2017-06-27T14:58:13Z

    THRIFT-4237 Fix data races in Go TServerSocket
    
    Incorrect lock semantics resulted in a race condition in the TServerSocket
    implementation. This commit adds a unit test that detects this, and fixes up
    the locking semantics.
    
    https://issues.apache.org/jira/browse/THRIFT-4237

----


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