Update 2.4 Change Log and 2.4.0 Release notes
This commit is contained in:
@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
## MariaDB MaxScale 2.4
|
## MariaDB MaxScale 2.4
|
||||||
|
|
||||||
|
* A Clustrix specific monitor has been added.
|
||||||
|
* A new router, Smart Router, capable of routing a query to different
|
||||||
|
backends depending on the characteristics of the query has been added.
|
||||||
|
* Transaction replaying is now performed also in conjunction with server
|
||||||
|
initiated transaction rollbacks.
|
||||||
* Names starting with `@@` are reserved for use by MaxScale.
|
* Names starting with `@@` are reserved for use by MaxScale.
|
||||||
* Names can no longer contain whitespace.
|
* Names can no longer contain whitespace.
|
||||||
* Servers can now be drained.
|
* Servers can now be drained.
|
||||||
|
|||||||
@ -83,6 +83,23 @@ what it used to do.
|
|||||||
|
|
||||||
## New Features
|
## New Features
|
||||||
|
|
||||||
|
### Clustrix Support
|
||||||
|
|
||||||
|
MaxScale now contains support for Clustrix in the form of a Clustrix monitor
|
||||||
|
that is capable of monitoring a Clustrix cluster.
|
||||||
|
|
||||||
|
Please see the
|
||||||
|
[documentation](../Monitors/Clustrix-Monitor.md) for details.
|
||||||
|
|
||||||
|
### Smart Router
|
||||||
|
|
||||||
|
MaxScale has now a new router _SmartRouter_ that is capable of routing a query
|
||||||
|
to different kinds of backends, containing the same data, depending on which
|
||||||
|
backend can best handle that particular kind of query.
|
||||||
|
|
||||||
|
Please see the
|
||||||
|
[documentation](../Routers/SmartRouter.md) for details.
|
||||||
|
|
||||||
### Servers can be drained
|
### Servers can be drained
|
||||||
|
|
||||||
It is now possible to drain a server, which means that existing
|
It is now possible to drain a server, which means that existing
|
||||||
@ -181,6 +198,11 @@ the `set` endpoint.
|
|||||||
For more information on the readwritesplit router, refer to the
|
For more information on the readwritesplit router, refer to the
|
||||||
[documentation](../Routers/ReadWriteSplit.md).
|
[documentation](../Routers/ReadWriteSplit.md).
|
||||||
|
|
||||||
|
#### `transaction_replay`
|
||||||
|
|
||||||
|
The transaction replay functionality will now also be applied in conjunction
|
||||||
|
with server initiated transaction rollbacks.
|
||||||
|
|
||||||
#### `transaction_replay_attempts`
|
#### `transaction_replay_attempts`
|
||||||
|
|
||||||
The new `transaction_replay_attempts` parameter controls how many errors the
|
The new `transaction_replay_attempts` parameter controls how many errors the
|
||||||
|
|||||||
Reference in New Issue
Block a user