redpanda-data / redpanda

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

CI Failure (ducktape.errors.TimeoutError: Segments were not removed from all nodes) in `ShadowIndexingCompactedTopicTest.test_upload` #15309

Open bharathv opened 7 months ago

bharathv commented 7 months ago

https://buildkite.com/redpanda/vtools/builds/10968

Module: rptest.tests.shadow_indexing_compacted_topic_test
Class: ShadowIndexingCompactedTopicTest
Method: test_upload
Arguments: {
    "cloud_storage_type": 1
}
test_id:    ShadowIndexingCompactedTopicTest.test_upload
status:     FAIL
run time:   309.777 seconds

TimeoutError('Segments were not removed from all nodes')
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 184, in _do_run
    data = self.run_test()
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 269, in run_test
    return self.test_context.function(self.test)
  File "/usr/local/lib/python3.10/dist-packages/ducktape/mark/_mark.py", line 481, in wrapper
    return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
  File "/home/ubuntu/redpanda/tests/rptest/services/cluster.py", line 82, in wrapped
    r = f(self, *args, **kwargs)
  File "/home/ubuntu/redpanda/tests/rptest/tests/shadow_indexing_compacted_topic_test.py", line 91, in test_upload
    wait_for_removal_of_n_segments(redpanda=self.redpanda,
  File "/home/ubuntu/redpanda/tests/rptest/util.py", line 207, in wait_for_removal_of_n_segments
    wait_until(segments_removed,
  File "/usr/local/lib/python3.10/dist-packages/ducktape/utils/util.py", line 57, in wait_until
    raise TimeoutError(err_msg() if callable(err_msg) else err_msg) from last_exception
ducktape.errors.TimeoutError: Segments were not removed from all nodes

JIRA Link: CORE-4871

piyushredpanda commented 3 months ago

This issue hasn't reoccurred for more than 2 months; closing.

vbotbuildovich commented 1 week ago

*https://buildkite.com/redpanda/vtools/builds/15023