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

2018-02-19 Thread asfgit
Github user asfgit closed the pull request at:

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


---


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

2018-02-01 Thread francisco-perez-sorrosal
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 
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




---