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)

Reply via email to