Zoltán Borók-Nagy created IMPALA-15336:
------------------------------------------
Summary: TestStatestore.test_failure_detected failed with timeout
Key: IMPALA-15336
URL: https://issues.apache.org/jira/browse/IMPALA-15336
Project: IMPALA
Issue Type: Bug
Reporter: Zoltán Borók-Nagy
h3. Error Message
{noformat}
Exception: Server localhost:45443 did not stop{noformat}
h3. Stacktrace
{noformat}
statestore/test_statestore.py:539: in test_failure_detected
.wait_for_update(topic_name, 1)
reg = TTopicRegistration(topic_name='test_failure_detected',
is_transient=True, populate_min_subscriber_topic_version=False,
filter_prefix=None)
self = <test_statestore.TestStatestore object at 0x7ff0859e9450>
sub = <test_statestore.StatestoreSubscriber object at
0x7ff08555d150>
topic_name = 'test_failure_detected'
statestore/test_statestore.py:344: in wait_for_update
raise Exception(
E Exception: Update not received for test_failure_detected within 40 (update
count: 0)
count = 1
last_count = 0
self = <test_statestore.StatestoreSubscriber object at
0x7ff08555d150>
start_time = 1788702190.11869
topic_name = 'test_failure_detected'{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)