GitHub user gszadovszky opened a pull request:

    https://github.com/apache/avro/pull/178

    AVRO-1973: Upgrade netty to the latest 3.x release

    Upgrading netty version to `3.10.6` caused a test failure. The root cause 
was that from `3.6.0` netty does not interrupt worker threads therefore, 
`server2.close()` would hang until `blockingSimpleImpl.releaseRunPermit()` is 
invoked. Could not find any way to call an interrupt on the related workers 
therefore, modified the test.
    
    Also fixed an issue in the same test that an assert would never fail a test 
if simply invoked in another thread. 

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

    $ git pull https://github.com/gszadovszky/avro AVRO-1973

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

    https://github.com/apache/avro/pull/178.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 #178
    
----
commit 3597d8e9f8b0036451fe1589da578b03a5639e58
Author: Gabor Szadovszky <gabor.szadovs...@cloudera.com>
Date:   2016-12-30T16:27:00Z

    AVRO-1973: Upgrade netty to the latest 3.x release

----


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

Reply via email to