|
Author:
{u'username': u'jyemin', u'name': u'Jeff Yemin', u'email': u'jeff.yemin@10gen.com'}
Message: JAVA-1005, JAVA-1003, JAVA-1007, JAVA-1009: Ported PooledConnectionProvider from 3.0.x, and refactored DBPort to work with it by extracting a Connection interface that it implements. This new connection pool is non-blocking, and supports enforcement of max idle time, max life time, and minimum size. It also abstracts the JMX monitoring into an implementation of the ConnectionPoolListener interface, which the connection pool fires events to.
Conflicts:
src/main/com/mongodb/BaseCluster.java
src/main/com/mongodb/Clusters.java
src/main/com/mongodb/DBTCPConnector.java
src/main/com/mongodb/DefaultServer.java
src/main/com/mongodb/Server.java
src/main/com/mongodb/ServerStateNotifier.java
Branch: master
https://github.com/mongodb/mongo-java-driver/commit/eb6a74247e54ca5855f6b729242b0f360f47dbdf
|