You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Krystal (JIRA)" <ji...@apache.org> on 2014/06/20 00:58:26 UTC

[jira] [Commented] (DRILL-1039) Queries against hbase table with multiple regions return null

    [ https://issues.apache.org/jira/browse/DRILL-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14038062#comment-14038062 ] 

Krystal commented on DRILL-1039:
--------------------------------

Server error:

java.lang.IllegalStateException: Failure while closing accountor.  Expected private and shared pools to be set to initial values.  However, one or more were not.  Stats are
zone	init	allocated	delta 
private	1000000	999992	8 
shared	9999000000	9999000000	0.
org.apache.drill.exec.memory.AtomicRemainder.close(AtomicRemainder.java:166) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
org.apache.drill.exec.memory.Accountor.close(Accountor.java:163) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
org.apache.drill.exec.memory.TopLevelAllocator$ChildAllocator.close(TopLevelAllocator.java:189) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
org.apache.drill.exec.ops.OperatorContext.close(OperatorContext.java:80) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
org.apache.drill.exec.record.AbstractRecordBatch.cleanup(AbstractRecordBatch.java:113) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
org.apache.drill.exec.record.AbstractSingleRecordBatch.cleanup(AbstractSingleRecordBatch.java:90) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
org.apache.drill.exec.record.AbstractSingleRecordBatch.cleanup(AbstractSingleRecordBatch.java:91) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
org.apache.drill.exec.physical.impl.ScreenCreator$ScreenRoot.stop(ScreenCreator.java:153) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
org.apache.drill.exec.work.fragment.FragmentExecutor.run(FragmentExecutor.java:110) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT]
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_45]
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_45]
java.lang.Thread.run(Thread.java:744) [na:1.7.0_45]



> Queries against hbase table with multiple regions return null 
> --------------------------------------------------------------
>
>                 Key: DRILL-1039
>                 URL: https://issues.apache.org/jira/browse/DRILL-1039
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - HBase
>         Environment: git.commit.id.abbrev=894037a
> This is a regression. Ran the following query in sqlline:
> 0: jdbc:drill:schema=dfs> select cast(row_key as integer) voter_id, cast(onecf['name'] as varchar(30)) name, cast(twocf['age'] as integer) age, cast(twocf['registration'] as varchar(20)) registration, cast(threecf['contributions'] as decimal(6,2)) contributions, cast(threecf['voterzone'] as integer) voterzone,cast(fourcf['create_date'] as timestamp) create_date from hbase.voter where row_key = 5;
> +------------+------------+------------+--------------+---------------+------------+-------------+
> |  voter_id  |    name    |    age     | registration | contributions | voterzone  | create_date |
> +------------+------------+------------+--------------+---------------+------------+-------------+
> | 5          | null       | null       | null         | null          | null       | 1970-01-01 00:00:00.0 |
> +------------+------------+------------+--------------+---------------+------------+-------------+
> The same query returns expected data against an hbase table that resides in single partition. 
>            Reporter: Krystal
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)