Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 905E2200CAD for ; Tue, 6 Jun 2017 04:50:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8F15F160BE1; Tue, 6 Jun 2017 02:50:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D5357160BD4 for ; Tue, 6 Jun 2017 04:50:22 +0200 (CEST) Received: (qmail 34416 invoked by uid 500); 6 Jun 2017 02:50:22 -0000 Mailing-List: contact issues-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@impala.incubator.apache.org Delivered-To: mailing list issues@impala.incubator.apache.org Received: (qmail 34407 invoked by uid 99); 6 Jun 2017 02:50:22 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2017 02:50:22 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 824C21AFCA6 for ; Tue, 6 Jun 2017 02:50:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.201 X-Spam-Level: X-Spam-Status: No, score=-99.201 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id w4WsBfKaEXlB for ; Tue, 6 Jun 2017 02:50:20 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 68ABA5F5C4 for ; Tue, 6 Jun 2017 02:50:19 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7F5A3E07E1 for ; Tue, 6 Jun 2017 02:50:18 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2479021B51 for ; Tue, 6 Jun 2017 02:50:18 +0000 (UTC) Date: Tue, 6 Jun 2017 02:50:18 +0000 (UTC) From: "Henry Robinson (JIRA)" To: issues@impala.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (IMPALA-5377) IMPALAD Crashed With the impala starting large number of JDBC accessing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 06 Jun 2017 02:50:23 -0000 [ https://issues.apache.org/jira/browse/IMPALA-5377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson resolved IMPALA-5377. ------------------------------------ Resolution: Fixed Fix Version/s: Impala 2.10.0 https://github.com/apache/incubator-impala/commit/f3fdd4d4a8025bab1d2babe9772252f1703a60ee > IMPALAD Crashed With the impala starting large number of JDBC accessing > ------------------------------------------------------------------------------ > > Key: IMPALA-5377 > URL: https://issues.apache.org/jira/browse/IMPALA-5377 > Project: IMPALA > Issue Type: Bug > Components: Backend > Affects Versions: Impala 2.9.0 > Environment: Apache impala branch eb54287fb4c635c8fc6c96872e87ad5a98b16339 > Reporter: yyzzjj > Assignee: Henry Robinson > Priority: Critical > Fix For: Impala 2.10.0 > > > from the symptom point of view like this > query access before ExecEnv::StartServices() which init mem_tracker_ > (gdb) bt > #0 impala::MemTracker::CheckLimitExceeded (this=0x0) at /export/ldb/online/impala_master/be/src/runtime/mem-tracker.h:331 > #1 impala::MemTracker::LimitExceeded (this=0x0) at /export/ldb/online/impala_master/be/src/runtime/mem-tracker.h:234 > #2 impala::QueryState::Init (this=this@entry=0x973e400, rpc_params=...) at /export/ldb/online/impala_master/be/src/runtime/query-state.cc:98 > #3 0x0000000000cf550a in impala::QueryExecMgr::StartQuery (this=0xb137aa0, params=...) at /export/ldb/online/impala_master/be/src/runtime/query-exec-mgr.cc:51 > #4 0x0000000000d7e020 in impala::ImpalaInternalService::ExecQueryFInstances (this=0xa07bf00, return_val=..., params=...) at /export/ldb/online/impala_master/be/src/service/impala-internal-service.cc:50 > #5 0x0000000000fcbfb4 in impala::ImpalaInternalServiceProcessor::process_ExecQueryFInstances (this=0xbced020, seqid=1, iprot=, oprot=0x96c8e40, connectionContext=) > at /export/ldb/online/impala_master/be/generated-sources/gen-cpp/ImpalaInternalService.cpp:1433 > #6 0x0000000000fcb326 in impala::ImpalaInternalServiceProcessor::dispatchCall (this=0xbced020, iprot=0x96c8e70, oprot=0x96c8e40, fname=..., seqid=1, connectionContext=0xbf138d0) > at /export/ldb/online/impala_master/be/generated-sources/gen-cpp/ImpalaInternalService.cpp:1403 > #7 0x00000000008c52cc in apache::thrift::TDispatchProcessor::process (this=0xbced020, in=..., out=..., connectionContext=0xbf138d0) > at /export/ldb/online/impala_master/thirdparty/fbthrift-2016.12.19.00/build/include/thrift/lib/cpp/TDispatchProcessor.h:124 > #8 0x00007f05f6c1901f in apache::thrift::server::TThreadedServer::Task::run (this=0xbf13880) at server/TThreadedServer.cpp:65 > #9 0x00007f05f6c25594 in apache::thrift::concurrency::PthreadThread::threadMain (arg=) at concurrency/PosixThreadFactory.cpp:194 > #10 0x0000003cd3c079d1 in start_thread () from /lib64/libpthread.so.0 > #11 0x0000003cd34e886d in clone () from /lib64/libc.so.6 -- This message was sent by Atlassian JIRA (v6.3.15#6346)