Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.1.0
-
Fix Version/s: 1.1.1
-
Component/s: None
-
Labels:None
-
Environment:CentOS 6
Description
I'm not too sure what's going on here, but maxscale seems to be using nearly 100% CPU even when totally idle.
[root@max1 ~]# service maxscale restart
|
Stopping MaxScale: [ OK ]
|
Starting MaxScale: maxscale (pid 12519) is running... [ OK ]
|
[root@max1 ~]# ps up $(pgrep maxscale)
|
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
|
root 11366 98.8 4.6 462088 47028 ? Rsl 10:43 148:37 /usr/local/mariadb-maxscale/bin/maxscale
|
root 12519 1.0 4.5 861844 46388 ? Ssl 13:13 0:00 /usr/local/mariadb-maxscale/bin/maxscale
|
[root@max1 ~]# ps up $(pgrep maxscale)
|
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
|
root 11366 98.8 4.6 462088 47028 ? Rsl 10:43 148:40 /usr/local/mariadb-maxscale/bin/maxscale
|
root 12519 1.0 4.5 861844 46388 ? Ssl 13:13 0:00 /usr/local/mariadb-maxscale/bin/maxscale
|
[root@max1 ~]# ps up $(pgrep maxscale)
|
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
|
root 11366 98.8 4.6 462088 47028 ? Rsl 10:43 148:41 /usr/local/mariadb-maxscale/bin/maxscale
|
root 12519 1.0 4.5 861844 46388 ? Ssl 13:13 0:00 /usr/local/mariadb-maxscale/bin/maxscale
|