Hello All,
Any insights on this issue?
Thanks,
Kiran
On Sun, 23 Apr 2023 at 1:58 PM, kiran kumar < kiran.cse507@gmail.com > wrote:
> Hello Kafka Folks,
>
> I have encountered an issue with Kafka 3.2 version.
> Environment:
> OS: RHEL 7.9
> Java: 1.8
> Kafka: 3.2
>
> There seems to one of the replica is stuck in __consumer_offsets topic.
>
> I have the replication factor set as 3 and its 5 node kafka cluster. I
> could see that out of 2 replicas one replica is not getting in sync with
> rest of the two replicas. I have trued to delete the partition folder and
> performed the rolling restart of Kafka. I have also tried to reassign the
> partition to another bode but that node as well in same state. I have tried
> to expand the replicas to 5 partition reassignment tool but all the new
> replicas are at the same state.
> Even though, there two nodes which are good, the third node is unable to
> co...