Merge branch 'develop' of https://github.com/mariadb-corporation/MaxScale into develop
This commit is contained in:
commit
1ce66d3c34
113
Documentation/Release-Notes/MaxScale-1.0.5-Release-Notes.md
Normal file
113
Documentation/Release-Notes/MaxScale-1.0.5-Release-Notes.md
Normal file
@ -0,0 +1,113 @@
|
||||
MaxScale Release Notes 1.0.5 GA
|
||||
|
||||
This document details the changes in version 1.0.5 since the release of the 1.0.4 GA of the MaxScale product.
|
||||
|
||||
# New Features
|
||||
No new features have been introduced since the GA version was released. SuSE Enterprise 11 and 12 packages are now also supplied.
|
||||
|
||||
# Bug Fixes
|
||||
|
||||
A number of bug fixes have been applied between the 1.0.4 initial GA release and this GA release. The table below lists the bugs that have been resolved. The details for each of these may be found in bugs.mariadb.com.
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>ID</td>
|
||||
<td>Summary</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>519</td>
|
||||
<td>LOAD DATA LOCAL INFILE not handled?</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>714</td>
|
||||
<td>Error log flooded when too many connect errors causes the MaxScale host to be blocked</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>711</td>
|
||||
<td>Some MySQL Workbench Management actions hang with R/W split router</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>710</td>
|
||||
<td>make package install files in /etc/init.d</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>683</td>
|
||||
<td>Check for unsupported version of MariaDB</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>684</td>
|
||||
<td>Use mysql_config to determine include/lib directory paths and compiler options</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>689</td>
|
||||
<td>cmake DCMAKE_INSTALL_PREFIX has no effect</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>701</td>
|
||||
<td>set server <svr> maint fails on the command line</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>705</td>
|
||||
<td>Authentication fails when the user connects to a database with the SQL mode including ANSI_QUOTES</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>507</td>
|
||||
<td>R/W split does not send last_insert_id() to the master</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>700</td>
|
||||
<td>maxscale version has no output</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>694</td>
|
||||
<td>RWSplit SELECT @a:=@a+1 as a, test.b from test breaks client session</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>685</td>
|
||||
<td>SELECT against readconnrouter fails when large volumes of data are returned and the tee filter is used</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
# Known Issues
|
||||
|
||||
There are a number bugs and known limitations within this version of MaxScale, the most serious of this are listed below.
|
||||
|
||||
* The Read/Write Splitter is a little too strict when it receives errors from slave servers during execution of session commands. This can result in sessions being terminated in situation in which MaxScale could recover without terminating the sessions.
|
||||
|
||||
* MaxScale can not manage authentication that uses wildcard matching in hostnames in the mysql.user table of the backend database. The only wildcards that can be used are in IP address entries.
|
||||
|
||||
* When users have different passwords based on the host from which they connect MaxScale is unable to determine which password it should use to connect to the backend database. This results in failed connections and unusable usernames in MaxScale.
|
||||
|
||||
# Packaging
|
||||
|
||||
Both RPM and Debian packages are available for MaxScale in addition to the tar based releases previously distributed we now provide
|
||||
|
||||
* CentOS/RedHat 5
|
||||
|
||||
* CentOS/RedHat 6
|
||||
|
||||
* CentOS/RedHat 7
|
||||
|
||||
* Debian 6
|
||||
|
||||
* Debian 7
|
||||
|
||||
* Ubuntu 12.04 LTS
|
||||
|
||||
* Ubuntu 13.10
|
||||
|
||||
* Ubuntu 14.04 LTS
|
||||
|
||||
* Fedora 19
|
||||
|
||||
* Fedora 20
|
||||
|
||||
* OpenSuSE 13
|
||||
|
||||
* SuSE Enterprise 11
|
||||
|
||||
* SuSE Enterprise 12
|
||||
|
||||
# MaxScale Home Default Value
|
||||
|
||||
The installation assumes that the default value for the environment variable MAXSCALE_HOME is set to /usr/local/skysql/maxscale. This is hard coded in the service startup file that is placed in /etc/init.d/maxscale by the installation process.
|
@ -35,12 +35,28 @@ Connection based routing to MySQL NDB clusters
|
||||
|
||||
# Bug Fixes
|
||||
|
||||
A number of bug fixes have been applied between the 1.0.5 GA and this RC release. The table below lists the bugs that have been resolved. The details for each of these may be found in https://mariadb.atlassian.net/projects/MXS
|
||||
A number of bug fixes have been applied between the 1.0.5 GA and this RC release. The table below lists the bugs that have been resolved. The details for each of these may be found in https://mariadb.atlassian.net/projects/MXS or in the former http://bugs.mariadb.com Bug database
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>ID</td>
|
||||
<td>Summary</td>
|
||||
</tr>
|
||||
<td>MXS-47</td>
|
||||
<td>Session freeze when small tail packet</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr>
|
||||
<td>MXS-5</td>
|
||||
<td>Possible memory leak in readwritesplit router</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>736</td>
|
||||
<td>Memory leak while doing read/write splitting</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>733</td>
|
||||
<td>Init-script deletes bin/maxscale</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>732</td>
|
||||
@ -62,43 +78,18 @@ A number of bug fixes have been applied between the 1.0.5 GA and this RC release
|
||||
<td>716</td>
|
||||
<td>$this->getReadConnection()->query('SET @id = 0;');</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>714</td>
|
||||
<td>Error log flooded when too many connect errors causes the MaxScale host to be blocked</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>711</td>
|
||||
<td>Some MySQL Workbench Management actions hang with R/W split router</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>710</td>
|
||||
<td>'make package' installs files to /etc/init.d</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>709</td>
|
||||
<td>"COPYRIGHT LICENSE README SETUP" files go to /usr/local/skysql/maxscale/ after 'make package'</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr>
|
||||
<td>705</td>
|
||||
<td>Authentication fails when the user connects to a database when the SQL mode includes ANSI_QUOTES</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>704</td>
|
||||
<td>"make testall" returns success status (exit code 0) even on failures</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>701</td>
|
||||
<td>set server <srv> maint fails when called from command line</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>698</td>
|
||||
<td>Using invalid parameter in many maxadmin commands causes MaxScale to fail</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>694</td>
|
||||
<td>RWSplit: SELECT @a:=@a+1 as a, test.b FROM test breaks client session</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>693</td>
|
||||
<td>Freeing tee filter's orphaned sessions causes a segfault when embedded server closes</td>
|
||||
@ -107,22 +98,10 @@ A number of bug fixes have been applied between the 1.0.5 GA and this RC release
|
||||
<td>690</td>
|
||||
<td>CPU/architecture is hardcoded into debian/rules</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>689</td>
|
||||
<td>"cmake -DCMAKE_INSTALL_PREFIX" has no effect ...</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>686</td>
|
||||
<td>TestService fails because of the modules used in it aren't meant for actual use</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>685</td>
|
||||
<td>SELECT against ReadConn fails if a lot of data returned and TEE in use</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>684</td>
|
||||
<td>Use mysql_config to determine include/lib directory paths and compiler options</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>677</td>
|
||||
<td>Race condition in tee filter clientReply</td>
|
||||
@ -171,14 +150,6 @@ A number of bug fixes have been applied between the 1.0.5 GA and this RC release
|
||||
<td>579</td>
|
||||
<td>serviceStartProtocol test crashes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>519</td>
|
||||
<td>LOAD DATA LOCAL INFILE not handled?</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>507</td>
|
||||
<td>rw-split router does not send last_insert_id() to master</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>506</td>
|
||||
<td>Don't write to shm/tmpfs by default without telling and without a way to override it</td>
|
||||
|
@ -64,7 +64,7 @@ MaxScale shall send the generated feedback report to a feedback server specified
|
||||
If it’s not possible to send data due to firewall or security settings the report could be generated manually (feedback_user_info is required) via MaxAdmin
|
||||
|
||||
|
||||
MaxScale>show feedback report
|
||||
MaxScale>show feedbackreport
|
||||
|
||||
|
||||
Report could be saved to report.txt file:
|
||||
|
Loading…
x
Reference in New Issue
Block a user