You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Wenzhe Zhou (Jira)" <ji...@apache.org> on 2022/04/20 19:45:00 UTC

[jira] [Resolved] (IMPALA-11252) create-load-data.sh failed for core UBSAN build

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

Wenzhe Zhou resolved IMPALA-11252.
----------------------------------
    Resolution: Not A Bug

The issue does not happen for upstream.

> create-load-data.sh failed for core UBSAN build
> -----------------------------------------------
>
>                 Key: IMPALA-11252
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11252
>             Project: IMPALA
>          Issue Type: Bug
>    Affects Versions: Impala 4.1.0
>         Environment: UBSAN
>            Reporter: Wenzhe Zhou
>            Priority: Major
>              Labels: broken-build
>
> This issue repeatedly happened in nightly core UBSAN builds.
> Error messages:
> {code:java}
> Loading TPC-DS data (logging to /data/jenkins/workspace/impala-cdw-master-staging-core-ubsan/repos/Impala/logs/data_loading/load-tpcds.log)... 
>   Loading workload 'tpch' using exploration strategy 'core' OK (Took: 7 min 30 sec)
>     FAILED (Took: 10 min 25 sec)
>     'load-data functional-query exhaustive' failed. Tail of log:
> Took 2.1201 seconds
> => Hbase::Table - functional_hbase.insert_date_tbl
> hbase:204:0> 
> hbase:205:0> disable 'functional_hbase.alltypes_date_partition_2'
> ERROR: Table functional_hbase.alltypes_date_partition_2 does not exist.
> For usage try 'help "disable"'
> Took 0.0029 seconds
> hbase:206:0> 
> hbase:207:0> drop 'functional_hbase.alltypes_date_partition_2'
> ERROR: Table functional_hbase.alltypes_date_partition_2 does not exist. 
> hbase:209:0> create 'functional_hbase.alltypes_date_partition_2', 'd'
> Created table functional_hbase.alltypes_date_partition_2
> Took 1.1130 seconds
> => Hbase::Table - functional_hbase.alltypes_date_partition_2
> hbase:210:0> 
> hbase:211:0> disable 'functional_hbase.utf8_str_tiny'
> ERROR: Table functional_hbase.utf8_str_tiny does not exist.
> For usage try 'help "disable"'
> Took 0.0029 seconds
> hbase:212:0> 
> hbase:213:0> drop 'functional_hbase.utf8_str_tiny'
> ERROR: Table functional_hbase.utf8_str_tiny does not exist.
> {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)