GitHub user Fuud opened a pull request:

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

    THRIFT-2551 OutOfMemoryError kills serve thread

    THRIFT-2551 OutOfMemoryError "unable to create new native thread" kills 
serve thread.
    
    If executor can not create new thread (because of exceed descriptors limit 
for example) it throws OutOfMemoryError. This case is same as if 
RejectedExecutionException is thrown from executor: we can wait and retry.

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

    $ git pull https://github.com/Fuud/thrift master

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

    https://github.com/apache/thrift/pull/129.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 #129
    
----
commit fe11c04eb3e4b7c1d1894a72a8ff85e19a1ce2e1
Author: Fuud <[email protected]>
Date:   2014-05-27T06:45:13Z

    THRIFT-2551 OutOfMemoryError "unable to create new native thread" kills 
serve thread

commit e4043491c362d67f6dee974e6e8e8bc9b858193b
Author: Fuud <[email protected]>
Date:   2014-05-27T06:50:26Z

    THRIFT-2551 OutOfMemoryError "unable to create new native thread" kills 
serve thread

----


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