You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Tim Armstrong (Jira)" <ji...@apache.org> on 2020/11/18 05:32:00 UTC

[jira] [Comment Edited] (IMPALA-10286) metadata.test_catalogd_debug_actions test failed due to assertion

    [ https://issues.apache.org/jira/browse/IMPALA-10286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17234270#comment-17234270 ] 

Tim Armstrong edited comment on IMPALA-10286 at 11/18/20, 5:31 AM:
-------------------------------------------------------------------

Saw this another time, we have more logging now.

{noformat}
metadata.test_catalogd_debug_actions.TestDebugActions.test_catalogd_debug_actions (from pytest)
Failing for the past 1 build (Since Failed#103 )
Took 43 sec.
add description
Error Message

assert (4618 - 5338) > 1000

Stacktrace

metadata/test_catalogd_debug_actions.py:35: in test_catalogd_debug_actions
    debug_action="catalogd_refresh_hdfs_listing_delay:JITTER@50@0.75", delta=1000)
metadata/test_catalogd_debug_actions.py:50: in __run_debug_action
    assert (time_taken_after - time_taken_before) > delta
E   assert (4618 - 5338) > 1000

Standard Error

SET client_identifier=metadata/test_catalogd_debug_actions.py::TestDebugActions::()::test_catalogd_debug_actions;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
-- 2020-11-16 04:15:56,719 INFO     MainThread: Closing active operation
-- connecting to localhost:28000 with impyla
-- 2020-11-16 04:15:56,743 INFO     MainThread: Closing active operation
SET client_identifier=metadata/test_catalogd_debug_actions.py::TestDebugActions::()::test_catalogd_debug_actions;
SET sync_ddl=False;
-- executing against localhost:21000

DROP DATABASE IF EXISTS `test_catalogd_debug_actions_4ee691a5` CASCADE;

-- 2020-11-16 04:15:56,827 INFO     MainThread: Started query 2b445ae18b18eaed:1415ce2b00000000
SET client_identifier=metadata/test_catalogd_debug_actions.py::TestDebugActions::()::test_catalogd_debug_actions;
SET sync_ddl=False;
-- executing against localhost:21000

CREATE DATABASE `test_catalogd_debug_actions_4ee691a5`;

-- 2020-11-16 04:15:59,733 INFO     MainThread: Started query c2447cbb4d94d3d2:4658417900000000
-- 2020-11-16 04:15:59,735 INFO     MainThread: Created database "test_catalogd_debug_actions_4ee691a5" for test ID "metadata/test_catalogd_debug_actions.py::TestDebugActions::()::test_catalogd_debug_actions"
-- executing against localhost:21000

refresh tpcds.store_sales;

-- 2020-11-16 04:16:04,183 INFO     MainThread: Started query d144c51e67fa914e:c1f54df800000000
-- executing against localhost:21000

create table test_catalogd_debug_actions_4ee691a5.test like functional.alltypes;

-- 2020-11-16 04:16:04,638 INFO     MainThread: Started query 4a437cea666f7be4:a24047e800000000
-- executing against localhost:21000

insert into test_catalogd_debug_actions_4ee691a5.test partition (year,month) select * from functional.alltypes;

-- 2020-11-16 04:16:08,841 INFO     MainThread: Started query 0449e724d1b5b4dd:fad4ef7100000000
-- executing against localhost:21000

compute stats test_catalogd_debug_actions_4ee691a5.test;

-- 2020-11-16 04:16:12,780 INFO     MainThread: Started query 354f0ff19c47f65b:cf74a18300000000
SET client_identifier=metadata/test_catalogd_debug_actions.py::TestDebugActions::()::test_catalogd_debug_actions;
-- connecting to: localhost:21000
-- executing against localhost:21000

refresh tpcds.store_sales;

-- 2020-11-16 04:16:17,343 INFO     MainThread: Started query 694bd2b12d7a2713:babef0d500000000
SET client_identifier=metadata/test_catalogd_debug_actions.py::TestDebugActions::()::test_catalogd_debug_actions;
-- connecting to: localhost:21000
SET client_identifier=metadata/test_catalogd_debug_actions.py::TestDebugActions::()::test_catalogd_debug_actions;
SET debug_action=catalogd_refresh_hdfs_listing_delay:SLEEP@50;
-- executing against localhost:21000

refresh tpcds.store_sales;

-- 2020-11-16 04:16:25,600 INFO     MainThread: Started query e94b3f3dfaea51cb:74e3640c00000000
SET client_identifier=metadata/test_catalogd_debug_actions.py::TestDebugActions::()::test_catalogd_debug_actions;
-- connecting to: localhost:21000
-- executing against localhost:21000

refresh tpcds.store_sales;

-- 2020-11-16 04:16:30,939 INFO     MainThread: Started query b2434162859934a9:3f6bcf3900000000
SET client_identifier=metadata/test_catalogd_debug_actions.py::TestDebugActions::()::test_catalogd_debug_actions;
-- connecting to: localhost:21000
SET client_identifier=metadata/test_catalogd_debug_actions.py::TestDebugActions::()::test_catalogd_debug_actions;
SET debug_action=catalogd_refresh_hdfs_listing_delay:JITTER@50@0.75;
-- executing against localhost:21000

refresh tpcds.store_sales;

-- 2020-11-16 04:16:35,558 INFO     MainThread: Started query 0541bd5075a55936:85e2759600000000
{noformat}


was (Author: tarmstrong):
Saw this another time

> metadata.test_catalogd_debug_actions test failed due to assertion
> -----------------------------------------------------------------
>
>                 Key: IMPALA-10286
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10286
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Catalog
>            Reporter: Qifan Chen
>            Assignee: Vihang Karajgaonkar
>            Priority: Critical
>              Labels: broken-build, flaky
>
> In impala-cdpd-master-staging-core-s3 test, the following is seen.
> {code:java}
> Error Message
> assert (4181 - 3051) > 2000
> Stacktrace
> metadata/test_catalogd_debug_actions.py:35: in test_catalogd_debug_actions
>  debug_action="catalogd_refresh_hdfs_listing_delay:JITTER@50@0.5", delta=2000)
> metadata/test_catalogd_debug_actions.py:50: in __run_debug_action
>  assert (time_taken_after - time_taken_before) > delta
> E assert (4181 - 3051) > 2000
> {code}
> The URL of the failure can be found here: https://master-02.jenkins.cloudera.com/job/impala-cdpd-master-staging-core-s3/82/testReport/metadata.test_catalogd_debug_actions/TestDebugActions/test_catalogd_debug_actions/.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org