Re: Last Stable Offset (LSO) stuck for specific topic partition after Broker issues

2021-05-16 Thread Alexandre Dupriez
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

Re: Last Stable Offset (LSO) stuck for specific topic partition after Broker issues

2020-06-11 Thread D C
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: -

Re: Last Stable Offset (LSO) stuck for specific topic partition after Broker issues

2020-06-10 Thread D C
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: -

Re: Last Stable Offset (LSO) stuck for specific topic partition after Broker issues

2019-11-21 Thread Pieter Hameete
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

Re: Last Stable Offset (LSO) stuck for specific topic partition after Broker issues

2019-11-20 Thread Pieter Hameete
hutosh 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 issues Hello

Re: Last Stable Offset (LSO) stuck for specific topic partition after Broker issues

2019-11-20 Thread Ashutosh singh
en:* 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 tha

Re: Last Stable Offset (LSO) stuck for specific topic partition after Broker issues

2019-11-20 Thread Pieter Hameete
: 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 and restart

Re: Last Stable Offset (LSO) stuck for specific topic partition after Broker issues

2019-11-20 Thread Ashutosh singh
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

Last Stable Offset (LSO) stuck for specific topic partition after Broker issues

2019-11-20 Thread Pieter Hameete
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