You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Lili Ma (JIRA)" <ji...@apache.org> on 2016/11/10 10:09:58 UTC

[jira] [Updated] (HAWQ-1113) In force mode, hawq register error when files in yaml is disordered

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

Lili Ma updated HAWQ-1113:
--------------------------
    Assignee: Chunling Wang  (was: Lei Chang)

> In force mode, hawq register error when files in yaml is disordered
> -------------------------------------------------------------------
>
>                 Key: HAWQ-1113
>                 URL: https://issues.apache.org/jira/browse/HAWQ-1113
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: Command Line Tools
>    Affects Versions: 2.0.1.0-incubating
>            Reporter: Chunling Wang
>            Assignee: Chunling Wang
>
> In force mode, hawq register error when files in yaml is in disordered. For example, the files order in yaml is as following:
> {code}
>   Files:
>   - path: /hawq_default/16385/@DATABASE_OID@/@TABLE_OID_OLD@/2
>     size: 250
>   - path: /hawq_default/16385/@DATABASE_OID@/@TABLE_OID_OLD@/4
>     size: 250
>   - path: /hawq_default/16385/@DATABASE_OID@/@TABLE_OID_OLD@/5
>     size: 258
>   - path: /hawq_default/16385/@DATABASE_OID@/@TABLE_OID_OLD@/6
>     size: 270
>   - path: /hawq_default/16385/@DATABASE_OID@/@TABLE_OID_OLD@/3
>     size: 258
>   - path: /hawq_default/16385/@DATABASE_OID@/@TABLE_OID_NEW2@/1
>     size: 228
>   - path: /hawq_default/16385/@DATABASE_OID@/@TABLE_OID_NEW@/2
>     size: 215
>   - path: /hawq_default/16385/@DATABASE_OID@/@TABLE_OID_NEW@/3
>     size: 215
>   - path: /hawq_default/16385/@DATABASE_OID@/@TABLE_OID_NEW@/4
>     size: 220
>   - path: /hawq_default/16385/@DATABASE_OID@/@TABLE_OID_OLD@/1
>     size: 254
>   - path: /hawq_default/16385/@DATABASE_OID@/@TABLE_OID_NEW@/6
>     size: 215
>   - path: /hawq_default/16385/@DATABASE_OID@/@TABLE_OID_NEW@/5
>     size: 210
> {code}
> After hawq register success, we select data from table and get the error:
> {code}
> ERROR:  hdfs file length does not equal to metadata logic length! (cdbdatalocality.c:1102)
> {code}



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