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 (New replacement segment has the same size as replaced segment) in TieredStorageTest.test_tiered_storage #20299

Closed
vbotbuildovich opened this issue Jun 26, 2024 · 1 comment
Labels
area/storage auto-triaged used to know which issues have been opened from a CI job ci-failure

Comments

@vbotbuildovich
Copy link
Collaborator

vbotbuildovich commented Jun 26, 2024

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

Module: rptest.tests.tiered_storage_model_test
Class: TieredStorageTest
Method: test_tiered_storage
Arguments: {
    "test_case": {
        "name": "(TS_Read == True, SpilloverManifestUploaded == True)"
    },
    "cloud_storage_type_and_url_style": [
        1,
        "virtual_host"
    ]
}
test_id:    TieredStorageTest.test_tiered_storage
status:     FAIL
run time:   144.675 seconds

<BadLogLines nodes=docker-rp-1(1) example="ERROR 2024-06-25 14:50:21,695 [shard 1:au  ] cloud_storage - partition_manifest.cc:1082 - ["80000000/meta/kafka/topic-kmsylhdgos/0_25/manifest.bin"] New replacement segment has the same size as replaced segment: new_segment: {o=40068-40071 t={timestamp: 1719327021157}-{timestamp: 1719327006257}}, replaced_segment: {o=40068-40071 t={timestamp: 1719327021157}-{timestamp: 1719327006257}}">
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 190, in wrapped
    redpanda.raise_on_bad_logs(
  File "/root/tests/rptest/services/redpanda.py", line 1570, in raise_on_bad_logs
    lsearcher.search_logs(_searchable_nodes)
  File "/root/tests/rptest/services/utils.py", line 197, in search_logs
    raise BadLogLines(bad_loglines)
rptest.services.utils.BadLogLines: <BadLogLines nodes=docker-rp-1(1) example="ERROR 2024-06-25 14:50:21,695 [shard 1:au  ] cloud_storage - partition_manifest.cc:1082 - ["80000000/meta/kafka/topic-kmsylhdgos/0_25/manifest.bin"] New replacement segment has the same size as replaced segment: new_segment: {o=40068-40071 t={timestamp: 1719327021157}-{timestamp: 1719327006257}}, replaced_segment: {o=40068-40071 t={timestamp: 1719327021157}-{timestamp: 1719327006257}}">

JIRA Link: CORE-4575

@vbotbuildovich vbotbuildovich added auto-triaged used to know which issues have been opened from a CI job ci-failure labels Jun 26, 2024
@michael-redpanda michael-redpanda changed the title CI Failure (key symptom) in TieredStorageTest.test_tiered_storage CI Failure ( New replacement segment has the same size as replaced segment) in TieredStorageTest.test_tiered_storage Jun 27, 2024
@michael-redpanda michael-redpanda changed the title CI Failure ( New replacement segment has the same size as replaced segment) in TieredStorageTest.test_tiered_storage CI Failure (New replacement segment has the same size as replaced segment) in TieredStorageTest.test_tiered_storage Jun 27, 2024
@Lazin
Copy link
Contributor

Lazin commented Jul 23, 2024

fixed by #21348

@Lazin Lazin closed this as completed Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/storage auto-triaged used to know which issues have been opened from a CI job ci-failure
Projects
None yet
Development

No branches or pull requests

3 participants