redpanda
redpanda copied to clipboard
Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
### Version & Environment Redpanda version: (use `rpk version`): v22.1.6 (docker image on K8s 1.20) ### What went wrong? I’ve been experimenting with Pandaproxy consumers. I’m following the [blog post](https://redpanda.com/blog/pandaproxy),...
A large number of these test runs fail due to the FranzGoVerifiableSeqConsumer timing out. It's hard to tell if this is a test or a Redpanda issue as there's not...
## Cover Letter Catch semaphore timeouts in the upload and sync manifest loops. Semaphores are not used explicitly on those code paths, but other synchronization primitives may use them and...
Slack thread: https://redpandadata.slack.com/archives/C01ND4SVB6Z/p1660021226351389 > We should test: > Upgrading from 21.11. to 22.2-rc (via hop to 22.1.) > Upgrading from 22.1. to 22.2-rc > I understand that if we are...
FAIL test: AWSRoleFetchTests.test_write (2/2 runs) failure at 2022-08-01T10:40:48.978Z: TimeoutError('Segments were not removed') in job https://buildkite.com/redpanda/vtools/builds/3077#01825803-32b3-4fee-8e12-243a0177833c failure at 2022-07-31T11:04:20.402Z: TimeoutError('Segments were not removed') in job https://buildkite.com/redpanda/vtools/builds/3073#018252da-dd82-4dac-bad9-ea37369ded6e FAIL test: STSRoleFetchTests.test_write (2/2 runs)...
``` [INFO - 2022-08-06 07:54:38,171 - runner_client - log - lineno:278]: RunnerClient: rptest.scale_tests.franz_go_verifiable_test.FranzGoVerifiableWithSiTest.test_si_without_timeboxed.segment_size=104857600: FAIL: Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.10/site-packages/ducktape/tests/runner_client.py", line 135, in run data = self.run_test() File "/home/ubuntu/.local/lib/python3.10/site-packages/ducktape/tests/runner_client.py",...
Redpanda Version: v21.7.4 (current latest) Background: encountered when running [kPow](https://kpow.io) with a Redpanda cluster with modified broker configuration. --- **Report:** AdminClient/listConsumerGroup throws a TimeoutException ``` Error listing groups on localhost:9092...
Assertion failure on CDT ``` FAIL test: ConnectionRateLimitTest.connection_rate_test (1/34 runs) failure at 2022-06-29T10:47:24.923Z: AssertionError() in job https://buildkite.com/redpanda/vtools/builds/2719#0181ae4a-637b-4455-a3d4-f3cf946742c9 ``` ``` Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.9/site-packages/ducktape/tests/runner_client.py", line 135, in run...
### Version & Environment Redpanda version: dev https://buildkite.com/redpanda/redpanda/builds/13761#01827bd6-e3be-48dc-8851-3662e1bca36b ### What went wrong? CI Failure ### What should have happened instead? CI Success ### How to reproduce the issue? ??? ###...
A semaphore timed out in the NTP archiver upload loop and the exception bubbled up stopping the loop: ``` upload loop error: seastar::semaphore_timed_out (Semaphore timedout) ``` The latest occurence is...