Hi Pieter,
FWIW, you may have encountered the following bug:
https://issues.apache.org/jira/browse/KAFKA-12671 .
Thanks,
Alexandre
Le ven. 12 juin 2020 à 00:43, D C a écrit :
>
> Hey peeps,
>
> Anyone else encountered this and got to the bottom of it?
>
> I'm facing a similar issue, having LSO
Hey peeps,
Anyone else encountered this and got to the bottom of it?
I'm facing a similar issue, having LSO stuck for some partitions in a topic
and the consumers can't get data out of it (we're using read_committed =
true).
When this issue started happening we were on kafka 2.3.1
i tried:
- res
Hey peeps,
Anyone else encountered this and got to the bottom of it?
I'm facing a similar issue, having LSO stuck for some partitions in a topic
and the consumers can't get data out of it (we're using read_committed =
true).
When this issue started happening we were on kafka 2.3.1
i tried:
- res
Van: Pieter Hameete
Verzonden: woensdag 20 november 2019 16:33
Aan: Ashutosh singh
CC: users@kafka.apache.org
Onderwerp: Re: Last Stable Offset (LSO) stuck for specific topic partition
after Broker issues
Hi Ashu, others,
I have tested with the latest kafkacat with librdkafka 1.2.2 which can
__
Van: Ashutosh singh mailto:getas...@gmail.com>>
Verzonden: woensdag 20 november 2019 14:43
Aan: users@kafka.apache.org<mailto:users@kafka.apache.org>
mailto:users@kafka.apache.org>>
Onderwerp: Re: Last Stable Offset (LSO) stuck for specific topic partition
after Broker iss
rzonden:* woensdag 20 november 2019 14:43
> *Aan:* users@kafka.apache.org
> *Onderwerp:* Re: Last Stable Offset (LSO) stuck for specific topic
> partition after Broker issues
>
> Hello Pieter,
>
> We had similar issue.
>
> Did you try restarting your consumer ? It th
3
Aan: users@kafka.apache.org
Onderwerp: Re: Last Stable Offset (LSO) stuck for specific topic partition
after Broker issues
Hello Pieter,
We had similar issue.
Did you try restarting your consumer ? It that doesn't fix then you can
try deleting that particular topic partition from the broker a
Hello Pieter,
We had similar issue.
Did you try restarting your consumer ? It that doesn't fix then you can
try deleting that particular topic partition from the broker and restart
the broker so that it will get in sync. Please make sure that you have
replica in-sync before deleting the partiti
Hello,
after having some Broker issues (too many open files) we managed to recover our
Brokers, but read_committed consumers are stuck for a specific topic partition.
It seems like the LSO is stuck at a specific offset. The transactional producer
for the topic partition is working without error