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 (key symptom) in CloudRetentionTimelyGCTest.test_retention_with_node_failures #18381

Closed
vbotbuildovich opened this issue May 9, 2024 · 0 comments · Fixed by #18526
Labels
auto-triaged used to know which issues have been opened from a CI job ci-failure ci-rca/redpanda CI Root Cause Analysis - Redpanda Issue

Comments

@vbotbuildovich
Copy link
Collaborator

vbotbuildovich commented May 9, 2024

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

Module: rptest.tests.cloud_retention_test
Class: CloudRetentionTimelyGCTest
Method: test_retention_with_node_failures
Arguments: {
    "cloud_storage_type": 2
}
test_id:    CloudRetentionTimelyGCTest.test_retention_with_node_failures
status:     FAIL
run time:   492.908 seconds

<BadLogLines nodes=docker-rp-9(1) example="ERROR 2024-05-09 07:28:40,106 [shard 1:au  ] cloud_storage - partition_manifest.cc:1081 - ["90000000/meta/kafka/panda-topic/0_24/manifest.bin"] New replacement segment has the same size as replaced segment: new_segment: {o=5091-5198 t={timestamp: 1715239648160}-{timestamp: 1715239652895}}, replaced_segment: {o=5091-5198 t={timestamp: 1715239648160}-{timestamp: 1715239652895}}">
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 276, in run_test
    return self.test_context.function(self.test)
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/mark/_mark.py", line 535, in wrapper
    return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
  File "/root/tests/rptest/services/cluster.py", line 182, in wrapped
    redpanda.raise_on_bad_logs(
  File "/root/tests/rptest/services/redpanda.py", line 1478, in raise_on_bad_logs
    lsearcher.search_logs(_searchable_nodes)
  File "/root/tests/rptest/services/utils.py", line 166, in search_logs
    raise BadLogLines(bad_loglines)
rptest.services.utils.BadLogLines: <BadLogLines nodes=docker-rp-9(1) example="ERROR 2024-05-09 07:28:40,106 [shard 1:au  ] cloud_storage - partition_manifest.cc:1081 - ["90000000/meta/kafka/panda-topic/0_24/manifest.bin"] New replacement segment has the same size as replaced segment: new_segment: {o=5091-5198 t={timestamp: 1715239648160}-{timestamp: 1715239652895}}, replaced_segment: {o=5091-5198 t={timestamp: 1715239648160}-{timestamp: 1715239652895}}">

JIRA Link: CORE-2893

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-triaged used to know which issues have been opened from a CI job ci-failure ci-rca/redpanda CI Root Cause Analysis - Redpanda Issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants