Alexey Biryukov
Alexey Biryukov
@mmaslankaprv I think https://github.com/redpanda-data/redpanda/commit/f0f683be923457f7553065946035e5cc2c256b5c is unrelated to this issue, this one is not about timeouts: the cluster comes to a stable replicas balance in ~5s out of 30s timeout and...
another one: https://buildkite.com/redpanda/redpanda/builds/18948#0184a180-4e1e-4831-b5c7-57a05b7cacc8
There are corner cases that still give almost the same failure, handled by #10024
> https://buildkite.com/redpanda/redpanda/builds/29872#018851b3-5ba0-4acf-ac99-63298506a279 This is the case of `[1,1,2]` distribution ``` replicas per domain per node: {-1: {1: 5, 2: 5, 3: 6}, 0: {1: 1, 2: 1, 3: 2} ```...
FAIL test: ConsumerGroupTest.test_dead_group_recovery.static_members=False (2/52 runs) failure at 2022-10-28T17:48:25.786Z: in job https://buildkite.com/redpanda/redpanda/builds/17537#01841f34-d39d-4994-bb74-b1e3165ab386
* -240ms: test deletes topic and waits for the CG to become `group_state::dead` ([here](https://github.com/redpanda-data/redpanda/blob/dev/tests/rptest/tests/consumer_group_test.py#L375-L386)) * -140ms: [N:test-gr-1 S:Empty G:2] group.cc:179 - Changing state from Empty to Dead * -40ms: test...
The issue is that the test kills the other two nodes of the cluster before the CG coordinator is able to replicate the tombstones for `__consumer_offsets` to clean up the...
another one in a feature branch: https://buildkite.com/redpanda/redpanda/builds/18931#0184a033-7ea6-4795-9286-d0999d69a495
Same issue is reported via another stack: what was fixed was in `group::remove()`, now the error is logged in `group::remove_topic_partitions()`.
The `AssertionError('Unable to determine group within set number of attempts')` is happening in both amd64 and arm64 in CDT: FAIL test: ManyPartitionsTest.test_many_partitions (6/9 runs) - on (amd64, VM) in job...