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

## Cover letter Introduce two new methods: - start_constructing_service that creates the sharded server without adding a functor to _deferred list. - finish_constructing_service that adds a functor to the _deferred...

kind/bug
area/redpanda
area/archival
area/shadow-indexing

Create a scale test which exercises cluster recovery from S3 with larger amounts of data and partitions. _Note: Based on #5667, so ignore duplicate commits here until that is merged._

I've reproduced this a couple of times when working on #5818. This "scale test" for recovery from cloud storage bascially does this: 1. Create two topics with "many" partitions (200-600)...

kind/bug
area/archival
area/shadow-indexing

An archiver is removed in reconcile loop if it is considered to be stopped. The stop condition checks if the upload loop is stopped. with read replica there are two...

area/redpanda

## Cover letter Changed the way how cluster health is refreshed on the `raft0` leader node. Currently the refresh will be triggered if controller leader health metadata is stale. Previously...

kind/bug
area/redpanda

## Cover letter Updates to ManyPartitionsTest: - Make it dynamically select size based on enviroment: this is useful for developers but also for running on different instance types without having...

area/redpanda

given the existence of `rpk redpanda start --sandbox`-style family of commands, it would be great to have an rpk command - adatabase of profiles of a production workload. Effectively once...

kind/enhance
area/rpk

Some tweaks to the k8s testing setup: * Assume dockerfile for operator is built using buildkit (drop support for "old" `docker build`) * Adds dockerignore file to speedup local dev...

kind/enhance
area/k8s
area/tests

### Version & Environment Redpanda version: (use `rpk version`): v21.11.19 => v22.1.7 I have a test in flight (branch [here](https://github.com/andrwng/redpanda/commit/216c6101b9d084d1f058bf5b82ad4fea637e0cf5)) that runs through two upgrades, one from v21.11.19 => v22.1.7...

kind/bug

``` FAIL test: FranzGoVerifiableWithSiTest.test_si_without_timeboxed.segment_size=104857600 (1/1 runs) failure at 2022-07-31T11:04:20.402Z: NodeCrash([(, "ERROR 2022-07-31 08:16:28,783 [shard 3] assert - Assert failure: (../../../src/v/storage/segment_reader.cc:215) '_parent == nullptr' Must close before destroying\n"), (, "redpanda: /v/build/v_deps_build/seastar-prefix/src/seastar/include/seastar/core/future.hh:641:...

kind/bug
ci-failure
area/shadow-indexing