bharath v created IMPALA-7990:
---------------------------------

             Summary: Failing assert in TestFailpoints .test_lifecycle_failures
                 Key: IMPALA-7990
                 URL: https://issues.apache.org/jira/browse/IMPALA-7990
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
    Affects Versions: Impala 3.1.0
            Reporter: bharath v


This test is hitting the assert intermittently and I'm not able to repro it 
locally even after looping the test for a while.

Error Message
{noformat}
failure/test_failpoints.py:176: in test_lifecycle_failures     assert 'Query 
aborted:Debug Action: FIS_FAIL_THREAD_CREATION:FAIL@0.5' \ E   AssertionError: 
ImpalaBeeswaxException: E      INNER EXCEPTION: <class 
'beeswaxd.ttypes.BeeswaxException'> E      MESSAGE: Debug Action: 
FIS_FAIL_THREAD_CREATION:FAIL@0.5 E      E   assert 'Query aborted:Debug 
Action: FIS_FAIL_THREAD_CREATION:FAIL@0.5' in "ImpalaBeeswaxException:\n INNER 
EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>\n MESSAGE: Debug Action: 
FIS_FAIL_THREAD_CREATION:FAIL@0.5\n" E    +  where "ImpalaBeeswaxException:\n 
INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>\n MESSAGE: Debug 
Action: FIS_FAIL_THREAD_CREATION:FAIL@0.5\n" = str(ImpalaBeeswaxException())
{noformat}

Stacktrace

{noformat}
failure/test_failpoints.py:176: in test_lifecycle_failures
    assert 'Query aborted:Debug Action: FIS_FAIL_THREAD_CREATION:FAIL@0.5' \
E   AssertionError: ImpalaBeeswaxException:
E      INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>
E      MESSAGE: Debug Action: FIS_FAIL_THREAD_CREATION:FAIL@0.5
E     
E   assert 'Query aborted:Debug Action: FIS_FAIL_THREAD_CREATION:FAIL@0.5' in 
"ImpalaBeeswaxException:\n INNER EXCEPTION: <class 
'beeswaxd.ttypes.BeeswaxException'>\n MESSAGE: Debug Action: 
FIS_FAIL_THREAD_CREATION:FAIL@0.5\n"
E    +  where "ImpalaBeeswaxException:\n INNER EXCEPTION: <class 
'beeswaxd.ttypes.BeeswaxException'>\n MESSAGE: Debug Action: 
FIS_FAIL_THREAD_CREATION:FAIL@0.5\n" = str(ImpalaBeeswaxException())
{noformat}

Standard Error

{noformat}
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn <impala.hiveserver2.HiveServer2Connection object at 0x654a450>
-- 2018-12-16 17:59:19,399 INFO     MainThread: Closing active operation
SET debug_action=FIS_IN_PREPARE:FAIL@1.0;
-- executing against localhost:21000
select * from tpch.lineitem limit 10000;

-- 2018-12-16 17:59:22,779 INFO     MainThread: Started query 
5e4209c709db77df:4c9baa7800000000
SET debug_action=FIS_IN_OPEN:FAIL@1.0;
-- executing against localhost:21000
select * from tpch.lineitem limit 10000;

-- 2018-12-16 17:59:22,891 INFO     MainThread: Started query 
b341dcc7d97f3d56:1855e49100000000
SET debug_action=FIS_IN_EXEC_INTERNAL:FAIL@1.0;
-- executing against localhost:21000
select * from tpch.lineitem limit 10000;

-- 2018-12-16 17:59:22,999 INFO     MainThread: Started query 
f74b482fd8f7bb5f:3515880600000000
SET debug_action=FIS_FAIL_THREAD_CREATION:FAIL@0.5;
-- executing against localhost:21000
select * from tpch.lineitem limit 10000;

-- 2018-12-16 17:59:23,110 INFO     MainThread: Started query 
fa4ae2eff60d340b:a074c6f600000000
{noformat}

Commit:

{noformat}
Checking out Revision b9377d3fdebb8f13fe4cc56ce16b666897b35822 (origin/master)
16:21:43  > git checkout -f b9377d3fdebb8f13fe4cc56ce16b666897b35822
16:21:46 Commit message: "IMPALA-7989: Revert "Remove Python 2.4 workarounds in 
start-impala-cluster.py""
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to