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: d334e7cedef828b5580b5dfe7d5e0e2557bcfa72 ### What went wrong? If an old node joins a cluster, it fails to join, which is good. What is not good is...
## Cover letter Previously, the shadow indexing end-to-end test asserted against the current number of segments when checking for segment removal. This approach has the downside that a restart/failure of...
### Version & Environment Redpanda version: (use `rpk version`): latest (rev 8de704b) I'm using `debug` build, `dev` branch, commit 8de704b87b6dfa23d9c0dbd28fbaadb02c254809 - Operating System (e.g. from `/etc/os-release`): ``` PRETTY_NAME="Ubuntu 21.10" NAME="Ubuntu"...
### Version & Environment Redpanda version: tip of dev ``` INFO 2022-08-03 15:26:11,610 [shard 0] raft - [group_id:7, {kafka/__consumer_offsets/2}] vote_stm.cc:255 - becoming the leader term:8 INFO 2022-08-03 15:26:11,610 [shard 0]...
## Cover letter PRs such as #4501 and #5292 extended Redpanda security to use mtls with principal mapping rules. These features are enabled with new confgs, `endpoint_authn_method` and `kafka_enable_authorization`, in...
Hi there, I'm trying to attach another sidecar container to the `redpanda` container and based on the crd: https://github.com/redpanda-data/redpanda/blob/9ade95e13279ca8a8471586134af995269c7a017/src/go/k8s/config/crd/bases/redpanda.vectorized.io_clusters.yaml#L661-L662 it says `Sidecars is a list of sidecars run alongside redpanda...
Log noise seen in this run with an unrelated failure: https://buildkite.com/redpanda/redpanda/builds/13482#01825f42-567a-45e6-a9da-1b6a1bb7061e On an error response, the revision ID is unset: ``` WARN 2022-08-02 16:40:18,429 [shard 0] r/heartbeat - heartbeat_manager.cc:321 -...
### Version & Environment Redpanda: v22.1.4 (rev 491e569) Centos: 3.10.0-1160.53.1.el7.x86_64 ### What went wrong? Someone installed Redpanda in a secure sandbox environment (does not have dns access to query the...
### Who is this for and what problem do they have today? On-prem users typically do re-use a node that used to be part of another Redpanda cluster. Without wiping...
While analyzing if we can remove `latest` from the `configurator` docker image repo, we realized that doing so will break the e2e tests, since it's the default version used: https://github.com/redpanda-data/redpanda/blob/5bd42df31171939a7dc40dab736eede10e108af1/src/go/k8s/main.go#L70...