Commit Graph

45 Commits

Author SHA1 Message Date
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
8058e46309 Add link to maxctrl 2018-11-08 13:52:54 +02:00
b06d9830ae Extend ADAPTIVE_ROUTING in release notes
Added a link and made the description more uniform with the rest of the
document. Also made the description slightly simpler so that it's easier
to understand.
2018-10-29 12:06:12 +02:00
2ac4df7772 Remove empty heading 2018-10-11 10:40:55 +03:00
f9e4837f44 Add note of maxadmin list threads to release notes 2018-10-11 10:38:15 +03:00
6c1486ed06 Fix cache release notes note 2018-10-11 10:20:07 +03:00
4659c45a6b Updated release notes of MariaDBMonitor
One added feature was missing. Also added some links.
2018-10-10 18:32:46 +03:00
0d64bfc558 Update 2.3.0 release date. 2018-10-09 09:26:33 +03:00
9c52ba5c07 Update release notes and documentation for the Throttle Filter
and Adaptive Routing
2018-10-05 13:52:42 +03:00
59d45aabb4 MXS-1980 Update documentation
And release note and change log.
2018-10-05 12:16:18 +03:00
0ff72c5d5e Change table sharding to table family sharding 2018-10-04 15:17:54 +03:00
81c24888da Fix release note headings 2018-10-04 14:27:54 +03:00
4a01410742 Update schema router documentation 2018-10-04 13:01:40 +03:00
e73ecae677 MXS-1845 Update documentation
Small cleanup and updates to release notes.
2018-10-04 11:45:33 +03:00
a438a6df34 Add note about backend connection IDs to release notes 2018-10-04 11:33:19 +03:00
af91192498 Add network throttling to release notes 2018-10-04 11:31:15 +03:00
a8b2f70041 Add binlogfilter to release notes 2018-10-04 11:31:15 +03:00
4a4434d4c8 Add REST API changes to release notes
Added new and changed REST API capabilities to the release notes.
2018-10-04 11:31:15 +03:00
24f0162203 Add changelog entries
Added changelog entries and fixed a typo in the 2.3 release notes.
2018-10-04 11:31:14 +03:00
670cd4c8d1 Add drain server to release notes 2018-10-04 11:31:00 +03:00
bbb5dfc775 Mention the new cat router in the release notes 2018-10-04 11:31:00 +03:00
8d4db9dd5a Add optimistic_trx to release notes 2018-10-04 11:30:59 +03:00
db70e133ef Add note of Comment filter to release notes and change log 2018-10-03 14:31:09 +03:00
ff0bcb3a06 Update release notes with Cache changes 2018-10-03 14:10:59 +03:00
d49173ba71 Update Hint-Syntax document 2018-10-03 13:57:55 +03:00
7c5d3a5e74 Update NamedServerFilter documentation and release notes 2018-10-03 13:50:04 +03:00
122c63285f Updated changelog, release notes and MariaDB-Monitor documentation 2018-09-04 10:21:27 +03:00
befb25a14a MXS-1929: Add parameters to maxctrl create monitor
The parameters for the monitor can now be defined when the monitor is
created. This makes the filter, monitor and service creation consistent.
2018-08-23 15:46:46 +03:00
518a4ef3bd Update release notes
Added query classifier cache and moved ssl changes to the correct section.
2018-08-23 15:46:46 +03:00
706f7ae86d Add MaxCtrl interactive mode to release notes
Mentioned the new behavior in the release notes.
2018-08-22 16:40:36 +03:00
32b1711684 MXS-2005: Remove logging to shared memory
The feature was rarely used and was only useful in extremely rare
cases. The functionality can still be emulated, if for some reason needed,
by pointing `logdir` to `/dev/shm` or another tmpfs mount.
2018-08-14 14:57:33 +03:00
e075fcefcb MXS-2004 thread_stack_size is deprecated AND ignored 2018-08-13 13:38:39 +03:00
6db03d4b29 MXS-2004 Drop support for thread_stack_size
- Cannot be supported with std::thread.
- Unlikely that the default size (8MB) would ever be too small and
  if it is, there is some problem.
- The stack size can be specified using 'ulimit -s' before starting
  MaxScale.
2018-08-13 13:38:39 +03:00
376cd3aa9e Enable query_retries by default
Enabling it with a value of 1 should remove the vast majority of
connection related problems that appear in MaxScale. This should filter
out most of the errors caused by transient network problems.
2018-08-06 21:19:48 +03:00
70848e9d6f Update 2.3 release notes
Added SSL changes and new readwritesplit features.
2018-07-17 11:52:21 +03:00
cbb8c68770 Remove router_options
Relaced router_options with configuration parameters in the createInstance
router entry point. The same needs to be done for the filter API as barely
any filters use the feature.

Some routers (binlogrouter) still support router_options but using it is
deprecated. This had to be done as their use wasn't deprecated in 2.2.
2018-07-11 14:08:56 +03:00
e353d14550 Prepare binlogrouter for removal of router_options
To prepare the router's for the eventual removal of the router_options
parameter, the API option arguments should not be used. The parameters can
be substituted by tokenizing the value of the parameter that is still
stored as a part of the service.
2018-07-11 14:08:55 +03:00
b320217212 Remove configuration reloading
Removed the deprecated configuration reloading code. Added a entry into
the release notes that states this and the fact that it was deprecated in
2.2.
2018-07-11 14:08:54 +03:00
d339b89990 MXS-1774 Make rejection of functions optional
It is now possible to prevent the masking filter from rejecting
statements using functions in conjunction with fields to be
masked. So now it is possible to not use the blanket rejection
of the masking filter and replace it with more detailed firewall
rules.
2018-07-06 11:20:31 +03:00
4d7121593e MXS-421 Update change log and release notes 2018-06-26 11:54:00 +03:00
8c22131827 Remove redundant or unused avrorouter code
The code in avrorouter that returned the current transaction was not very
useful and it can be acquired via the REST API in a more convenient
format.

The number of created sessions is tracked on the service level so there is
no need to track it in the avrorouter.

Removed declarations for functions that do not exist and moved code around
to reduce the scope.
2018-06-08 12:18:14 +03:00
21b77ce4d3 Mention the removal of router_options for avrorouter in release notes
The router_options was deprecated in 2.1 and is now removed in 2.3.
2018-05-28 10:32:15 +03:00
ba23aa9ce5 MXS-1703 Update monitor documentation
Clarify some parts and add note of switchover master autoselection. Also update
release notes.
2018-04-16 13:48:56 +03:00
ce853d3f7f MXS-1503: Enable limited session command history
Enabling the session command history but limiting it to a history of 50
commands allows reconnections for sessions that don't change the state too
often.

As pooled connections will exceed this limit quite fast, they are not able
to reconnect to servers once connections are lost. To solve this problem,
the session command history needs a compaction process that removes
redundant history.
2018-04-03 13:30:53 +03:00
23b8939e20 MXS-1475 Update cache documentation 2018-03-16 14:34:04 +02:00