Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Failure (timeout waiting for end offsets to be updated for all partitions) in OffsetForLeaderEpochTest.test_offset_for_leader_epoch #11169

Closed
abhijat opened this issue Jun 2, 2023 · 8 comments
Labels
area/controller ci-failure kind/bug Something isn't working team/replication helper for jira sync

Comments

@abhijat
Copy link
Contributor

abhijat commented Jun 2, 2023

https://buildkite.com/redpanda/redpanda/builds/30462#01887cad-62bd-4b51-b767-fa9495087117

Module: rptest.tests.offset_for_leader_epoch_test
Class:  OffsetForLeaderEpochTest
Method: test_offset_for_leader_epoch
test_id:    rptest.tests.offset_for_leader_epoch_test.OffsetForLeaderEpochTest.test_offset_for_leader_epoch
status:     FAIL
run time:   3 minutes 16.278 seconds


    TimeoutError('')
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 135, in run
    data = self.run_test()
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 227, in run_test
    return self.test_context.function(self.test)
  File "/root/tests/rptest/services/cluster.py", line 79, in wrapped
    r = f(self, *args, **kwargs)
  File "/root/tests/rptest/tests/offset_for_leader_epoch_test.py", line 134, in test_offset_for_leader_epoch
    last_offsets = self.list_offsets(topics=topics,
  File "/root/tests/rptest/tests/offset_for_leader_epoch_test.py", line 79, in list_offsets
    wait_until(all_offsets_present, 30, 1)
  File "/usr/local/lib/python3.10/dist-packages/ducktape/utils/util.py", line 57, in wait_until
    raise TimeoutError(err_msg() if callable(err_msg) else err_msg) from last_exception
ducktape.errors.TimeoutError

JIRA Link: CORE-1326

@dotnwat
Copy link
Member

dotnwat commented Jun 3, 2023

@abhijat is this failure for test_topic_aware_rebalance or test_offset_for_leader_epoch? i think it is for the former, but maybe there was a copy-paste mix up?

@abhijat
Copy link
Contributor Author

abhijat commented Jun 5, 2023

@abhijat is this failure for test_topic_aware_rebalance or test_offset_for_leader_epoch? i think it is for the former, but maybe there was a copy-paste mix up?

Yes, this was a copy-paste error, this is actually for the latter test_offset_for_leader_epoch - I pasted the wrong details, sorry.

@travisdowns
Copy link
Member

Another timeout in list_offsets:

FAIL test: OffsetForLeaderEpochTest.test_offset_for_leader_epoch (1/31 runs)
failure at 2023-06-19T17:07:59.192Z: TimeoutError('')
on (amd64, container) in job https://buildkite.com/redpanda/redpanda/builds/31609#0188d46c-65fe-4b4a-b885-3ede49b4cea3

@rystsov
Copy link
Contributor

rystsov commented Sep 3, 2023

last occurrence on dev was on 2023-07-04

@rystsov rystsov closed this as completed Sep 3, 2023
@vbotbuildovich
Copy link
Collaborator

@vbotbuildovich
Copy link
Collaborator

@piyushredpanda
Copy link
Contributor

Not seen in at 6 weeks, closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/controller ci-failure kind/bug Something isn't working team/replication helper for jira sync
Projects
None yet
Development

No branches or pull requests

7 participants