redpanda icon indicating copy to clipboard operation
redpanda copied to clipboard

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!

Results 1140 redpanda issues
Sort by recently updated
recently updated
newest added

The observation of this bug came from this [CI failure](https://github.com/redpanda-data/redpanda/issues/5638) where it was observed that pandaproxy returned 500 due to a sleep aborted exception not being handled. Upon further observation...

kind/bug
area/pandaproxy

## Cover letter Currently we have a timer that throws in case of timeouts but does not actually cleanup the underlying resource units. So if the dispatch of send blocks...

kind/bug
area/redpanda
area/tests
ci-failure

### Version & Environment Redpanda version: dev ### What went wrong? https://buildkite.com/redpanda/redpanda/builds/13052#_ https://ci-artifacts.dev.vectorized.cloud/redpanda/01823742-f7b0-4a39-91d8-23c984ec547b/vbuild/ducktape/results/2022-07-25--001/report.html ### What should have happened instead? Not a failure ### How to reproduce the issue? Not sure...

kind/bug
area/pandaproxy
area/tests
ci-failure

### Version & Environment Redpanda version: (use `rpk version`): Server: docker.redpanda.com/vectorized/redpanda:v22.1.6 Client: v22.1.5 (rev 042089c50e0c5d148a2d49f5dcf1bcdfa419be3a) Cloud: https://fly.io/ Client OS: MacOS Monterey I've created a fly.toml to run redpanda that looks...

kind/bug

## Cover letter Tweak the description of 'cloud_storage_max_connections' to reflect the fact that it applies to both uploads and downloads. ## Backport Required - [X] not a bug fix -...

area/redpanda

Centralized configuration and related tests seem to be stable. cc: @jcsp

kind/enhance
area/k8s
area/tests

the config's type of "retention.ms" is defined in `topic_properties`, like ```c++ tristate retention_duration{std::nullopt}; ``` and we use `describe_as_string()` to format the value of config description, and `describe_as_string()` in turn uses...

area/redpanda

via https://github.com/redpanda-data/redpanda/pull/5609#issuecomment-1204972433 Currently, when you write new config and get a config version in the response, there is no guarantee that a subsequent GET to cluster_config/status on the same node...

area/controller
kind/tech-debt

https://buildkite.com/redpanda/redpanda/builds/13571#0182669b-0537-49b4-9b5a-bb45b6114e90/6-9016 ``` Exception('FranzGoVerifiableConsumerGroupConsumer-0-140208812418784-worker-1: Traceback (most recent call last):\n File "/usr/local/lib/python3.10/dist-packages/ducktape/services/background_thread.py", line 38, in _protected_worker\n self._worker(idx, node)\n File "/root/tests/rptest/services/franz_go_verifiable_services.py", line 284, in _worker\n self.save_exception(ex)\n File "/root/tests/rptest/services/franz_go_verifiable_services.py", line 84, in save_exception\n raise...

kind/bug
ci-failure

Currently startup failures are logged at INFO level, but there doesn't seem to be any reason to not log this critical failure message at error, as it only occurs at...

area/redpanda
kind/tech-debt