Markus Mäkelä
9280f1a5d7
MXS-1367: Add timeouts for retried queries
...
The total timeout for the retrying of interrupted queries can now be
configured with the `query_retry_timeout` parameter. It controls the total
timeout in seconds that the query can take.
The actual connection, read and write timeouts of the connector aren't a
good configuration value to use for abstracted queries as the time that it
takes to execute a query can be composed of both connections, reads and
writes. This is caused by the usage of MYSQL_OPT_RECONNECT that hides the
fact that the connector reconnects to the server when a query is
attempted.
2017-10-03 13:03:49 +03:00
..
2017-09-11 12:50:24 +03:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-03-30 12:36:23 +03:00
2017-03-13 10:45:54 +02:00
2017-08-02 11:09:49 +03:00
2017-02-14 21:42:28 +02:00
2017-09-04 15:28:17 +03:00
2017-02-20 17:44:22 +02:00
2017-10-03 13:03:49 +03:00
2017-02-14 21:42:28 +02:00
2017-09-01 13:20:20 +03:00
2017-05-09 10:40:34 +03:00
2017-06-30 10:46:05 +03:00
2017-02-27 09:31:24 +02:00
2017-08-15 09:56:22 +03:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-03-13 10:45:52 +02:00
2017-09-30 12:37:40 +03:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-05-09 10:40:34 +03:00
2017-08-03 15:42:40 +03:00
2017-05-14 10:25:12 +03:00
2017-10-03 10:57:10 +03:00
2017-02-14 21:42:28 +02:00
2017-03-15 09:11:18 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-08-09 09:22:57 +03:00
2017-09-12 15:38:25 +03:00
2017-02-14 21:42:28 +02:00
2017-02-15 08:44:55 +02:00
2017-02-14 21:42:28 +02:00
2017-03-20 12:22:57 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-08-20 21:54:18 +03:00
2017-03-20 11:10:55 +02:00
2017-09-01 13:20:20 +03:00
2017-03-21 15:19:10 +02:00
2017-02-14 21:42:28 +02:00
2017-03-13 10:45:51 +02:00
2017-07-24 10:38:47 +03:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-03-13 10:45:54 +02:00
2017-09-26 13:36:10 +03:00
2017-02-14 21:42:28 +02:00
2017-03-09 10:01:38 +02:00