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 16E05200CF2 for ; Wed, 9 Aug 2017 00:19:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 158071681A3; Tue, 8 Aug 2017 22:19:10 +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 512131681A4 for ; Wed, 9 Aug 2017 00:19:09 +0200 (CEST) Received: (qmail 61727 invoked by uid 500); 8 Aug 2017 22:19:08 -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 61674 invoked by uid 99); 8 Aug 2017 22:19:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2017 22:19:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 03251C3D53 for ; Tue, 8 Aug 2017 22:19:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.001 X-Spam-Level: X-Spam-Status: No, score=-100.001 tagged_above=-999 required=6.31 tests=[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 (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id NHEc8SceZUsZ for ; Tue, 8 Aug 2017 22:19:06 +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 B08D65F30C for ; Tue, 8 Aug 2017 22:19:05 +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 AC6C0E0051 for ; Tue, 8 Aug 2017 22:19:04 +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 1FB3C24169 for ; Tue, 8 Aug 2017 22:19:02 +0000 (UTC) Date: Tue, 8 Aug 2017 22:19:02 +0000 (UTC) From: "Matthew Jacobs (JIRA)" To: issues@impala.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (IMPALA-5760) Flaky test: query_test/test_udfs.py MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 08 Aug 2017 22:19:10 -0000 [ https://issues.apache.org/jira/browse/IMPALA-5760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthew Jacobs resolved IMPALA-5760. ------------------------------------ Resolution: Fixed Fix Version/s: Impala 2.10.0 Reverted the commit that caused this. I'll close this JIRA and re-open IMPALA-4795 with a comment that it needs to address whatever the cause of this flakiness was. commit 4456ead8411ebb8b98282bdd646377a0e76ad6a3 Author: Matthew Jacobs Date: Tue Aug 8 09:58:51 2017 -0700 IMPALA-5760: Revert IMPALA-4795 Revert commit 3059024bd8dc63bc1f4ecb91c99e11e2ae34ebb1 for IMPALA-4795: Allow fetching function obj from catalog using signature This commit seems to cause TestUdfExecution.test_java_udfs to fail periodically. IMPALA-4795 wasn't a critical fix, so lets just revert it until we know we can fix the flaky test at the same time. Change-Id: Iae56a75e8ec44af6dae50f18869a486e5f8b608c Reviewed-on: http://gerrit.cloudera.org:8080/7616 Reviewed-by: Henry Robinson Tested-by: Impala Public Jenkins > Flaky test: query_test/test_udfs.py > ----------------------------------- > > Key: IMPALA-5760 > URL: https://issues.apache.org/jira/browse/IMPALA-5760 > Project: IMPALA > Issue Type: Bug > Components: Frontend > Reporter: Taras Bobrovytsky > Assignee: Matthew Jacobs > Priority: Critical > Labels: flaky > Fix For: Impala 2.10.0 > > > There were some random failures of the UDFs test in our builds. > One of the errors: > {code} > query_test/test_udfs.py:316: in test_java_udfs > self.run_test_case('QueryTest/java-udf', vector, use_db=unique_database) > common/impala_test_suite.py:390: in run_test_case > result = self.__execute_query(target_impalad_client, query, user=user) > common/impala_test_suite.py:598: in __execute_query > return impalad_client.execute(query, user=user) > common/impala_connection.py:160: in execute > return self.__beeswax_client.execute(sql_stmt, user=user) > beeswax/impala_beeswax.py:173: in execute > handle = self.__execute_query(query_string.strip(), user=user) > beeswax/impala_beeswax.py:339: in __execute_query > self.wait_for_completion(handle) > beeswax/impala_beeswax.py:359: in wait_for_completion > raise ImpalaBeeswaxException("Query aborted:" + error_log, None) > E ImpalaBeeswaxException: ImpalaBeeswaxException: > E Query aborted:ImpalaRuntimeException: Unable to find class. > E CAUSED BY: ClassNotFoundException: org.apache.impala.TestUdf > {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)