Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Duplicate
-
2.0.4
-
None
-
Debian GNU/Linux 8.7 (jessie)
Description
After upgrading from 1.4.3 to 2.0.4 Maxadmin quits when executing any command in REPL mode. Executing direct commands works.
Works:
# maxadmin -h localhost -u admin list servers
|
Password:
|
Servers.
|
-------------------+-----------------+-------+-------------+--------------------
|
Server | Address | Port | Connections | Status -------------------+-----------------+-------+-------------+--------------------
|
Opening the REPL works, however after entering the first command it stops. The exit code is 0, so it doesn't indicate an error.
# maxadmin -h localhost -u admin
|
> list servers
|
# echo $?
|
0
|
Relevant config sections:
[maxscale]
|
threads=4
|
log_info=0
|
log_debug=0
|
log_notice=1
|
|
[MaxAdmin Service]
|
type=service
|
router=cli
|
|
[MaxAdmin Listener]
|
type=listener
|
service=MaxAdmin Service
|
protocol=maxscaled
|
address=localhost
|
port=6603
|
Attachments
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Summary | MaxAdmin works, quits when executing commands in REPL mode | MaxAdmin quits when executing commands in REPL mode |
Fix Version/s | 2.0.5 [ 22515 ] | |
Resolution | Duplicate [ 3 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 79877 ] | MariaDB v4 [ 137585 ] |
Possibly related to
MXS-1123. If the configuration has any connection_timeout parameters, please try without them.