[CONJS-117] Implement a pool leak detection Created: 2020-01-28 Updated: 2020-01-29 Resolved: 2020-01-28 |
|
| Status: | Closed |
| Project: | MariaDB Connector/node.js |
| Component/s: | pool |
| Affects Version/s: | None |
| Fix Version/s: | 2.2.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
There is different issues with pool leak. (see from https://github.com/mariadb-corporation/mariadb-connector-nodejs/issues/93) When a connection is borrowed from pool and this timeout is reached, a message must be logged to console indicating a possible connection leak. Another message must tell if the possible logged leak has been released. |