John Spray
John Spray
When addressing this, would be good to consult the ways in which the test code currently wraps rpk to retry: https://github.com/redpanda-data/redpanda/pull/6175 + make them unnecessary.
I looked at the log as well. It's not at all obvious what's going on here, but what's happening on the server side looks okay (we see all the produces...
So something is happening between the fetch response where the server says hwm=44600 and the fetch response where we return "out of range" -- I'm guessing a leadership change took...
What was the outcome of investigating the most recent failures of these? (https://redpandadata.slack.com/archives/C01H6JRQX1S/p1658740986316359?thread_ts=1658736130.531769&cid=C01H6JRQX1S) If something is still up with them, let's fix it before we reinstate them.
k8s-unstable-tests had two failures in last 24h: FAIL test: k8s-unstable-tests.k8s-unstable-tests (2/24 runs) failure at 2022-08-02T09:37:39.714Z: None in job https://buildkite.com/redpanda/redpanda/builds/13453#01825dce-2bd3-4300-92a8-483046638bce failure at 2022-08-02T10:20:34.786Z: None in job https://buildkite.com/redpanda/redpanda/builds/13454#01825e11-5854-46fe-8699-4c617c6ce836 @nicolaferraro it would be...
> So, there might be some error in the way the query is performed, or redpanda changed the way to handle these cases of configuration changes. Wdyt? Update of status...
Getting the config on the leader after setting it on the leader is synchronous, it's just the status specifically that's asynchonous.
https://github.com/redpanda-data/redpanda/pull/5835
That original assertion `assert self._consumer.consumer_status.total_reads == num_read * concurrency` is not right. the consumer being used will loop until told to stop: if the intervening code takes long enough, the...
This uncaught exception is still in the code. I'm currently seeing it around the same time as I start a bunch of clients doing idempotent writes. I have a mixture...