We are using the 4.0.0-4051 version of Couchbase server on our linux systems and have been observing constant high CPU usage on them. I have a LinuxMint OS where I run it locally and I see the same too. There are no clients connected to the couchbase server and the server just has the sample beer buckets within it. This high CPU usage over a period of time leads to heating up the CPU which then triggers the machine to shutdown,
Here’s the output of one of the ps commands from my system:
ps -eo pcpu,pid,user,args | sort -k 1 -r | head -10
20.9 1885 couchba+ /opt/couchbase/lib/erlang/erts-5.10.4.0.0.1/bin/beam.smp -A 16 -sbt u -P 327680 -K true -swt low -MMmcs 30 -e102400 -- -root /opt/couchbase/lib/erlang -progname erl -- -home /opt/couchbase -- -smp enable -setcookie nocookie -kernel inet_dist_listen_min 21100 inet_dist_listen_max 21299 error_logger false -sasl sasl_error_logger false -nouser -run child_erlang child_start ns_bootstrap -- -smp enable -couch_ini /opt/couchbase/etc/couchdb/default.ini /opt/couchbase/etc/couchdb/default.d/capi.ini /opt/couchbase/etc/couchdb/default.d/geocouch.ini /opt/couchbase/etc/couchdb/local.ini
Is this a known issue? Or is there a way I can get more information on this to see how to solve this?