Details
-
Bug
-
Status: In Progress
-
Blocker
-
Resolution: Unresolved
-
None
-
None
-
ghx-label-2
Description
Test
metadata.test_event_processing.TestEventProcessing.test_insert_events
fails:
Error Message
metadata/test_event_processing.py:48: in test_insert_events self.run_test_insert_events(unique_database) metadata/test_event_processing.py:128: in run_test_insert_events EventProcessorUtils.wait_for_event_processing(self) util/event_processor_utils.py:61: in wait_for_event_processing within {1} seconds".format(current_event_id, timeout)) E Exception: Event processor did not sync till last known event id 31772 within 10 seconds
Stacktrace
metadata/test_event_processing.py:48: in test_insert_events self.run_test_insert_events(unique_database) metadata/test_event_processing.py:128: in run_test_insert_events EventProcessorUtils.wait_for_event_processing(self) util/event_processor_utils.py:61: in wait_for_event_processing within {1} seconds".format(current_event_id, timeout)) E Exception: Event processor did not sync till last known event id 31772 within 10 seconds
Standard Error
SET client_identifier=metadata/test_event_processing.py::TestEventProcessing::()::test_insert_events; -- connecting to: localhost:21000 -- connecting to localhost:21050 with impyla -- 2021-10-22 15:28:00,639 INFO MainThread: Closing active operation -- connecting to localhost:28000 with impyla -- 2021-10-22 15:28:00,665 INFO MainThread: Closing active operation -- connecting to localhost:11050 with impyla SET client_identifier=metadata/test_event_processing.py::TestEventProcessing::()::test_insert_events; SET sync_ddl=False; -- executing against localhost:21000 DROP DATABASE IF EXISTS `test_insert_events_4293827b` CASCADE; -- 2021-10-22 15:28:03,902 INFO MainThread: Started query e74933cd62ece6eb:63eb608100000000 SET client_identifier=metadata/test_event_processing.py::TestEventProcessing::()::test_insert_events; SET sync_ddl=False; -- executing against localhost:21000
Attachments
Issue Links
- relates to
-
IMPALA-11968 test_event_based_replication fails with timeout
- Open