redpanda icon indicating copy to clipboard operation
redpanda copied to clipboard

CI Failure (New replacement segment has the same size as replaced segment) in `EndToEndSpilloverTest.test_spillover`

Open vbotbuildovich opened this issue 10 months ago • 0 comments

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

Module: rptest.tests.e2e_shadow_indexing_test
Class: EndToEndSpilloverTest
Method: test_spillover
Arguments: {
    "cloud_storage_type": 1
}
test_id:    EndToEndSpilloverTest.test_spillover
status:     FAIL
run time:   119.588 seconds

<BadLogLines nodes=docker-rp-22(1) example="ERROR 2024-04-22 06:41:09,289 [shard 0:au  ] cloud_storage - partition_manifest.cc:1081 - ["10000000/meta/kafka/topic-efcholsnvq/2_24/manifest.bin"] New replacement segment has the same size as replaced segment: new_segment: {o=1284-1296 t={timestamp: 1713768055183}-{timestamp: 1713768055183}}, replaced_segment: {o=1284-1296 t={timestamp: 1713768055183}-{timestamp: 1713768055183}}">
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 1451, in raise_on_bad_logs
    lsearcher.search_logs(_searchable_nodes)
  File "/root/tests/rptest/services/utils.py", line 157, in search_logs
    raise BadLogLines(bad_loglines)
rptest.services.utils.BadLogLines: <BadLogLines nodes=docker-rp-22(1) example="ERROR 2024-04-22 06:41:09,289 [shard 0:au  ] cloud_storage - partition_manifest.cc:1081 - ["10000000/meta/kafka/topic-efcholsnvq/2_24/manifest.bin"] New replacement segment has the same size as replaced segment: new_segment: {o=1284-1296 t={timestamp: 1713768055183}-{timestamp: 1713768055183}}, replaced_segment: {o=1284-1296 t={timestamp: 1713768055183}-{timestamp: 1713768055183}}">

JIRA Link: CORE-2480

vbotbuildovich avatar Apr 22 '24 22:04 vbotbuildovich