You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by sky <x_...@163.com> on 2017/07/26 02:14:11 UTC

Excessive use of CPU

Hi all,
    I found kudu has been using CPU 20% or so, but I did not do SQL operation. What are the other built-in operations in kudu ?

Re: Excessive use of CPU

Posted by Todd Lipcon <to...@cloudera.com>.
Hi Sky,

It's likely that the CPU is going to background operations like compaction.
If you run:
  top -H -p `pgrep kudu-tserver`

it should show you which threads are using the CPU.

-Todd

On Tue, Jul 25, 2017 at 7:14 PM, sky <x_...@163.com> wrote:

> Hi all,
>     I found kudu has been using CPU 20% or so, but I did not do SQL
> operation. What are the other built-in operations in kudu ?




-- 
Todd Lipcon
Software Engineer, Cloudera