2

I have a Centos 6.4 server that's being used as a Cassandra node in a production environment, it is still working and responding to queries etc, but the load average is rather "high" a.k.a. buggy? In any case, you have to see it for yourself:

incredibly high load average

Has anybody seen something like this before? Any clue on what's causing it?

Thanks in advance!

EDIT: Adding output of cat /proc/loadavg as requested:

[root@vdc-08 ~]# cat /proc/loadavg
2715599674950.05 1351413955738.05 471218463336.32 1/479 8382

2 Answers2

1

Almost certainly a kernel bug.

This question /proc/loadavg shows incorrect huge values suggested updating the kernel on the host and rebooting but did not specify what the root cause is.

Matthew Ife
  • 22,927
  • 2
  • 54
  • 71
0

this was working for me:

add "elevator=noop" in kernel boot config.

High Load Average with modest CPU Utilization and almost no IO