2171 Commits

Author SHA1 Message Date
Markus Mäkelä
b3f44adb16
MXS-2797: Fix handle_events documentation
The parameter was called handle_server_events when in reality it was
handle_events.
2019-12-17 13:48:51 +02:00
Johan Wikman
2c44ed0e6c Merge branch '2.3' into 2.4 2019-12-13 13:57:32 +02:00
Johan Wikman
fe92c4e408 Remove Cache filter storage_rocksdb documentation
The code is no longer present in MaxScale.
2019-12-13 13:57:21 +02:00
Markus Mäkelä
ad323bb837
Merge branch '2.3' into 2.4 2019-12-13 11:24:42 +02:00
Esa Korhonen
44664132bc MXS-2792 Improve monitor script documentation
Apparently the previous script example was not working. Moved the
updated example to Monitor-Common.md.
2019-12-13 10:38:07 +02:00
Markus Mäkelä
2f3afa943c
Add missing quotes to REST API documentation
The example data is JSON, not JavaScript, which means that object keys
must be double-quoted.
2019-12-12 10:09:12 +02:00
Markus Mäkelä
1ef130a870
MXS-2785: Update binlogfilter documentation
Updated the documentation with the regex changes and listed some of the
caveats of rewriting SQL with regular expressions.
2019-12-09 17:53:59 +02:00
Markus Mäkelä
f3f2748490
MXS-2785: Document database rewriting
Documented the new features and the limitations that exist with it.
2019-12-09 17:53:59 +02:00
Johan Wikman
155ac8fd01 Merge branch '2.3' into 2.4 2019-12-05 10:48:23 +02:00
Johan Wikman
578004677f Update 2.3.15 release date 2019-12-05 10:36:48 +02:00
Markus Mäkelä
56a24612dd
Merge branch '2.3' into 2.4 2019-12-04 13:59:46 +02:00
Johan Wikman
216ce9b4ee Add 2.3.15 release notes and update change log 2019-12-04 11:29:45 +02:00
Markus Mäkelä
9dceff7d9d
Merge branch '2.3' into 2.4 2019-12-03 10:05:34 +02:00
Markus Mäkelä
1e57c2cb67
MXS-2643: Mention Galera in causal_reads documentation
causal_reads does not work with servers that update their state via
mechanisms other than the standard replication. In practice this is just
another Galera limitation.
2019-12-03 09:58:23 +02:00
Markus Mäkelä
7a5e50f980
Merge branch '2.3' into 2.4 2019-11-29 16:41:07 +02:00
Markus Mäkelä
ab8393939b
MXS-2773: Make host blocking an optional feature
In cases where servers are known to be down on startup, this feature does
more harm than good. Disabling it in these cases would be preferable but
due to how the parameter is used, it is not possible.
2019-11-29 16:31:07 +02:00
Markus Mäkelä
09e6d9eeae
Fix max_auth_errors_until_block formatting
The heading was one level too deep.
2019-11-29 16:31:07 +02:00
Markus Mäkelä
b5ada0db7e
MXS-2762: Document ssl_version changes 2019-11-29 16:16:35 +02:00
Esa Korhonen
218354081c Merge branch '2.3' into 2.4 2019-11-22 12:53:39 +02:00
Esa Korhonen
53ee7072ee MXS-2775 Document semisync limitations with failover
The previous content was a bit too positive about semisync replication
ensuring a clean failover.
2019-11-22 12:52:36 +02:00
Johan Wikman
ccd3ad502b Remove 2.3 release note 2019-11-14 09:54:15 +02:00
Johan Wikman
03b3870d80 Update 2.4.4 release date 2019-11-14 09:39:53 +02:00
Johan Wikman
a2508111a4 Create release notes for 2.4.4 and update change log 2019-11-13 08:37:17 +02:00
Johan Wikman
ff80f2b514 Merge branch '2.3' into 2.4 2019-11-12 09:19:43 +02:00
Johan Wikman
133a947bb5 Update 2.3.14 release date 2019-11-12 09:10:21 +02:00
Johan Wikman
0a4caaf817 Merge branch '2.3' into 2.4 2019-11-12 08:50:17 +02:00
Johan Wikman
27417b5328 Add 2.3.14 release notes and update change log 2019-11-11 09:11:51 +02:00
Johan Wikman
27516b41af Update 2.4.3 release date 2019-11-06 08:24:46 +02:00
Johan Wikman
b33ef98f6c Update 2.4.3 release notes 2019-11-05 12:35:34 +02:00
Johan Wikman
78521d6452 Remove 2.3 release notes from 2.4 2019-11-05 11:30:09 +02:00
Johan Wikman
d4a4518155 Add 2.4.3 release notes and update change log 2019-11-05 11:29:20 +02:00
Markus Mäkelä
a1e8287265
Add global to ccrfilter
The `global` parameter causes the time window defined by the `time`
parameter to be applied at the instance level instead of the session
level. This means that a write from one connection will cause all other
connections to use the master for a certain period of time.

