This is an automated email from the ASF dual-hosted git repository.

jkff pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 19d8a5a88e92119b895e0627d4dd11a87b9fc542
Merge: dbadcab 7dd265d
Author: Eugene Kirpichov <ekirpic...@gmail.com>
AuthorDate: Fri Mar 23 15:07:45 2018 -0400

    Merge pull request #4461: [BEAM-3500] Minimizes JDBC connections open for 
too long
    
    Uses a pool with capacity 1 connection and with an idle timeout, gets 
connection from pool and returns to pool in Start/FinishBundle rather than 
Setup/Teardown.

 sdks/java/io/jdbc/pom.xml                          |  5 ++
 .../java/org/apache/beam/sdk/io/jdbc/JdbcIO.java   | 71 ++++++++++++++++------
 2 files changed, 56 insertions(+), 20 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
j...@apache.org.

Reply via email to