GitHub user nabarunnag opened a pull request:

    https://github.com/apache/geode/pull/430

    GEODE-2690: Created a new thread pool for flush operations

        * WaitUntilParallelGatewaySenderFlushedCoordinator's waitUntilFlushed 
will use a separate thread pool.
        * This new thread pool is limited to have only 100 threads
    
    @boglesby @upthewaterspout @jhuynh1 @gesterzhou 
    
    This is one of the solution which makes flush operations to use a thread 
pool limited to 100 threads.
    Using this fix we are able to see that during tests, we do not encounter 
issues like unable to create native threads.

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

    $ git pull https://github.com/nabarunnag/incubator-geode feature/GEODE-2690

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

    https://github.com/apache/geode/pull/430.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 #430
    
----
commit 5e88d52d6dce57a36f014c0073e53bc7f69902f5
Author: nabarun <n...@pivotal.io>
Date:   2017-03-19T04:15:05Z

    GEODE-2690: Created a new thread pool for flush operations
    
        * WaitUntilParallelGatewaySenderFlushedCoordinator's waitUntilFlushed 
will use a separate thread pool.
        * This new thread pool is limited to have only 100 threads

----


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