Tianyi Wang created IMPALA-7177:
-----------------------------------
Summary: Impalad hangs when starting up
Key: IMPALA-7177
URL: https://issues.apache.org/jira/browse/IMPALA-7177
Project: IMPALA
Issue Type: Bug
Components: Infrastructure
Affects Versions: Impala 3.1.0
Reporter: Tianyi Wang
Assignee: Lars Volker
In
custom_cluster/test_breakpad.py::TestBreakpadExhaustive::test_minidump_cleanup_thread,
a impalad hangs for 4 minutes when starting up. The tail of its log is:
{noformat}
I0613 14:55:55.514082 23644 init.cc:246] OS version: Linux version
2.6.32-358.14.1.el6.centos.plus.x86_64 ([email protected])
(gcc version 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC) ) #1 SMP Tue Jul 16
21:33:24 UTC 2013
Clock: clocksource: 'xen', clockid_t: CLOCK_MONOTONIC_COARSE
I0613 14:55:55.514091 23644 init.cc:247] Process ID: 23644
I0613 14:55:55.514098 23644 init.cc:248] Default AES cipher mode for
spill-to-disk: AES-CTR
I0613 14:55:58.153287 23644 llvm-codegen.cc:152] CPU class for runtime code
generation: sandybridge
I0613 14:55:58.153379 23644 llvm-codegen.cc:154] Detected CPU flags:
+sse2,+cx16,-tbm,-avx512ifma,-avx512dq,-fma4,-prfchw,-bmi2,-xsavec,-fsgsbase,+popcnt,-aes,-xsaves,-avx512er,-avx512vpopcntdq,-clwb,-avx512f,-clzero,-pku,+mmx,-lwp$
I0613 14:55:58.153432 23644 llvm-codegen.cc:157] CPU flags enabled for runtime
code generation:
+sse2,+cx16,-tbm,-avx512ifma,-avx512dq,-fma4,-prfchw,-bmi2,-xsavec,-fsgsbase,+popcnt,-aes,-xsaves,-avx512er,-avx512vpopcntdq,-clwb,-avx$
I0613 14:56:00.633289 23644 GlogAppender.java:137] Logging (re)initialized.
Impala: VLOG, All other: INFO
I0613 14:56:00.638018 23644 JniFrontend.java:139] Authorization is 'DISABLED'.
I0613 14:56:00.640646 23644 JniFrontend.java:141] Java Input arguments:
-agentlib:jdwp=transport=dt_socket,address=30002,server=y,suspend=n
-Djava.library.path=/data/jenkins/workspace/impala-cdh6.x-exhaustive-release/Impala-Toolchain/cdh_components/hadoop-3.0.0-cdh6.x-417234//lib/native/
-XX:ErrorFile=$
Java System properties:
awt.toolkit:sun.awt.X11.XToolkit
file.encoding.pkg:sun.io
java.specification.version:1.8
sun.cpu.isalist:
sun.jnu.encoding:UTF-8
java.class.path:/data/jenkins/workspace/impala-cdh6.x-exhaustive-release/repos/Impala/fe/src/test/resources:/data/jenkins/workspace/impala-cdh6.x-exhaustive-release/repos/Impala/fe/target/classes:/data/jenkins/workspace/impala-cdh6$
I0613 14:56:00.691942 23644 HiveConf.java:188] Found configuration file
file:/data/jenkins/workspace/impala-cdh6.x-exhaustive-release/repos/Impala/fe/src/test/resources/hive-site.xml
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)