You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Jim Apple (JIRA)" <ji...@apache.org> on 2017/07/31 05:07:00 UTC

[jira] [Resolved] (IMPALA-4544) Data loading without snapshot fails with ASAN

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

Jim Apple resolved IMPALA-4544.
-------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 2.9.0

I'm not sure which commit or Jenkins change fixed this, but it's fixed now: https://jenkins.impala.io/job/ubuntu-14.04-from-scratch/1801/

> Data loading without snapshot fails with ASAN
> ---------------------------------------------
>
>                 Key: IMPALA-4544
>                 URL: https://issues.apache.org/jira/browse/IMPALA-4544
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 2.8.0
>         Environment: ec2 c4.4xl, Ubuntu 14.04
>            Reporter: Jim Apple
>              Labels: asf
>             Fix For: Impala 2.9.0
>
>
> Setting {{CMAKE_BUILD_TYPE=ADDRESS_SANITIZER}} and loading test data from scratch fails:
> {noformat}
> Executing: create-load-data.sh 
> Loading Hive Builtins (logging to /home/ubuntu/Impala/logs/data_loading/load-hive-builtins.log)... 
>     OK (Took: 2 min 40 sec)
> Generating HBase data (logging to /home/ubuntu/Impala/logs/data_loading/create-hbase.log)... 
>     OK (Took: 0 min 17 sec)
> Creating /test-warehouse HDFS directory (logging to /home/ubuntu/Impala/logs/data_loading/create-test-warehouse-dir.log)... 
>     OK (Took: 0 min 2 sec)
> Derived params for create-load-data.sh:
> EXPLORATION_STRATEGY=exhaustive
> SKIP_METADATA_LOAD=0
> SKIP_SNAPSHOT_LOAD=0
> SNAPSHOT_FILE=
> CM_HOST=
> REMOTE_LOAD=
> Starting Impala cluster (logging to /home/ubuntu/Impala/logs/data_loading/start-impala-cluster.log)... 
>     FAILED (Took: 0 min 11 sec)
>     '/home/ubuntu/Impala/bin/start-impala-cluster.py --log_dir=/home/ubuntu/Impala/logs/data_loading -s 3' failed. Tail of log:
> Log for command '/home/ubuntu/Impala/bin/start-impala-cluster.py --log_dir=/home/ubuntu/Impala/logs/data_loading -s 3'
> Starting State Store logging to /home/ubuntu/Impala/logs/data_loading/statestored.INFO
> Starting Catalog Service logging to /home/ubuntu/Impala/logs/data_loading/catalogd.INFO
> Error starting cluster: Unable to start catalogd. Check log or file permissions for more details.
> Error in /home/ubuntu/Impala/testdata/bin/create-load-data.sh at line 48: SNAPSHOT_FILE=""
> {noformat}
> From {{logs/data_loading/catalogd.ERROR}}:
> {noformat}
> ASAN:DEADLYSIGNAL
> =================================================================
> ==25935==ERROR: AddressSanitizer: SEGV on unknown address 0x7f6f2437f014 (pc 0x7f71008fc874 bp 0x7ffdaee505a8 sp 0x7ffdaee504b0 T0)
>     #0 0x7f71008fc873  (<unknown module>)
> AddressSanitizer can not provide additional info.
> SUMMARY: AddressSanitizer: SEGV (<unknown module>) 
> ==25935==ABORTING
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)