-
Suggestion
-
Resolution: Fixed
-
None
MySQL documentation discourage using the autoReconnect parameter:
The use of this feature is not recommended, because it has side effects related to session state and data consistency when applications don't handle SQLExceptions properly, and is only designed to be used when you are unable to configure your application to handle SQLExceptions resulting from dead and stale connections properly. Alternatively, investigate setting the MySQL server variable "wait_timeout" to some high value rather than the default of 8 hours.
However we make this parameter set to true by default upon installation of Confluence.
In JIRA, this parameter has been dropped and deemed useless: JRA-15731
If this also applies to Confluence, we should also do the same and update our documentation.
Documentation updated and reviewed for Confluence 3.5.
Created a separate issue for tackling in Confluence 4.0: CONF-22138