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 4D5B519D17 for ; Wed, 27 Apr 2016 20:44:13 +0000 (UTC) Received: (qmail 71826 invoked by uid 500); 27 Apr 2016 20:44:13 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 71786 invoked by uid 500); 27 Apr 2016 20:44:13 -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 71770 invoked by uid 99); 27 Apr 2016 20:44:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Apr 2016 20:44:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D66062C1F5C for ; Wed, 27 Apr 2016 20:44:12 +0000 (UTC) Date: Wed, 27 Apr 2016 20:44:12 +0000 (UTC) From: "Abhishek Girish (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-4643) Queries hang when S3 storage plugin is enabled and config is incomplete 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-4643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhishek Girish updated DRILL-4643: ----------------------------------- Environment: Drill Version: 1.7.0 Git.Commit.ID: 5705d45095bd89fb9d1e7b3b3e12c34e74930c4c Date: Apr 27 2016 > Queries hang when S3 storage plugin is enabled and config is incomplete > ----------------------------------------------------------------------- > > Key: DRILL-4643 > URL: https://issues.apache.org/jira/browse/DRILL-4643 > Project: Apache Drill > Issue Type: Bug > Components: Execution - Flow, Query Planning & Optimization > Affects Versions: 1.7.0 > Environment: Drill Version: 1.7.0 > Git.Commit.ID: 5705d45095bd89fb9d1e7b3b3e12c34e74930c4c > Date: Apr 27 2016 > Reporter: Abhishek Girish > Attachments: drillbit.log.txt > > > I added an S3 storage plugin and was able to query files successfully. I modified the config to remove my security keys. I might have also updated my build to 1.7.0 (from 1.6.0). > After the change, I was unable to execute any queries. "Show schemas" and all other queries hang and no error message was thrown. Log indicates an issue with loading the S3 classes. > Log snippets (relevant log attached): > {code} > 2016-04-27 11:00:06,575 [28df01d9-7921-215c-81ec-a8ff014f4513:foreman] INFO o.a.drill.exec.work.foreman.Foreman - Query text for query id 28df01d9-7921-215c-81ec-a8ff014f4513: show schemas > 2016-04-27 11:00:06,585 [drill-executor-3] ERROR o.a.d.exec.server.BootStrapContext - org.apache.drill.exec.work.foreman.Foreman.run() leaked an exception. > java.lang.NoClassDefFoundError: org/jets3t/service/S3ServiceException > {code} > After updating the S3 plugin with complete config, I was able to resolve the issue. -- This message was sent by Atlassian JIRA (v6.3.4#6332)