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 2015/04/22 17:57:58 UTC

[jira] [Closed] (DRILL-896) Queries against split hbase tables return data from 1 region server

     [ https://issues.apache.org/jira/browse/DRILL-896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Krystal closed DRILL-896.
-------------------------

This was an invalid bug.  Closing it.

> Queries against split hbase tables return data from 1 region server
> -------------------------------------------------------------------
>
>                 Key: DRILL-896
>                 URL: https://issues.apache.org/jira/browse/DRILL-896
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - HBase
>            Reporter: Krystal
>             Fix For: 0.4.0
>
>
> git.commit.id.abbrev=8490d74
> git.build.time=02.06.2014 @ 10\:11\:56 PDT
> Selects against split hbase tables seem to return data only from 1 hbase region.  I have 2 hbase region servers and 1 hbase master. 
> 0: jdbc:drill:schema=hbase> select cast(row_key as integer) voter_id from voter where twocf['age'] between 75 and 80;
> +------------+
> |  voter_id  |
> +------------+
> | 201        |
> | 217        |
> | 248        |
> | 289        |
> | 293        |
> | 296        |
> | 402        |
> | 434        |
> | 472        |
> | 473        |
> | 490        |
> | 606        |
> | 608        |
> It returned the above data and just hangs.  There should be 39 rows returned instead of 13.  The keys (voter_id) returned belongs to 1 region server. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)