Return-Path: X-Original-To: apmail-asterixdb-dev-archive@minotaur.apache.org Delivered-To: apmail-asterixdb-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 409C7184F2 for ; Thu, 31 Dec 2015 05:18:26 +0000 (UTC) Received: (qmail 62145 invoked by uid 500); 31 Dec 2015 05:18:21 -0000 Delivered-To: apmail-asterixdb-dev-archive@asterixdb.apache.org Received: (qmail 62079 invoked by uid 500); 31 Dec 2015 05:18:21 -0000 Mailing-List: contact dev-help@asterixdb.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@asterixdb.incubator.apache.org Delivered-To: mailing list dev@asterixdb.incubator.apache.org Received: (qmail 62067 invoked by uid 99); 31 Dec 2015 05:18:20 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Dec 2015 05:18:20 +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 59D031A02F5 for ; Thu, 31 Dec 2015 05:18:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.9 X-Spam-Level: ** X-Spam-Status: No, score=2.9 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id hp0IAPssd6NN for ; Thu, 31 Dec 2015 05:18:13 +0000 (UTC) Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id D2FE220CC7 for ; Thu, 31 Dec 2015 05:18:12 +0000 (UTC) Received: by mail-wm0-f43.google.com with SMTP id f206so100012893wmf.0 for ; Wed, 30 Dec 2015 21:18:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=QCQhlYvlG1nfaPyg389ppdM3a5nkGrAB9JXeOdZoJpY=; b=FDX5VEbN/xtN0lSuchJS/K4Pm8x0eBE1e/OJhFmjlatg7rM09idf0C+fhlaPs99VMc r/IL9eVVt0ctZt9AEuROZv7ftUywS3XXibJIYGVEoApU4R8c4eESelSkXIZXwPOcHvwM pDv1DnQHh93OEr3NAdn8SljYQojd38jgG8PbeGTYA6HVVZeluXtxoLMvmOH5OU7v3BEk D1lP/9C18NpHfyo8MVqgCoSOajdqHhsULIZ9Y0Dd+vfB92duasdUF58TLqcpMo3nqsY1 wqmO/B0tJBlbDkfyGwtd4rRufFhzr1X4tZ0Kocld3iFKdXSgn4tXH7B8H9/aYgu07Z6Z qOUg== MIME-Version: 1.0 X-Received: by 10.195.13.201 with SMTP id fa9mr86166485wjd.68.1451539091523; Wed, 30 Dec 2015 21:18:11 -0800 (PST) Received: by 10.27.170.209 with HTTP; Wed, 30 Dec 2015 21:18:11 -0800 (PST) In-Reply-To: References: Date: Thu, 31 Dec 2015 08:18:11 +0300 Message-ID: Subject: Re: hanging issue on jenkins From: abdullah alamoudi To: Yingyi Bu Cc: dev@asterixdb.incubator.apache.org, Ian Maxon , Chris Hillery Content-Type: multipart/alternative; boundary=047d7bb03c1eed8f9605282ac747 --047d7bb03c1eed8f9605282ac747 Content-Type: text/plain; charset=UTF-8 Now we do :) Amoudi, Abdullah. On Thu, Dec 31, 2015 at 7:45 AM, Yingyi Bu wrote: > All right, then I'll go ahead to merge my change. > Do we have an issue for that? > Thanks! > > Best, > Yingyi > > > On Wed, Dec 30, 2015 at 8:38 PM, abdullah alamoudi > wrote: > >> Yingyi, >> I have seen this many times during my last few changes so it is >> definitely not your change causing it. >> >> Regards, >> Abdullah. >> >> Amoudi, Abdullah. >> >> On Thu, Dec 31, 2015 at 4:24 AM, Yingyi Bu wrote: >> >>> Just FYI, here is my change set: >>> https://asterix-gerrit.ics.uci.edu/#/c/488/ >>> https://asterix-gerrit.ics.uci.edu/#/c/489/ >>> >>> Best, >>> Yingyi >>> >>> >>> On Wed, Dec 30, 2015 at 5:16 PM, Yingyi Bu wrote: >>> >>>> Hi guys, >>>> >>>> I run into a hanging test on Jenkins today after merging the latest >>>> master to my branch: >>>> https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-topic/547/ >>>> The hanging test is open-closed/query-issue410, which is a test >>>> expecting to fail. >>>> >>>> Since my change is only on the compiler part, I suspect there still is >>>> sth. wrong in runtime operators, regarding to the failure state machine. >>>> >>>> Ian, Chris, can any of you dump the hanging stacktrace for me? It is >>>> sporadic and hard to repro when the build is killed... >>>> Thanks! >>>> >>>> Best, >>>> Yingyi >>>> >>> >>> >> > --047d7bb03c1eed8f9605282ac747--