Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Cannot Reproduce
-
1.1.0
-
None
-
None
-
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
|