-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 3.2.0
-
Component/s: Connection Management
-
None
The executor services created in DefaultConnectionPool uses a thread factory that creates non-daemon threads. The thread factory should be overridden such that all the threads are daemons.
- is duplicated by
-
JAVA-2291 Driver does not shutdown gracefully if maxConnectionIdleTime or maxConnectionLifeTime is set
- Closed