Re: [DISCUSS] Single broker failures causing offline partitions

2024-09-17 Thread Martin Dickson
I created https://issues.apache.org/jira/browse/KAFKA-17562 for this. Best, Martin On Wed, Sep 11, 2024 at 5:29 PM Martin Dickson wrote: > Hi Justine and Calvin, > > Thank you both for the feedback, I agree that KIP-966 should solve #2. > I'll file a JIRA ticket for #1

[jira] [Created] (KAFKA-17562) Failure detection for degraded brokers

2024-09-17 Thread Martin Dickson (Jira)
Martin Dickson created KAFKA-17562: -- Summary: Failure detection for degraded brokers Key: KAFKA-17562 URL: https://issues.apache.org/jira/browse/KAFKA-17562 Project: Kafka Issue Type

Re: [DISCUSS] Single broker failures causing offline partitions

2024-09-11 Thread Martin Dickson
gt; > > Hey Calvin and Martin, > > > > > > > > Makes sense. So KIP-966 can help with 2, but 1 (some mechanism to > > > identify > > > > the issue) is still required. > > > > If you haven't already filed a JIRA ticket for this, do you mind > doing >

Re: [DISCUSS] Single broker failures causing offline partitions

2024-09-11 Thread Martin Dickson
nother replica to the leader. > > 2. The controller needs to know which replica is a valid candidate to be > > the leader. ELR could be a good candidate(KIP-966 currently targets 4.0). > > It is a very interesting problem, probably the community can pick this up > > after 4

Re: [DISCUSS] Single broker failures causing offline partitions

2024-09-10 Thread Martin Dickson
the "last replica standing" issue > > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-966%3A+Eligible+Leader+Replicas > > Let me know if it helps, > > Justine > > On Tue, Sep 10, 2024 at 9:00 AM Martin Dickson > wrote: > > > Hi all, > >