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: dev https://ci-artifacts.dev.vectorized.cloud/redpanda/018279f4-00b6-44e0-956b-20f174bc3a6e/vbuild/ducktape/results/2022-08-07--001/PartitionMoveInterruption/test_cancelling_partition_move/replication_factor=3.unclean_abort=True.recovery=restart_recovery/90/ Might be related to #4234 ### What went wrong? Ci Failure ### What should have happened instead? CI Success ### How to...
## Cover letter PRs such as #4501 and #5292 extended the authn and authz layers to support principal mapping rules. The result of those patches were new configs such as...
### Version & Environment Redpanda version: 22.1.5 ### What went wrong? In Kubernetes, using the operator, when you specify `cloudStorage` parameters to enable shadow indexing, the values do not make...
## Cover letter Fixed assertion checking if the number of consumed messages is equal to number of acked ones. Correct assertion should validate if number of consumed messages is greater...
### Version & Environment Redpanda version: dev https://ci-artifacts.dev.vectorized.cloud/redpanda/01827bf1-6da9-4b9c-8305-0454d2518bbc/vbuild/ducktape/results/2022-08-08--001/PartitionMovementUpgradeTest/test_basic_upgrade/119/ ### What went wrong? Ci Failure ### What should have happened instead? CI Success ### How to reproduce the issue? ??? ###...
CI failure https://buildkite.com/redpanda/redpanda/builds/13617#01826a0e-251d-46ae-a8e5-a9ff57e64800 ``` ==================================================================================================== test_id: rptest.tests.partition_movement_upgrade_test.PartitionMovementUpgradeTest.test_basic_upgrade status: FAIL run time: 13 minutes 37.176 seconds TimeoutError("Timed out waiting 600 seconds for service nodes to finish. These nodes are still alive:...
## Cover letter Once a log was evicted up to an offset X it's wasteful to store abort indexes covering the offsets before X (the abort index is used only...
## Cover letter - reduces duration of partition_movement_test from 25min to 8min - introduce a workload generator / consistency checker to verified producer / consumers The new verifier is based...
https://buildkite.com/redpanda/redpanda/builds/11093#018144a0-4373-4133-b2d2-09624ddc39bd ``` Module: rptest.tests.consumer_group_test Class: ConsumerGroupTest Method: test_dead_group_recovery Arguments: { "static_members": true } ``` ``` RpkException('command /var/lib/buildkite-agent/builds/buildkite-amd64-xfs-builders-i-03b8eb9dbfa8ff623-1/redpanda/redpanda/vbuild/release/clang/dist/local/redpanda/bin/rpk group --brokers docker-rp-17:9092,docker-rp-8:9092,docker-rp-7:9092 describe test-gr-1 returned 1, output: all 1 DescribeGroups request failures,...
## Background On a system in a steady state, the current `describe` commands work fine. But if a partition is going through changes, rpk will tend to get NOT_LEADER errors...