You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by Mostafa Mokhtar <mm...@cloudera.com> on 2016/09/23 23:23:13 UTC

"status.cc:114] Query id 0:0 not found" every second in Impalad logs

Recently I started seeing what appears to be an error message followed by a
broken stack that get printed every second, the message keeps getting
printed even when there is no query running.

This appears to be coming from ImpalaServer::GetRuntimeProfileStr
<https://github.com/apache/incubator-impala/blob/master/be/src/service/impala-server.cc#L589>
or ImpalaServer::GetExecSummary
<https://github.com/apache/incubator-impala/blob/master/be/src/service/impala-server.cc#L630>

Anyone knows what is going on?

I0923 16:17:31.101012  1709 status.cc:114] Query id 0:0 not found.
    @           0x84e789  (unknown)
    @           0xac71b4  (unknown)
    @           0xaf42ec  (unknown)
    @           0xbf9815  (unknown)
    @           0xbfac35  (unknown)
    @           0xc0e180  (unknown)
    @           0xc108fd  (unknown)
    @           0xc10f8d  (unknown)
    @       0x345aa079d1  (unknown)
    @       0x345a6e88fd  (unknown)
I0923 16:17:32.103350  1720 status.cc:114] Query id 0:0 not found.
    @           0x84e789  (unknown)
    @           0xac71b4  (unknown)
    @           0xaf42ec  (unknown)
    @           0xbf9815  (unknown)
    @           0xbfac35  (unknown)
    @           0xc0e180  (unknown)
    @           0xc108fd  (unknown)
    @           0xc10f8d  (unknown)
    @       0x345aa079d1  (unknown)
    @       0x345a6e88fd  (unknown)
I0923 16:17:33.102648  1709 status.cc:114] Query id 0:0 not found.
    @           0x84e789  (unknown)
    @           0xac71b4  (unknown)
    @           0xaf42ec  (unknown)
    @           0xbf9815  (unknown)
    @           0xbfac35  (unknown)
    @           0xc0e180  (unknown)
    @           0xc108fd  (unknown)
    @           0xc10f8d  (unknown)
    @       0x345aa079d1  (unknown)
    @       0x345a6e88fd  (unknown)
I0923 16:17:34.103737  1720 status.cc:114] Query id 0:0 not found.
    @           0x84e789  (unknown)
    @           0xac71b4  (unknown)
    @           0xaf42ec  (unknown)
    @           0xbf9815  (unknown)
    @           0xbfac35  (unknown)
    @           0xc0e180  (unknown)
    @           0xc108fd  (unknown)
    @           0xc10f8d  (unknown)
    @       0x345aa079d1  (unknown)
    @       0x345a6e88fd  (unknown)
I0923 16:17:35.103298  1709 status.cc:114] Query id 0:0 not found.
    @           0x84e789  (unknown)
    @           0xac71b4  (unknown)
    @           0xaf42ec  (unknown)
    @           0xbf9815  (unknown)
    @           0xbfac35  (unknown)
    @           0xc0e180  (unknown)
    @           0xc108fd  (unknown)
    @           0xc10f8d  (unknown)
    @       0x345aa079d1  (unknown)
    @       0x345a6e88fd  (unknown)

Re: "status.cc:114] Query id 0:0 not found" every second in Impalad logs

Posted by Tim Armstrong <ta...@cloudera.com>.
Looks like https://issues.cloudera.org/projects/IMPALA/issues/IMPALA-3991

On Fri, Sep 23, 2016 at 4:23 PM, Mostafa Mokhtar <mm...@cloudera.com>
wrote:

> Recently I started seeing what appears to be an error message followed by a
> broken stack that get printed every second, the message keeps getting
> printed even when there is no query running.
>
> This appears to be coming from ImpalaServer::GetRuntimeProfileStr
> <https://github.com/apache/incubator-impala/blob/master/
> be/src/service/impala-server.cc#L589>
> or ImpalaServer::GetExecSummary
> <https://github.com/apache/incubator-impala/blob/master/
> be/src/service/impala-server.cc#L630>
>
> Anyone knows what is going on?
>
> I0923 16:17:31.101012  1709 status.cc:114] Query id 0:0 not found.
>     @           0x84e789  (unknown)
>     @           0xac71b4  (unknown)
>     @           0xaf42ec  (unknown)
>     @           0xbf9815  (unknown)
>     @           0xbfac35  (unknown)
>     @           0xc0e180  (unknown)
>     @           0xc108fd  (unknown)
>     @           0xc10f8d  (unknown)
>     @       0x345aa079d1  (unknown)
>     @       0x345a6e88fd  (unknown)
> I0923 16:17:32.103350  1720 status.cc:114] Query id 0:0 not found.
>     @           0x84e789  (unknown)
>     @           0xac71b4  (unknown)
>     @           0xaf42ec  (unknown)
>     @           0xbf9815  (unknown)
>     @           0xbfac35  (unknown)
>     @           0xc0e180  (unknown)
>     @           0xc108fd  (unknown)
>     @           0xc10f8d  (unknown)
>     @       0x345aa079d1  (unknown)
>     @       0x345a6e88fd  (unknown)
> I0923 16:17:33.102648  1709 status.cc:114] Query id 0:0 not found.
>     @           0x84e789  (unknown)
>     @           0xac71b4  (unknown)
>     @           0xaf42ec  (unknown)
>     @           0xbf9815  (unknown)
>     @           0xbfac35  (unknown)
>     @           0xc0e180  (unknown)
>     @           0xc108fd  (unknown)
>     @           0xc10f8d  (unknown)
>     @       0x345aa079d1  (unknown)
>     @       0x345a6e88fd  (unknown)
> I0923 16:17:34.103737  1720 status.cc:114] Query id 0:0 not found.
>     @           0x84e789  (unknown)
>     @           0xac71b4  (unknown)
>     @           0xaf42ec  (unknown)
>     @           0xbf9815  (unknown)
>     @           0xbfac35  (unknown)
>     @           0xc0e180  (unknown)
>     @           0xc108fd  (unknown)
>     @           0xc10f8d  (unknown)
>     @       0x345aa079d1  (unknown)
>     @       0x345a6e88fd  (unknown)
> I0923 16:17:35.103298  1709 status.cc:114] Query id 0:0 not found.
>     @           0x84e789  (unknown)
>     @           0xac71b4  (unknown)
>     @           0xaf42ec  (unknown)
>     @           0xbf9815  (unknown)
>     @           0xbfac35  (unknown)
>     @           0xc0e180  (unknown)
>     @           0xc108fd  (unknown)
>     @           0xc10f8d  (unknown)
>     @       0x345aa079d1  (unknown)
>     @       0x345a6e88fd  (unknown)
>