[CONJ-430] validConnectionTimeout default must be set to 0 Created: 2017-02-10 Updated: 2017-10-03 Resolved: 2017-10-03 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | None |
| Fix Version/s: | 1.5.8 |
| Type: | Task | Priority: | Trivial |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | Sprint connector/j 2.1.0 |
| Description |
|
When Aurora is set, option validConnectionTimeout is actually default to 120 seconds. Setting a value validConnectionTimeout mean having an additional thread that will check valid connections every "validConnectionTimeout " seconds. Java is most of the time set with a pool that take care of it, meaning there is 2 validations. Default as to be set to 0 (no validation, no thread) |
| Comments |
| Comment by Diego Dupin [ 2017-10-03 ] |
|
already done in 1.5.8 |