redpanda-data / redpanda

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

CI Failure (`TooManyBuckets`) in `CloudStorageChunkReadTest.test_read_chunks` #15632

Closed vbotbuildovich closed 2 months ago

vbotbuildovich commented 9 months ago

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

Module: rptest.tests.cloud_storage_chunk_read_path_test
Class: CloudStorageChunkReadTest
Method: test_read_chunks
test_id:    CloudStorageChunkReadTest.test_read_chunks
status:     FAIL
run time:   11.850 seconds

ClientError('An error occurred (TooManyBuckets) when calling the CreateBucket operation: You have attempted to create more buckets than allowed')
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 "/home/ubuntu/redpanda/tests/rptest/services/cluster.py", line 82, in wrapped
    r = f(self, *args, **kwargs)
  File "/home/ubuntu/redpanda/tests/rptest/tests/cloud_storage_chunk_read_path_test.py", line 187, in test_read_chunks
    self._set_params_and_start_redpanda(
  File "/home/ubuntu/redpanda/tests/rptest/tests/cloud_storage_chunk_read_path_test.py", line 68, in _set_params_and_start_redpanda
    self.redpanda.start()
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 2005, in start
    self.start_si()
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 2459, in start_si
    self.cloud_storage_client.create_bucket(
  File "/home/ubuntu/redpanda/tests/rptest/archival/s3_client.py", line 110, in create_bucket
    raise err
  File "/home/ubuntu/redpanda/tests/rptest/archival/s3_client.py", line 102, in create_bucket
    res = self._cli.create_bucket(
  File "/usr/local/lib/python3.10/dist-packages/botocore/client.py", line 530, in _api_call
    return self._make_api_call(operation_name, kwargs)
  File "/usr/local/lib/python3.10/dist-packages/botocore/client.py", line 964, in _make_api_call
    raise error_class(parsed_response, operation_name)
botocore.exceptions.ClientError: An error occurred (TooManyBuckets) when calling the CreateBucket operation: You have attempted to create more buckets than allowed

JIRA Link: CORE-2282

JIRA Link: CORE-2587

michael-redpanda commented 9 months ago

Transient build issue (TooManyBuckets)

vbotbuildovich commented 6 months ago

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

michael-redpanda commented 6 months ago

Transient build issue (TooManyBuckets)

vbotbuildovich commented 5 months ago

https://buildkite.com/redpanda/vtools/builds/12521 https://buildkite.com/redpanda/vtools/builds/12531 *https://buildkite.com/redpanda/vtools/builds/12745

vbotbuildovich commented 5 months ago

https://buildkite.com/redpanda/vtools/builds/12994 https://buildkite.com/redpanda/vtools/builds/13013 https://buildkite.com/redpanda/vtools/builds/13061 https://buildkite.com/redpanda/vtools/builds/13063 *https://buildkite.com/redpanda/vtools/builds/13066

vbotbuildovich commented 3 months ago

https://buildkite.com/redpanda/vtools/builds/13189 https://buildkite.com/redpanda/vtools/builds/13191

michael-redpanda commented 2 months ago

Automatically closing issue to match current state of CORE-2587