Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.1.13
-
None
Description
MaxScale crashes with the following configuration when a connection is created.
[maxscale]
|
threads=auto
|
|
[monitor]
|
type=monitor
|
module=mariadbmon
|
servers=server1
|
user=maxuser
|
password=maxpwd
|
|
[RW-Split-Router]
|
type=service
|
router=readwritesplit
|
servers=server1
|
user=maxuser
|
passwd=maxpwd
|
|
[RW-Split-Listener]
|
type=listener
|
service=RW-Split-Router
|
protocol=mariadbclient
|
port=4006
|
|
[server1]
|
type=server
|
address=127.0.0.1
|
port=3000
|
protocol=mariadbclient
|