John Spray
John Spray
That last failure link (job 18525) is the one and only failure in the last 30 days in this test. 503s getting broker list happen when the node cannot get...
This is a test bug. The test is sending /v1/brokers requests to any node, but that includes the decommissioned node. The decommissioned node will always respond with 503 because it...
@michaelandrepearce for our planning, it would be interesting to know how you authenticate with Azure blob storage in your environment. Are you using Managed Identities for VMs, plaintext secrets in...
Azure support with key auth is coming in Redpanda 23.1 In this version, key changes will require a node restart
/ci-repeat 5 debug skip-units dt-repeat=60 tests/rptest/services_self_test.py::KgoVerifierSelfTest.test_kgo_verifier
/ci-repeat 5 debug skip-units dt-repeat=60 tests/rptest/tests/services_self_test.py::KgoVerifierSelfTest.test_kgo_verifier
There were several leadership movements ~20 seconds after the cluster started, initiated by the leader balancer ``` docker-rp-15/redpanda.log:INFO 2022-11-09 20:40:07,680 [shard 0] raft - [group_id:9, {kafka/test/8}] vote_stm.cc:280 - became the...
The workload constructs a new kgo.Client at this time: ``` time="2022-11-09T20:40:26Z" level=info msg="Sequential read end offsets: [54 66 65 54 60 61 59 69 73 54 68 65 63 61...
The server is sending full fetch responses to the client from each node, and the client is coming back and doing empty fetch polls afterwards, on the face of it...
Switching on debug logs for the clients in this test here: https://github.com/redpanda-data/redpanda/pull/7233 That PR also updates franz-go to latest version, in case there was a client bug already fixed. Once...