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 (list index out of range when querying offset_for_leader_epoch) in OffsetForLeaderEpochArchivalTest.test_querying_archive #17197

Closed
vbotbuildovich opened this issue Mar 20, 2024 · 14 comments · Fixed by #17625
Assignees
Labels
area/cloud-storage Shadow indexing subsystem auto-triaged used to know which issues have been opened from a CI job ci-failure

Comments

@vbotbuildovich
Copy link
Collaborator

vbotbuildovich commented Mar 20, 2024

https://buildkite.com/redpanda/redpanda/builds/46443

Module: rptest.tests.offset_for_leader_epoch_archival_test
Class: OffsetForLeaderEpochArchivalTest
Method: test_querying_archive
test_id:    OffsetForLeaderEpochArchivalTest.test_querying_archive
status:     FAIL
run time:   204.967 seconds

IndexError('list index out of range')
Traceback (most recent call last):
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/tests/runner_client.py", line 184, in _do_run
    data = self.run_test()
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/tests/runner_client.py", line 269, in run_test
    return self.test_context.function(self.test)
  File "/root/tests/rptest/services/cluster.py", line 104, in wrapped
    r = f(self, *args, **kwargs)
  File "/root/tests/rptest/tests/offset_for_leader_epoch_archival_test.py", line 231, in test_querying_archive
    epoch_end_offset = kcl.offset_for_leader_epoch(
IndexError: list index out of range

JIRA Link: CORE-1891

@vbotbuildovich vbotbuildovich added auto-triaged used to know which issues have been opened from a CI job ci-failure labels Mar 20, 2024
@michael-redpanda michael-redpanda changed the title CI Failure (key symptom) in OffsetForLeaderEpochArchivalTest.test_querying_archive CI Failure (list index out of range when querying offset_for_leader_epoch) in OffsetForLeaderEpochArchivalTest.test_querying_archive Mar 20, 2024
@michael-redpanda michael-redpanda added the area/cloud-storage Shadow indexing subsystem label Mar 20, 2024
@vbotbuildovich
Copy link
Collaborator Author

@vbotbuildovich
Copy link
Collaborator Author

@vbotbuildovich
Copy link
Collaborator Author

@nvartolomei
Copy link
Contributor

@vbotbuildovich
Copy link
Collaborator Author

@piyushredpanda
Copy link
Contributor

Requesting Nicolae to help out.

@vbotbuildovich
Copy link
Collaborator Author

1 similar comment
@vbotbuildovich
Copy link
Collaborator Author

nvartolomei added a commit to nvartolomei/redpanda that referenced this issue Apr 3, 2024
Describe topic can fail if rpk/franz-go can't find the leader broker for
a topic in metadata response. Because we restart brokers often in this
case, it might take a while for health metadata cache on brokers to
converge.

Fixes redpanda-data#17197
Fixes redpanda-data#17198
@vbotbuildovich
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cloud-storage Shadow indexing subsystem auto-triaged used to know which issues have been opened from a CI job ci-failure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants