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 0DF1F200CC1 for ; Tue, 11 Jul 2017 00:01:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0C5DE163464; Mon, 10 Jul 2017 22:01:43 +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 2BCAB163207 for ; Tue, 11 Jul 2017 00:01:42 +0200 (CEST) Received: (qmail 90751 invoked by uid 500); 10 Jul 2017 22:01:41 -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 90742 invoked by uid 99); 10 Jul 2017 22:01:41 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2017 22:01:41 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id DD8E71945EB for ; Mon, 10 Jul 2017 22:01:40 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Ou9-2V5MEpgm for ; Mon, 10 Jul 2017 22:01:39 +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 268356252A for ; Mon, 10 Jul 2017 22:01:02 +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 414A4E0D7B for ; Mon, 10 Jul 2017 22:01:01 +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 E50D524686 for ; Mon, 10 Jul 2017 22:01:00 +0000 (UTC) Date: Mon, 10 Jul 2017 22:01:00 +0000 (UTC) From: "Lars Volker (JIRA)" To: issues@impala.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (IMPALA-5639) Exhaustive tests hitting DCHECK in FragmentInstanceState::Close() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 10 Jul 2017 22:01:43 -0000 [ https://issues.apache.org/jira/browse/IMPALA-5639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Volker closed IMPALA-5639. ------------------------------- Resolution: Duplicate Closing as duplicate as per [~dhecht]'s comment. > Exhaustive tests hitting DCHECK in FragmentInstanceState::Close() > ----------------------------------------------------------------- > > Key: IMPALA-5639 > URL: https://issues.apache.org/jira/browse/IMPALA-5639 > Project: IMPALA > Issue Type: Bug > Components: Backend > Affects Versions: Impala 2.10.0 > Reporter: Lars Volker > Assignee: Lars Volker > Priority: Blocker > Labels: broken-build > > Even with the relaxation of IMPALA-4631 we're hitting the DCHECK in {{fragment-instance-state.cc:320}}: > {code} > // TODO: IMPALA-4631: Occasionally we see other_time = total_time + 1 for some reason > // we don't yet understand, so add 1 to total_time to avoid DCHECKing in that case. > DCHECK_LE(other_time, total_time + 1); > {code} > {noformat} > #0 0x00000033228328e5 in raise () from /lib64/libc.so.6 > #1 0x00000033228340c5 in abort () from /lib64/libc.so.6 > #2 0x0000000002964f04 in google::DumpStackTraceAndExit() () > #3 0x000000000295b9ad in google::LogMessage::Fail() () > #4 0x000000000295d252 in google::LogMessage::SendToLog() () > #5 0x000000000295b387 in google::LogMessage::Flush() () > #6 0x000000000295e94e in google::LogMessageFatal::~LogMessageFatal() () > #7 0x00000000014a14aa in impala::FragmentInstanceState::Close (this=0x1ec08280) at /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/be/src/runtime/fragment-instance-state.cc:320 > #8 0x000000000149e562 in impala::FragmentInstanceState::Exec (this=0x1ec08280) at /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/be/src/runtime/fragment-instance-state.cc:95 > #9 0x0000000001465170 in impala::QueryState::ExecFInstance (this=0xae87800, fis=0x1ec08280) at /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/be/src/runtime/query-state.cc:321 > #10 0x0000000001463e82 in impala::QueryState::::operator()(void) const (__closure=0x7f010bf9ec28) at /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/be/src/runtime/query-state.cc:295 > #11 0x0000000001465b4d in boost::detail::function::void_function_obj_invoker0, void>::invoke(boost::detail::function::function_buffer &) (function_obj_ptr=...) at /data/jenkins/workspace/impala-umbrella-build-and-test/Impala-Toolchain/boost-1.57.0-p3/include/boost/function/function_template.hpp:153 > #12 0x00000000013c51f0 in boost::function0::operator() (this=0x7f010bf9ec20) at /data/jenkins/workspace/impala-umbrella-build-and-test/Impala-Toolchain/boost-1.57.0-p3/include/boost/function/function_template.hpp:767 > #13 0x000000000169820d in impala::Thread::SuperviseThread (name=..., category=..., functor=..., thread_started=0x7f010b59cc80) at /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/be/src/util/thread.cc:322 > #14 0x00000000016a0c62 in boost::_bi::list4, std::allocator > >, boost::_bi::value, std::allocator > >, boost::_bi::value >, boost::_bi::value*> >::operator()&, const std::basic_string&, boost::function, impala::Promise*), boost::_bi::list0>(boost::_bi::type, void (*&)(const std::basic_string, std::allocator > &, const std::basic_string, std::allocator > &, boost::function, impala::Promise *), boost::_bi::list0 &, int) (this=0xb58321c0, f=@0xb58321b8, a=...) at /data/jenkins/workspace/impala-umbrella-build-and-test/Impala-Toolchain/boost-1.57.0-p3/include/boost/bind/bind.hpp:457 > #15 0x00000000016a0ba5 in boost::_bi::bind_t, std::allocator >&, const std::basic_string, std::allocator >&, boost::function, impala::Promise*), boost::_bi::list4, std::allocator > >, boost::_bi::value, std::allocator > >, boost::_bi::value >, boost::_bi::value*> > >::operator()(void) (this=0xb58321b8) at /data/jenkins/workspace/impala-umbrella-build-and-test/Impala-Toolchain/boost-1.57.0-p3/include/boost/bind/bind_template.hpp:20 > #16 0x00000000016a0b68 in boost::detail::thread_data, std::allocator >&, const std::basic_string, std::allocator >&, boost::function, impala::Promise*), boost::_bi::list4, std::allocator > >, boost::_bi::value, std::allocator > >, boost::_bi::value >, boost::_bi::value*> > > >::run(void) (this=0xb5832000) at /data/jenkins/workspace/impala-umbrella-build-and-test/Impala-Toolchain/boost-1.57.0-p3/include/boost/thread/detail/thread.hpp:116 > #17 0x0000000001b8d48a in thread_proxy () > #18 0x0000003322c07851 in start_thread () from /lib64/libpthread.so.0 > #19 0x00000033228e894d in clone () from /lib64/libc.so.6 > {noformat} > [~dhecht] - I'm assigning this to you since you worked on IMPALA-4631; feel free to find another person or assign back to me if you're swamped. -- This message was sent by Atlassian JIRA (v6.4.14#64029)