You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Dan Burkert (JIRA)" <ji...@apache.org> on 2018/07/17 21:54:00 UTC

[jira] [Assigned] (KUDU-2447) TS crashed with "NONE predicate can not be pushed into key"

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

Dan Burkert reassigned KUDU-2447:
---------------------------------

    Assignee: Xu Yao

> TS crashed with "NONE predicate can not be pushed into key"
> -----------------------------------------------------------
>
>                 Key: KUDU-2447
>                 URL: https://issues.apache.org/jira/browse/KUDU-2447
>             Project: Kudu
>          Issue Type: Bug
>            Reporter: Xu Yao
>            Assignee: Xu Yao
>            Priority: Major
>              Labels: scan
>             Fix For: 1.8.0, 1.7.2
>
>
> tserver crashes on Scan when [lowerPrimaryKey, upperPrimary) and predicates of primary column do not overlap.
> Example of table in TestScannerMultiTablet unittest, The table like this:
> {code:java}
> key1 (string) | key2 (string) | value (string){code}
> The data layout ends up like this:
> {code:java}
> tablet '', '1': no rows
> tablet '1', '2': '111', '122', '133'
> tablet '2', '3': '211', '222', '233'
> tablet '3', '': '311', '322', '333'{code}
> add Scan PrimaryKeyBounds: ['12', '13')
> add Scan Predicate: key2 <= '1'
> Run the example, ts will crash, and print "NONE predicate can not be pushed into key"
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)