Return-Path: X-Original-To: apmail-drill-dev-archive@www.apache.org Delivered-To: apmail-drill-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2FEA517C91 for ; Thu, 26 Mar 2015 00:07:53 +0000 (UTC) Received: (qmail 17451 invoked by uid 500); 26 Mar 2015 00:07:53 -0000 Delivered-To: apmail-drill-dev-archive@drill.apache.org Received: (qmail 17381 invoked by uid 500); 26 Mar 2015 00:07:52 -0000 Mailing-List: contact dev-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list dev@drill.apache.org Received: (qmail 17332 invoked by uid 99); 26 Mar 2015 00:07:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Mar 2015 00:07:52 +0000 Date: Thu, 26 Mar 2015 00:07:52 +0000 (UTC) From: "Sudheesh Katkam (JIRA)" To: dev@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-2572) Test case failures on Linux MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Sudheesh Katkam created DRILL-2572: -------------------------------------- Summary: Test case failures on Linux Key: DRILL-2572 URL: https://issues.apache.org/jira/browse/DRILL-2572 Project: Apache Drill Issue Type: Bug Components: Execution - Relational Operators Reporter: Sudheesh Katkam Assignee: Sudheesh Katkam I am getting unit test failures (NPEs) on my Linux VM on the latest master = (commit: 8493713). I tried this multiple times (47 errors first time, 22 se= cond time, 7 third time, 15 fourth time ..) on multiple machines. Some setup information: {code} root@perfnode207:~/dev# cat /proc/version Linux version 3.2.0-76-generic (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Li= naro 4.6.3-1ubuntu5) ) #111-Ubuntu SMP Tue Jan 13 22:16:09 UTC 2015 root@perfnode207:~/dev# java -version java version "1.7.0_75" OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-1~precise1) OpenJDK 64-Bit Server VM (build 24.75-b04, mixed mode) root@perfnode207:~/dev# mvn --version Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-14T17= :37:52+00:00) Maven home: /usr/share/maven3 Java version: 1.7.0_75, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.2.0-76-generic", arch: "amd64", family: "unix= " {code} And here=E2=80=99s how to replicate: {code} root@perfnode207:~/dev# git clone https://github.com/apache/drill.git drill= _master =E2=80=A6 root@perfnode207:~/dev# cd drill_master root@perfnode207:~/dev/drill_master# mvn clean install =E2=80=A6 Running org.apache.drill.TestTpchExplain#tpch12 Exception (no rows returned): org.apache.drill.exec.rpc.RpcException: NullP= ointerException: Running org.apache.drill.TestTpchExplain#tpch13 Exception (no rows returned): org.apache.drill.exec.rpc.RpcException: NullP= ointerException: Running org.apache.drill.TestTpchExplain#tpch14 Exception (no rows returned): org.apache.drill.exec.rpc.RpcException: NullP= ointerException: Running org.apache.drill.TestTpchExplain#tpch16 Exception (no rows returned): org.apache.drill.exec.rpc.RpcException: NullP= ointerException: =E2=80=A6 {code} I have attached (as .json and .txt) the event from Lilith for the following= test: {code} Test Failed (d: 0 B(64.0 MiB), h: 2.8 MiB(534.0 MiB), nh: 237.7 KiB(65.3 Mi= B)): testEmptyResultSet(org.apache.drill.TestFrameworkTest) org.apache.drill.exec.rpc.RpcException NullPointerException:=20 at org.apache.drill.exec.rpc.user.QueryResultHandler.batchArrived(QueryResu= ltHandler.java:157) ~[classes/:na] at org.apache.drill.exec.rpc.user.UserClient.handleReponse(UserClient.java:= 93) ~[classes/:na] {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)