a4540b5cee
Add note about weightby deprecation
...
The documentation now states that the parameter was deprecated.
2019-01-06 13:01:37 +02:00
88f234fdcd
MXS-2214: Fix object names in documentation
...
The object names now always use a valid and supported form.
2019-01-03 09:37:59 +02:00
35d31801bb
Merge branch '2.2' into 2.3
2018-12-17 23:52:56 +02:00
e386dcba88
Merge branch '2.3.2' into 2.3
2018-12-17 09:33:40 +02:00
8b6022ee6d
Fix link in 2.3.1 release notes
2018-12-17 09:33:22 +02:00
562bd0c3fb
Update release date
2018-12-13 10:55:08 +02:00
136c0c3062
Add release notes for 2.2.18 and update change log
2018-12-12 12:44:48 +02:00
467231480f
Merge branch '2.3.2' into 2.3
2018-12-05 13:27:39 +02:00
a6cacbec17
Update MariaDBMonitor documentation
...
Updates troubleshooting section.
2018-12-04 18:05:38 +02:00
1a78f2ffbb
Merge branch '2.2' into 2.3
2018-12-04 11:23:31 +02:00
7872474595
Add missing bug fix to release notes
2018-12-03 15:30:47 +02:00
cd95ca7092
Update 2.3.2 release date
2018-12-03 14:51:40 +02:00
cb878f18b7
Update max_slave_connections documentation
...
Corrected the default value and added a more detailed explanation of what
the parameter does and how it affects client connections.
2018-11-29 08:47:11 +02:00
2b25f8522f
Update 2.3 changelog and 2.3.2 release notes
2018-11-28 14:26:15 +02:00
cf66cc6968
Merge branch '2.2' into 2.3
2018-11-28 11:27:44 +02:00
b3a425c048
Update 2.2.17 release date
2018-11-28 11:07:06 +02:00
c92e485b3b
Update table of contents in configuration guide
...
The file should be broken into smaller pieces.
2018-11-28 10:13:59 +02:00
f87ff431c1
Merge branch '2.2' into 2.3
2018-11-27 11:46:47 +02:00
4efb2672ff
Update 2.2 change log and 2.2.17 release notes
2018-11-27 10:39:14 +02:00
0c77514aaf
Update release notes
...
Explains the default setting of assume_unique_hostnames.
2018-11-27 10:23:36 +02:00
1df42326d5
Clean up TopFilter documentation
...
Wrap lines, clean up headings and add table of contents.
2018-11-26 10:32:08 +02:00
ab7daa9327
Add table of contents to filter documentation
...
Only added the TOC to the longest files.
2018-11-26 10:32:08 +02:00
ff22624d3c
Add table of contents to router documentation
...
The TOC was added only to the long documentation files to make them easier
to navigate. Also modified the headings for Avro and Binlog routers and did
some minor cleanup.
2018-11-26 10:32:08 +02:00
dcf53da209
Enable connection_keepalive by default
...
Enabling the feature by default prevents the master connection from dying
during times when there are very little or no writes. Having a modest ping
interval of 300 seconds serves to minimize the amount of extra work that
both MaxScale and the server have to do while still keeping the
connections in good shape.
2018-11-26 09:42:11 +02:00
dd27fe0c04
Enable the watchdog
...
As the watchdog related problems have now been dealt with, it is
safe to have it enabled by default.
2018-11-21 15:33:14 +02:00
c61aaee0ba
MXS-2168 Add documentation on "assume_unique_hostnames"
2018-11-21 10:30:11 +02:00
d06d919752
Merge branch '2.3.1' into 2.3
2018-11-20 19:28:18 +02:00
ad7c5dd981
Update release date
2018-11-20 19:25:56 +02:00
fa65881f13
Add explicit installation instructions
...
The packages need to be installed with the correct tools and thus it makes
sense to instruct on the installation in the installation guide.
2018-11-20 16:28:36 +02:00
48eb57bdc5
Merge branch '2.3.1' into 2.3
2018-11-20 11:27:59 +02:00
c552845fd1
Deprecate old admin modules
...
Added notification messages for the deprecation of the old admin interface
modules. Also added notes into the documentation about their deprecation.
2018-11-20 10:51:49 +02:00
e3ad827288
Do not enable the watchdog by default
...
Any administrative operation, performed using maxadmin or maxctrl,
that takes longer than the watchdog timeout will cause MaxScale to
be killed and restarted by the watchdog.
2018-11-20 10:43:59 +02:00
9263c1cf8d
Correct default watchdog timeout from 30 to 60
...
Documentation change.
2018-11-19 09:39:52 +02:00
bba0bc0f31
MXS-2158 Relax requirements for manual rejoin
...
The operation is now allowed even if the rejoining server has empty gtid:s.
Auto-rejoin keeps the safeties on.
2018-11-16 13:03:30 +02:00
715eaf6760
MXS-1598 Explain how monitor measures replication lag
2018-11-16 10:13:16 +02:00
cbe1483028
MXS-2167: Add support for extra_port
...
This allows MaxScale to connect to the server even when max_connections
has been reached.
2018-11-15 14:24:41 +02:00
9b850cff92
Update changelog and 2.3.1 release notes
2018-11-15 11:05:25 +02:00
6901d286fe
List increased memory use in upgrading document
...
The 2.3 additions could be perceived as a memory leak so a note in the
upgrading document could be helpful.
2018-11-14 16:23:48 +02:00
ebe41614ad
Add csmon to release notes
2018-11-14 16:23:47 +02:00
16bff06a50
Update release notes and upgrading document
...
Added a section about unknown global parameters being treated as errors to
both documents and fixed the passwd deprecation description in the
upgrading document.
2018-11-14 16:23:47 +02:00
213b26e7a3
MXS-1976: Suggest listener destruction
...
The MaxAdmin reference document now suggests destroying the listener to
immediately block the creation of new connections.
2018-11-14 16:23:47 +02:00
f9d18606a8
Remove unused code
...
The code that required these parameters was not added into 2.3 as it was
not needed.
2018-11-14 16:23:47 +02:00
e3c9ac9e98
Document csmon grants
...
Documented the grants the monitor user must have in order to operate
properly.
2018-11-14 16:23:46 +02:00
a84748e67f
MXS-2057 Add documentation
2018-11-14 16:20:42 +02:00
cdce11391a
Add script template into Luafilter documentation
...
This makes copy-pasting it for testing a lot easier.
2018-11-13 16:48:03 +02:00
2a6df0e724
Merge branch '2.2' into 2.3
2018-11-09 14:22:28 +02:00
5b3a209643
Update the masking documentation
2018-11-09 12:05:13 +02:00
aadd6f38dc
MXS-2153: Update available_when_donor documentation
...
Added a more precise description of what the parameter does, what the
accepted values are and where to get more information.
2018-11-09 08:04:45 +02:00
293d45aaf1
Limit line length in galeramon documentation
...
Split long lines that exceeded 80 characters.
2018-11-09 07:45:02 +02:00
8058e46309
Add link to maxctrl
2018-11-08 13:52:54 +02:00