Using a configurable time window for consistency is not good as it is not
absolute and cannot adjust to how servers behave.

One example that demonstrates this is when a slave is normally lagging
behind by less than a second but some event causes the lag to spike up to
several seconds. In this case the configured time window would no longer
guarantee consistency.

Another reason to avoid a "static" time window is the fact taht it
prevents load balancing in the cases where slaves catch up to the master
within time window. This happens when time is configured to a higher value
to avoid inconsistencies at all costs.

Added a test case that verified the feature works.
2019-11-04 08:32:17 +02:00
Johan Wikman
ef184deb1f Merge branch '2.3' into 2.4 2019-10-31 10:06:27 +02:00
Johan Wikman
50292c9f45 Merge branch '2.3.13' into 2.3 2019-10-31 10:06:02 +02:00
Johan Wikman
40a4ced21e Update 2.3.13 release date 2019-10-31 10:03:00 +02:00
Markus Mäkelä
290d38c67f
Document ColumnStore requirements for authentication
One extra grant is required if the backend servers use ColumnStore
binaries.
2019-10-30 09:17:46 +02:00
Johan Wikman
861e27eb00 Merge branch '2.3' into 2.4 2019-10-29 14:04:31 +02:00
Johan Wikman
df6c56e7ca Update 2.3.13 Change Date 2019-10-29 12:51:31 +02:00
Johan Wikman
cde0060a20 2.3.13: Add release notes and update change log 2019-10-29 12:29:51 +02:00
Markus Mäkelä
54fc154137 Regenerate MaxCtrl documentation
Generated the new MaxCtrl documentation with the new help output. The help
output now doesn't auto-wrap which causes lines to be longer but it
prevents broken Markdown formatting. It also makes it more readable on
wider terminals.
2019-10-29 09:26:41 +02:00
Markus Mäkelä
47d8ea14df
Merge branch '2.3' into 2.4 2019-10-18 10:12:15 +03:00
Markus Mäkelä
f723f22c9a
Regenerate MaxCtrl documentation
Generated the new MaxCtrl documentation with the new help output. The help
output now doesn't auto-wrap which causes lines to be longer but it
prevents broken Markdown formatting. It also makes it more readable on
wider terminals.
2019-10-18 09:51:09 +03:00
Markus Mäkelä
5a6d6733ae
Fix qlafilter example config
`filebase` is a mandatory parameter.
2019-10-04 09:42:04 +03:00
Esa Korhonen
9c62aafa93 Merge branch '2.3' into 2.4 2019-10-01 15:25:41 +03:00
Esa Korhonen
fffbb9f791 MXS-2600 Update MariaDB-Monitor documentation
Clarified info on privileges.
2019-10-01 15:14:43 +03:00
Johan Wikman
661c104d39 Merge branch '2.3' into 2.4 2019-09-26 09:31:21 +03:00
Johan Wikman
54ec30cc8e MXS-2654 Document QC cache statistics 2019-09-26 09:30:52 +03:00
Esa Korhonen
752dfbeaa8 Merge branch '2.3' into 2.4 2019-09-23 18:43:18 +03:00
Esa Korhonen
4fbb18535b MXS-2620 Mention that a normal master server shutdown may lose events 2019-09-23 18:35:41 +03:00
Markus Mäkelä
893f16fa53
Fix galeramon TOC
The syntax was wrong.
2019-09-21 21:17:23 +03:00