[CONCPP-120] If pool is used connectTimeout is not respected is some cases Created: 2024-01-16 Updated: 2024-01-22 Resolved: 2024-01-22 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C++ |
| Component/s: | General |
| Affects Version/s: | 1.0.2 |
| Fix Version/s: | 1.1.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Lawrin Novitsky | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0d | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
It's possible that if the thread waiting for idle connection receives notification, it still does not get a connection, and Exception is thrown even though the connectTimeout is not reached yet. |