You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@omid.apache.org by francisco-perez-sorrosal <gi...@git.apache.org> on 2018/02/01 23:24:13 UTC

[GitHub] incubator-omid pull request #21: [OMID-87] Fix BatchPool initialization

GitHub user francisco-perez-sorrosal opened a pull request:

    https://github.com/apache/incubator-omid/pull/21

    [OMID-87] Fix BatchPool initialization

    Added config.setMaxIdle(poolSize + 1) to the configuration.
    Added some tests to prove it works.
    
    Change-Id: Idc32ffa8472e87defdc540abbb901cfba700eb05

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

    $ git pull https://github.com/francisco-perez-sorrosal/incubator-omid omid-87

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

    https://github.com/apache/incubator-omid/pull/21.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 #21
    
----
commit 7ccd2e0751e9fa8de765feda8a246fb927b5b670
Author: Francisco Perez-Sorrosal <fp...@...>
Date:   2018-02-01T23:19:09Z

    [OMID-87] Fix BatchPool initialization
    
    Added config.setMaxIdle(poolSize + 1) to the configuration.
    Added some tests to prove it works.
    
    Change-Id: Idc32ffa8472e87defdc540abbb901cfba700eb05

----


---

[GitHub] incubator-omid pull request #21: [OMID-87] Fix BatchPool initialization

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-omid/pull/21


---