Bug #93841 | Connection never acquired from a pool with a finite queueTimeout | ||
---|---|---|---|
Submitted: | 7 Jan 2019 15:52 | Modified: | 13 Mar 2019 17:42 |
Reporter: | Rui Quelhas | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector for Node.js | Severity: | S3 (Non-critical) |
Version: | 8.0.13 | OS: | Any |
Assigned to: | Rui Quelhas | CPU Architecture: | Any |
Tags: | Connection, pool, queue, timeout |
[7 Jan 2019 15:52]
Rui Quelhas
[13 Mar 2019 17:42]
Philip Olson
Posted by developer: Fixed as of the upcoming MySQL Connector/Node.js 8.0.16 release, and here's the changelog entry: A queueTimeout value other than 0 (infinite) prevented the acquisition of old released connections from the connection pool. Thank you for the bug report.