Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2F40F18937 for ; Thu, 30 Apr 2015 22:32:06 +0000 (UTC) Received: (qmail 70980 invoked by uid 500); 30 Apr 2015 22:32:06 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 70947 invoked by uid 500); 30 Apr 2015 22:32:06 -0000 Mailing-List: contact issues-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 issues@drill.apache.org Received: (qmail 70931 invoked by uid 99); 30 Apr 2015 22:32:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2015 22:32:06 +0000 Date: Thu, 30 Apr 2015 22:32:05 +0000 (UTC) From: "Jason Altekruse (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-2587) Random IOBException when doing an inner join on a table with wide strings MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-2587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Altekruse updated DRILL-2587: ----------------------------------- Priority: Critical (was: Major) > Random IOBException when doing an inner join on a table with wide strings > ------------------------------------------------------------------------- > > Key: DRILL-2587 > URL: https://issues.apache.org/jira/browse/DRILL-2587 > Project: Apache Drill > Issue Type: Bug > Components: Execution - Relational Operators > Affects Versions: 0.8.0 > Reporter: Rahul Challapalli > Assignee: Jason Altekruse > Priority: Critical > Fix For: 1.0.0 > > Attachments: error.log > > > git.commit.id.abbrev=462e50c > When I ran the below query along with similar such queries in parallel, I have seen it fail randomly. Did not see this failure from sqlline when I ran this query alone. > {code} > select ws1.* from widestrings ws1 INNER JOIN (select str_var_null_empty from widestrings where str_var_null_empty is not null and length(str_var_null_empty) <> 0 )ws2 on ws1.str_empty_null=ws2.str_var_null_empty where ws1.str_empty_null is not null and length(ws1.str_empty_null) <> 0 and length(ws1.str_var_null_empty) > 4995 and length(ws2.str_var_null_empty) > 4800; > {code} > I attached the error log. Since the data is large, I did not attach it here -- This message was sent by Atlassian JIRA (v6.3.4#6332)