In this blog post, we talk about the Automatic Reconnect feature in the Tungsten Connector.
Automatic reconnect enables the Connector to re-establish a connection in the event of a transient failure. Under specific circumstances, the Connector will also retry the query.
Connector automatic reconnect is enabled by default in Proxy and Smartscale modes.
Use the following tpm command option on the command line (remove the leading hyphens inside INI files):
--connector-autoreconnect=false
to disable automatic reconnect.
This feature is not available while running in Bridge Mode. Use
the tpm command option --connector-bridge-mode=false
to disable Bridge mode.
Automatic reconnect enables retries of statements under the following circumstances:
- not in bridge mode
- not inside a transaction
- no temp table has been created …