You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Tim Armstrong (Jira)" <ji...@apache.org> on 2020/06/19 20:11:00 UTC

[jira] [Resolved] (IMPALA-3991) Trying to get runtime profile for invalid query id spews noisy, unhelpful stack trace to impala log

     [ https://issues.apache.org/jira/browse/IMPALA-3991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Armstrong resolved IMPALA-3991.
-----------------------------------
    Resolution: Fixed

We converted this to use Status::Expected() so that the stack trace is avoided afaict.

> Trying to get runtime profile for invalid query id spews noisy, unhelpful stack trace to impala log
> ---------------------------------------------------------------------------------------------------
>
>                 Key: IMPALA-3991
>                 URL: https://issues.apache.org/jira/browse/IMPALA-3991
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 2.8.0
>         Environment: CDH 5.9.0 cluster running on CentOS6
>            Reporter: David Knupp
>            Priority: Minor
>         Attachments: impalad-logs.zip, impalad.dknupp-centos66-2.vpc.cloudera.com.impala.log.INFO.20160817-104915.8894
>
>
> NOTE: This bug was initially filed with regard to a seeming error with Impala on CDH 5.9.0. It turns out that the issue was a bad query being issued by the CM agent, which is being tracked by [OPSAPS-35830|https://jira.cloudera.com/browse/OPSAPS-35830]. This bug is being left open to address the fact that the stack trace produced in response to that is not helpful, and fills up the logs at an alarming rate.
> The original description follows.
> -----------------------
> Impalad fails on a newly deployed CDH 5.9.0 cluster. Things looks initially normal in the impalad log, but then...
> {code}
> [...]
> I0817 10:49:20.871973  8894 thrift-server.cc:434] ThriftServer 'backend' started on port: 22000s
> I0817 10:49:20.876886  8894 thrift-server.cc:434] ThriftServer 'beeswax-frontend' started on port: 21000s
> I0817 10:49:20.883510  8894 thrift-server.cc:434] ThriftServer 'hiveserver2-frontend' started on port: 21050s
> I0817 10:49:20.883572  8894 exec-env.cc:335] Starting global services
> W0817 10:49:20.898262  8894 exec-env.cc:416] Memory limit 12.46 GB exceeds physical memory of 7.68 GB
> I0817 10:49:20.898339  8894 exec-env.cc:421] Using global memory limit: 12.46 GB
> I0817 10:49:20.901062  8894 webserver.cc:227] Starting webserver on 0.0.0.0:25000
> I0817 10:49:20.901114  8894 webserver.cc:233] Webserver: Enabling HTTPS support
> I0817 10:49:20.901154  8894 webserver.cc:241] Document root: /opt/cloudera/parcels/CDH-5.9.0-1.cdh5.9.0.p0.171/lib/impala
> I0817 10:49:21.235894  8894 webserver.cc:325] Webserver started
> I0817 10:49:21.235994  8894 simple-scheduler.cc:149] Starting simple scheduler
> I0817 10:49:21.236117  8894 simple-scheduler.cc:163] Simple-scheduler using 172.26.12.162 as IP address
> I0817 10:49:21.242650  8894 statestore-subscriber.cc:181] Starting statestore subscriber
> I0817 10:49:21.244170  8894 thrift-server.cc:434] ThriftServer 'StatestoreSubscriber' started on port: 23000
> I0817 10:49:21.244215  8894 statestore-subscriber.cc:193] Registering with statestore
> I0817 10:49:21.284173  8894 statestore-subscriber.cc:165] Subscriber registration ID: 264ce339eb0242c2:c90af7928c10e782
> I0817 10:49:21.284267  8894 statestore-subscriber.cc:197] statestore registration successful
> I0817 10:49:21.284453  8894 impalad-main.cc:93] Impala has started.
> I0817 10:49:21.296749  9250 authentication.cc:425] Successfully authenticated principal "impala/dknupp-centos66-1.vpc.cloudera.com@VPC.CLOUDERA.COM" on an internal connection
> I0817 10:49:21.301574  9250 authentication.cc:425] Successfully authenticated principal "impala/dknupp-centos66-1.vpc.cloudera.com@VPC.CLOUDERA.COM" on an internal connection
> I0817 10:49:21.308790  9253 simple-scheduler.cc:287] Registering local backend with statestore
> I0817 10:49:38.976960  9554 status.cc:114] Query id 0:0 not found.
>     @           0x84f189  (unknown)
>     @           0xacd424  (unknown)
>     @           0xafa3ec  (unknown)
>     @           0xbfc475  (unknown)
>     @           0xbfd895  (unknown)
>     @           0xc0a8c0  (unknown)
>     @           0xc0d03d  (unknown)
>     @           0xc0d6cd  (unknown)
>     @     0x7f7244ef5aa1  start_thread
>     @     0x7f7243e46aad  clone
> I0817 10:49:39.965342  9554 status.cc:114] Query id 0:0 not found.
>     @           0x84f189  (unknown)
>     @           0xacd424  (unknown)
>     @           0xafa3ec  (unknown)
>     @           0xbfc475  (unknown)
>     @           0xbfd895  (unknown)
>     @           0xc0a8c0  (unknown)
>     @           0xc0d03d  (unknown)
>     @           0xc0d6cd  (unknown)
>     @     0x7f7244ef5aa1  start_thread
>     @     0x7f7243e46aad  clone
> I0817 10:49:40.966459  9554 status.cc:114] Query id 0:0 not found.
>     @           0x84f189  (unknown)
>     @           0xacd424  (unknown)
>     @           0xafa3ec  (unknown)
>     @           0xbfc475  (unknown)
>     @           0xbfd895  (unknown)
>     @           0xc0a8c0  (unknown)
>     @           0xc0d03d  (unknown)
>     @           0xc0d6cd  (unknown)
>     @     0x7f7244ef5aa1  start_thread
>     @     0x7f7243e46aad  clone
> [etc. etc. etc...]
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org