Closed d-t-w closed 2 years ago
Thank you @d-t-w ! I assume 21.6.6 didn’t have this issue ? We’ll fix.
I'm not 100% sure when it popped up @senior7515 - it's a bit of an odd one. In the linked repro it's pretty easy to bump the rp version back to any point.
I should add this was picked up very recently by a user who I believe is relatively new to redpanda, so I don't have much of a grip on when it started to occur.
@NyaliaLui is there something pending to do on https://github.com/vectorizedio/redpanda/pull/1966?
@esteban Yes, after a conversation with Noah, we determined that the issue is deeper than simply changing a boolean value. I'm investigating now.
Hitting what appears to be this exact issue on v22.1.6 (rev ea9c411)
. Any updates on a probable cause or fix?
Hitting what appears to be this exact issue on
v22.1.6 (rev ea9c411)
. Any updates on a probable cause or fix?
Hi @he-la thanks for raising this. The original fix was in https://github.com/redpanda-data/redpanda/pull/2210 looks like we forgot to flag it.
Could you share your config file and the steps that led to the failure? Thank you.
Hi @he-la, I'm not sure if this is relevant for listConsumerGroups
but please check the partition count for the __consumer_offsets
topic. If it has a single partition, then try to increase the partition count using rpk topic add-partitions
: https://docs.redpanda.com/docs/reference/rpk-commands/#rpk-topic-add-partitions.
Thanks @jrkinley - I can no longer reproduce the issue, not sure if this is due to added partitions or something else though.
Closing since the problem was resolved. @he-la Feel free to re-open if you run into the problem again.
Redpanda Version: v21.7.4 (current latest)
Background: encountered when running kPow with a Redpanda cluster with modified broker configuration.
Report:
AdminClient/listConsumerGroup throws a TimeoutException
When:
The following broker configuration is set:
And:
At least one ConsumerGroup is connected to the cluster.
Reproducer
See kpow/redpanda-reproducer-1 for Docker Compose configuration and Clojure reproducer.