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 32C5A17ADD for ; Fri, 13 Mar 2015 23:08:39 +0000 (UTC) Received: (qmail 60337 invoked by uid 500); 13 Mar 2015 23:08:39 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 60308 invoked by uid 500); 13 Mar 2015 23:08:39 -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 60298 invoked by uid 99); 13 Mar 2015 23:08:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2015 23:08:39 +0000 Date: Fri, 13 Mar 2015 23:08:38 +0000 (UTC) From: "Venki Korukanti (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-2453) hbase queries in certain env result in NPE at FragmentWritableBatch.getEmptyBatchWithSchema() 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-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14361278#comment-14361278 ] Venki Korukanti commented on DRILL-2453: ---------------------------------------- [~cwestin] I don't think the issue you are seeing in your private branch is same as this one. HBase test is failing with following error on your [branch|https://github.com/cwestin/incubator-drill/tree/interrupt]. Moreover the query failing is a simple select with no aggregation/join, so it shouldn't have any PartitionSender. Looking at the place of failure, it is a new code added in your branch. Could you please take a look at it and let me know. {noformat} Running org.apache.drill.hbase.TestHBaseQueries objc[24439]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java and /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/lib/libinstrument.dylib. One of the two will be used. Which one is undefined. 2015-03-13 15:58:23.210 java[24439:1903] Unable to load realm info from SCDynamicStore Running org.apache.drill.hbase.TestHBaseQueries#testWithEmptyFirstAndLastRegion Running query: SELECT * FROM hbase.`drill_ut_empty_regions` tableName 15:59:02.200 [WorkManager-2] ERROR o.a.z.server.NIOServerCnxnFactory - Thread Thread[WorkManager-2,10,main] died java.lang.NoSuchMethodError: org.codehaus.jackson.map.ObjectMapper.writerWithDefaultPrettyPrinter()Lorg/codehaus/jackson/map/ObjectWriter; at org.apache.drill.exec.work.foreman.Foreman.getQueryWorkUnit(Foreman.java:501) ~[drill-java-exec-0.8.0-SNAPSHOT.jar:0.8.0-SNAPSHOT] at org.apache.drill.exec.work.foreman.Foreman.runPhysicalPlan(Foreman.java:365) ~[drill-java-exec-0.8.0-SNAPSHOT.jar:0.8.0-SNAPSHOT] at org.apache.drill.exec.work.foreman.Foreman.runSQL(Foreman.java:618) ~[drill-java-exec-0.8.0-SNAPSHOT.jar:0.8.0-SNAPSHOT] at org.apache.drill.exec.work.foreman.Foreman.run(Foreman.java:229) ~[drill-java-exec-0.8.0-SNAPSHOT.jar:0.8.0-SNAPSHOT] at org.apache.drill.common.SelfCleaningRunnable.run(SelfCleaningRunnable.java:38) ~[drill-common-0.8.0-SNAPSHOT.jar:0.8.0-SNAPSHOT] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) ~[na:1.7.0_45] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) ~[na:1.7.0_45] {noformat} > hbase queries in certain env result in NPE at FragmentWritableBatch.getEmptyBatchWithSchema() > --------------------------------------------------------------------------------------------- > > Key: DRILL-2453 > URL: https://issues.apache.org/jira/browse/DRILL-2453 > Project: Apache Drill > Issue Type: Bug > Components: Storage - HBase > Affects Versions: 0.8.0 > Reporter: Ramana Inukonda Nagaraj > Assignee: Venki Korukanti > Priority: Critical > Fix For: 0.8.0 > > > Sounds similar to Drill-1932 > But seems to be from a different place. > Stacktrace: > {code} > java.lang.NullPointerException: null > at org.apache.drill.exec.record.FragmentWritableBatch.getEmptyBatchWithSchema(FragmentWritableBatch.java:86) ~[drill-java-exec-0.8.0-SNAPSHOT-rebuffed.jar:0.8.0-SNAPSHOT] > at org.apache.drill.exec.physical.impl.partitionsender.PartitionSenderRootExec.sendEmptyBatch(PartitionSenderRootExec.java:276) ~[drill-java-exec-0.8.0-SNAPSHOT-rebuffed.j > ar:0.8.0-SNAPSHOT] > at org.apache.drill.exec.physical.impl.partitionsender.PartitionSenderRootExec.innerNext(PartitionSenderRootExec.java:133) ~[drill-java-exec-0.8.0-SNAPSHOT-rebuffed.jar:0. > 8.0-SNAPSHOT] > at org.apache.drill.exec.physical.impl.BaseRootExec.next(BaseRootExec.java:57) ~[drill-java-exec-0.8.0-SNAPSHOT-rebuffed.jar:0.8.0-SNAPSHOT] > at org.apache.drill.exec.work.fragment.FragmentExecutor.run(FragmentExecutor.java:121) ~[drill-java-exec-0.8.0-SNAPSHOT-rebuffed.jar:0.8.0-SNAPSHOT] > at org.apache.drill.exec.work.WorkManager$RunnableWrapper.run(WorkManager.java:303) [drill-java-exec-0.8.0-SNAPSHOT-rebuffed.jar:0.8.0-SNAPSHOT] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_51] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_51] > at java.lang.Thread.run(Thread.java:744) [na:1.7.0_51] > 2015-03-13 13:41:50,740 [2afcb471-b3a1-f719-a4ce-bbd75c36637a:frag:2:2] ERROR o.a.drill.exec.ops.FragmentContext - Fragment Context received failure. > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)