You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Quanlong Huang (Jira)" <ji...@apache.org> on 2022/05/16 08:18:00 UTC

[jira] [Created] (IMPALA-11292) TestStartupFilesystemChecks::test_nonexistent_path fails in ASAN build

Quanlong Huang created IMPALA-11292:
---------------------------------------

             Summary: TestStartupFilesystemChecks::test_nonexistent_path fails in ASAN build
                 Key: IMPALA-11292
                 URL: https://issues.apache.org/jira/browse/IMPALA-11292
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
            Reporter: Quanlong Huang
            Assignee: Joe McDonnell
         Attachments: impalad.impala-ec2-centos74-m5-4xlarge-ondemand-1ac7.vpc.cloudera.com.jenkins.log.ERROR.20220514-095308.14284, impalad.impala-ec2-centos74-m5-4xlarge-ondemand-1ac7.vpc.cloudera.com.jenkins.log.INFO.20220514-095308.14284

Saw an ASAN failure in our downstream jobs:
*Error Message*
{code:java}
Address Sanitizer message detected in /data/jenkins/workspace/impala-asf-master-core-asan/repos/Impala/logs/custom_cluster_tests/test_startup_filesystem_checks_lgHtPR/impalad.impala-ec2-centos74-m5-4xlarge-ondemand-1ac7.vpc.cloudera.com.jenkins.log.ERROR.20220514-095308.14284{code}
*Standard Error*
{code:java}
==14284==ERROR: AddressSanitizer: heap-use-after-free on address 0x60b000012e69 at pc 0x000001d061fc bp 0x7faac75c17d0 sp 0x7faac75c0f80 READ of size 8 at 0x60b000012e69 thread T1 Picked up JAVA_TOOL_OPTIONS: -agentlib:jdwp=transport=dt_socket,address=30001,server=y,suspend=n{code}
The ERROR log file is impala-ec2-centos74-m5-4xlarge-ondemand-1ac7.vpc.cloudera.com.jenkins.log.ERROR.20220514-095308.14284.

In the INFO log file (impalad.impala-ec2-centos74-m5-4xlarge-ondemand-1ac7.vpc.cloudera.com.jenkins.log.INFO.20220514-095308.14284), we can identify that the test is TestStartupFilesystemChecks::test_nonexistent_path
{code:java}
I0514 09:53:13.064352 14284 JniFrontend.java:937] Verifying access to /nonexistent_path
I0514 09:53:13.194694 14284 status.cc:129] Invalid path specified for startup_filesystem_check_directories: /nonexistent_path does not exist.
    @          0x2fc0f57  _ZN6impala13GetStackTraceB5cxx11Ev
    @          0x1ff5ede  impala::Status::Status()
    @          0x2b6e683  impala::Frontend::ValidateSettings()
    @          0x2c09f81  impala::ImpalaServer::ImpalaServer()
    @          0x2bfbddb  ImpaladMain()
    @          0x1d82b23  main
    @     0x7faacbdd2c05  __libc_start_main
    @          0x1c8b837  (unknown)
{code}



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