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

[jira] [Created] (IMPALA-11329) TestEventProcessing.test_event_based_replication fails on ASAN

Joe McDonnell created IMPALA-11329:
--------------------------------------

             Summary: TestEventProcessing.test_event_based_replication fails on ASAN
                 Key: IMPALA-11329
                 URL: https://issues.apache.org/jira/browse/IMPALA-11329
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
    Affects Versions: Impala 4.2.0
            Reporter: Joe McDonnell


An ASAN job ran into this test failure:
{noformat}
metadata/test_event_processing.py:183: in test_event_based_replication
    self.__run_event_based_replication_tests()
metadata/test_event_processing.py:264: in __run_event_based_replication_tests
    assert 2 * rows_in_unpart_tbl == rows_in_unpart_tbl_target
E   assert (2 * 3) == 3{noformat}
The test output shows this:
{noformat}
...
show tables in repl_target_qesuf;

-- 2022-05-29 06:40:50,659 INFO     MainThread: Started query 554a183121dc71bc:1fa0b81000000000
-- executing against localhost:21000

show tables in repl_target_qesuf;

-- 2022-05-29 06:40:50,664 INFO     MainThread: Started query b747eb07bfe2c8b4:8e140bda00000000
-- executing against localhost:21000

select count(*) from repl_target_qesuf.unpart_tbl;

-- 2022-05-29 06:40:54,551 INFO     MainThread: Started query 4f45ae6c4a98efac:4793570d00000000
-- executing against localhost:21000

select count(*) from repl_target_qesuf.part_tbl;

-- 2022-05-29 06:40:58,596 INFO     MainThread: Started query b84d0851758b245e:1f48e8b700000000
-- executing against localhost:21000

insert into repl_source_zxkhs.unpart_tbl select * from functional.tinytable;

-- 2022-05-29 06:40:59,000 INFO     MainThread: Started query 3445e740f42e4d4a:2e2d2a2600000000
-- executing against localhost:21000

insert into repl_source_zxkhs.part_tbl partition(year,month) select * from functional_parquet.alltypessmall;

-- 2022-05-29 06:40:59,298 INFO     MainThread: Started query 0e41b133973751f1:e77c7b0000000000
-- 2022-05-29 06:41:14,960 INFO     MainThread: Waiting until events processor syncs to event id:36877
-- 2022-05-29 06:41:14,964 DEBUG    MainThread: Metric last-synced-event-id has reached the desired value:36877
-- 2022-05-29 06:41:15,013 DEBUG    MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2022-05-29 06:41:15,040 INFO     MainThread: Getting metric: catalog.curr-version from impala-ec2-centos74-m5-4xlarge-ondemand-0baf.vpc.cloudera.com:25000
-- 2022-05-29 06:41:15,046 INFO     MainThread: Sleeping 1s before next retry.
-- 2022-05-29 06:41:16,047 INFO     MainThread: Getting metric: catalog.curr-version from impala-ec2-centos74-m5-4xlarge-ondemand-0baf.vpc.cloudera.com:25000
-- 2022-05-29 06:41:16,053 INFO     MainThread: Sleeping 1s before next retry.
-- 2022-05-29 06:41:17,054 INFO     MainThread: Getting metric: catalog.curr-version from impala-ec2-centos74-m5-4xlarge-ondemand-0baf.vpc.cloudera.com:25000
-- 2022-05-29 06:41:17,061 INFO     MainThread: Sleeping 1s before next retry.
-- 2022-05-29 06:41:18,062 INFO     MainThread: Getting metric: catalog.curr-version from impala-ec2-centos74-m5-4xlarge-ondemand-0baf.vpc.cloudera.com:25000
-- 2022-05-29 06:41:18,069 INFO     MainThread: Sleeping 1s before next retry.
-- 2022-05-29 06:41:19,071 INFO     MainThread: Getting metric: catalog.curr-version from impala-ec2-centos74-m5-4xlarge-ondemand-0baf.vpc.cloudera.com:25000
-- 2022-05-29 06:41:19,084 INFO     MainThread: Metric 'catalog.curr-version' has reached desired value: 4107
-- 2022-05-29 06:41:19,084 INFO     MainThread: Getting metric: catalog.curr-version from impala-ec2-centos74-m5-4xlarge-ondemand-0baf.vpc.cloudera.com:25001
-- 2022-05-29 06:41:19,100 INFO     MainThread: Metric 'catalog.curr-version' has reached desired value: 4107
-- 2022-05-29 06:41:19,100 INFO     MainThread: Getting metric: catalog.curr-version from impala-ec2-centos74-m5-4xlarge-ondemand-0baf.vpc.cloudera.com:25002
-- 2022-05-29 06:41:19,119 INFO     MainThread: Metric 'catalog.curr-version' has reached desired value: 4107
-- executing against localhost:21000

select count(*) from repl_target_qesuf.unpart_tbl;

-- 2022-05-29 06:41:19,259 INFO     MainThread: Started query 264ff98a9dd1512e:5f16d53000000000
-- executing against localhost:21000

select count(*) from repl_target_qesuf.part_tbl;
{noformat}



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