You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Alice Chen (JIRA)" <ji...@apache.org> on 2015/07/22 20:17:29 UTC

[jira] [Created] (TRAFODION-592) LP Bug: 1363162 - Intermittent hangs during Hive regression test on build machine

Alice Chen created TRAFODION-592:
------------------------------------

             Summary: LP Bug: 1363162 - Intermittent hangs during Hive regression test on build machine
                 Key: TRAFODION-592
                 URL: https://issues.apache.org/jira/browse/TRAFODION-592
             Project: Apache Trafodion
          Issue Type: Bug
            Reporter: Suresh Subbiah
            Assignee: Sandhya Sundaresan
            Priority: Critical
             Fix For: 0.9 (pre-incubation)


The Hive test suite hangs intermittently during official regression runs. This problem has so far been seen on on certain slower VM machines used by the Jenkins/Zuul framework.

The test is sometimes stuck in the midst of TEST002.  It seems to a be thread deadlock situation in the LOB code. 

The last statement that ran is select count(*) from item ; It completed successfully.



Thread 2 (Thread 0x7fffd9a35700 (LWP 20132)):
#0  0x0000003aff00e264 in __lll_lock_wait () from /lib64/libpthread.so.0
#1  0x0000003aff009508 in _L_lock_854 () from /lib64/libpthread.so.0
#2  0x0000003aff0093d7 in pthread_mutex_lock () from /lib64/libpthread.so.0
#3  0x00007ffff3333fba in ExLobLock::lock() () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libtdm_sqlexp.so
#4  0x00007ffff3333644 in ExLobGlobals::performRequest(ExLobHdfsRequest*) () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libtdm_sqlexp.so
#5  0x00007ffff3334425 in ExLobGlobals::doWorkInThread() () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libtdm_sqlexp.so
#6  0x00007ffff3333cd0 in workerThreadMain(void*) () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libtdm_sqlexp.so
#7  0x0000003aff0079d1 in start_thread () from /lib64/libpthread.so.0
#8  0x0000003afe8e8b6d in clone () from /lib64/libc.so.6
Thread 1 (Thread 0x7fffed2c1f60 (LWP 19989)):
#0  0x0000003aff00822d in pthread_join () from /lib64/libpthread.so.0
#1  0x00007ffff3333a0a in ExLobGlobals::~ExLobGlobals() () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libtdm_sqlexp.so
#2  0x00007ffff3335525 in ExLobsOper(char*, char*, long, char*, long, char*, long&, long, long&, long&, long, long&, Ex_Lob_Error&, long&, char*, ComLobsStorage, char*, long, LobsOper, LobsSubOper, long, void*&, long, void*, long, int, short, int) () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libtdm_sqlexp.so
#3  0x00007ffff3339b4a in ExpLOBinterfaceCleanup(void*&, void*) () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libtdm_sqlexp.so
#4  0x00007ffff508909a in ExHdfsScanTcb::freeResources() () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libexecutor.so
#5  0x00007ffff5088c73 in ExHdfsScanTcb::~ExHdfsScanTcb() () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libexecutor.so
#6  0x00007ffff5088d70 in ExHdfsScanTcb::~ExHdfsScanTcb() () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libexecutor.so
#7  0x00007ffff4f3123f in ex_globals::cleanupTcbs() () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libexecutor.so
#8  0x00007ffff4f310c0 in ex_globals::deleteMe() () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libexecutor.so
#9  0x00007ffff4f18e67 in ExExeStmtGlobals::deleteMe() () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libexecutor.so
#10 0x00007ffff4f198cd in ExMasterStmtGlobals::deleteMe() () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libexecutor.so
#11 0x00007ffff4f5a64c in ex_root_tcb::deallocAndDelete(ExExeStmtGlobals*, ExRtFragTable*) () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libexecutor.so
#12 0x00007ffff61b6991 in CliStatement::releaseTcbs(int) () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libcli.so
#13 0x00007ffff61b6b52 in CliStatement::dealloc(int) () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libcli.so
#14 0x00007ffff61a8146 in CliStatement::~CliStatement() () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libcli.so
#15 0x00007ffff61a8c58 in CliStatement::~CliStatement() () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libcli.so
#16 0x00007ffff618018e in ContextCli::deallocStmt(SQLCLI_OBJ_ID*, int) () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libcli.so
#17 0x00007ffff6154bb8 in SQLCLI_DeallocStmt () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libcli.so
#18 0x00007ffff61c5d19 in SQL_EXEC_DeallocStmt () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libcli.so
#19 0x00007ffff7bbf0e1 in SqlCmd::deallocate(SqlciEnv*, PrepStmt*) () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libsqlcilib.so
#20 0x00007ffff7bbf654 in DML::process(SqlciEnv*) () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libsqlcilib.so
#21 0x00007ffff7ba0a40 in Obey::process(SqlciEnv*) () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libsqlcilib.so
#22 0x00007ffff7ba0a40 in Obey::process(SqlciEnv*) () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libsqlcilib.so
#23 0x00007ffff7ba9361 in SqlciEnv::run(char*, char*) () from /home/jenkins/workspace/core-regress-hive/trafodion/core/sqf/export/lib64d/libsqlcilib.so
#24 0x0000000000401f3b in main ()
[jenkins@sq090 sqf]$



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