redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.17k stars 561 forks source link

CI Failure (key symptom) in `DeleteRecordsTest.test_delete_records_segment_deletion` #20883

Open vbotbuildovich opened 5 days ago

vbotbuildovich commented 5 days ago

https://buildkite.com/redpanda/redpanda/builds/50932 https://buildkite.com/redpanda/redpanda/builds/51088

Module: rptest.tests.delete_records_test
Class: DeleteRecordsTest
Method: test_delete_records_segment_deletion
Arguments: {
    "truncate_point": "one_below_high_watermark",
    "cloud_storage_enabled": true
}
test_id:    DeleteRecordsTest.test_delete_records_segment_deletion
status:     FAIL
run time:   35.073 seconds

<BadLogLines nodes=docker-rp-7(1) example="ERROR 2024-06-30 07:28:22,159 [shard 1:au  ] cloud_storage - partition_manifest.cc:1022 - ["00000000/meta/kafka/test-topic-1/0_25/manifest.bin"] New replacement segment has the same size as replaced segment: new_segment: {o=0-1084 t={timestamp: 1719732500447}-{timestamp: 1719732500489}}, replaced_segment: {o=0-1084 t={timestamp: 1719732500447}-{timestamp: 1719732500489}}">
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-7(1) example="ERROR 2024-06-30 07:28:22,159 [shard 1:au  ] cloud_storage - partition_manifest.cc:1022 - ["00000000/meta/kafka/test-topic-1/0_25/manifest.bin"] New replacement segment has the same size as replaced segment: new_segment: {o=0-1084 t={timestamp: 1719732500447}-{timestamp: 1719732500489}}, replaced_segment: {o=0-1084 t={timestamp: 1719732500447}-{timestamp: 1719732500489}}">

JIRA Link: CORE-5131

vbotbuildovich commented 4 days ago

*https://buildkite.com/redpanda/redpanda/builds/51136