Re: [DISCUSS] KIP-1166: Improve high-watermark replication

2025-04-28 Thread David Arthur
Hey José, thanks for the KIP! If I understand correctly, the problem at hand is that the follower may need a new HWM, but if there is no new data waiting it can take up to MaxWaitMs. Having the follower report its HWM in the request seems like a good approach. DA1. It might be more clear if we ca

Re: [VOTE] 3.9.1 RC0

2025-04-19 Thread David Arthur
cutting the first RC. > > I just want to point to the email on the dev list with subject: `Kafka > tags on repo`. > > It seems, our release scripts have some issue. David Arthur is actively > investigation: https://issues.apache.org/jira/browse/KAFKA-19166 > > Apparently s

Re: [VOTE] KIP-1126: Serialize changes to Kafka with a build queue

2025-02-18 Thread David Arthur
On Sat, Feb 15, 2025 at 4:28 AM Kamal Chandraprakash < kamal.chandraprak...@gmail.com> wrote: > +1 (binding), Thanks for the KIP! > > -- > Kamal > > On Fri, Feb 14, 2025 at 10:25 AM Matthias J. Sax wrote: > > > +1 (binding) > > > > On 2/13/25 8:03 AM

Re: Protected Branches and Required Checks

2025-03-08 Thread David Arthur
; > * Require all changes to trunk to flow through a PR > > > That's exactly the case Chia-Ping was asking about that you said is _not_ > expected. > > Ismael > > > On Thu, Mar 6, 2025 at 8:01 AM David Arthur wrote: > > > Indeed, what I was trying to achiev

Re: Protected Branches and Required Checks

2025-03-06 Thread David Arthur
b.com:apache/kafka.git > > ... > > > > Does this mean we must revert code via pull requests in the future? > > > > Best, > > Chia-Ping > > > > On 2025/03/06 04:30:22 David Arthur wrote: > > > Ok looks like Infra’s manual GitHub config change

Re: Protected Branches and Required Checks

2025-03-06 Thread David Arthur
kes a good balance between safety and convenience, and is a definite improvement over what we have now (which is no protections). -David On Thu, Mar 6, 2025 at 9:06 AM David Arthur wrote: > Hm, this wasn't my intention with this change. I was expected two things > to change: > > 1) PR

Re: Protected Branches and Required Checks

2025-03-05 Thread David Arthur
s as much as possible. > > For another, It seems we also require PRs to be up-to-date, which is good. > However, the side effect is cache misses. I recall you've done a lot of > work on improving the cache, so I'm wondering if this protection conflicts > with cache usage. >

Re: Protected Branches and Required Checks

2025-03-05 Thread David Arthur
>> work on improving the cache, so I'm wondering if this protection conflicts >> with cache usage. >> >> Best, >> Chia-Ping >> >> David Arthur 於 2025年3月6日 週四 上午4:07寫道: >> >> > We had a hiccup today where a PR was merged due to a fal

Re: [DISCUSS] KIP-1133: AK Documentation and Website in Markdown

2025-03-11 Thread David Arthur
; > > > > > On Sat, Mar 1, 2025 at 3:01 PM Matthias J. Sax > > > > > wrote: > > > > > > > > > > > > > Hi, > > > > > > > > > > > > > > I am totally in favor to make this happen, and I was &g

Re: Protected Branches and Required Checks

2025-03-11 Thread David Arthur
o direct pushes to trunk. If so, I understand now. > > Ismael > > On Thu, Mar 6, 2025 at 9:26 AM David Arthur wrote: > > > Sorry, let me clarify that point. > > > > There are two proposed rulesets (full details in the INFRA ticket): > > > > 1) No force pus

Re: Proposal: Improving PR Review Process

2025-02-27 Thread David Arthur
reviewed and tag them with a special label so that volunteers with > free cycles can easily find them. Plus, we might introduce a soft policy > asking assigned reviewers to respond within a week if no one else has. > > Thanks, > NB > -- David Arthur

Re: New PR workflow in KAFKA-18748

2025-03-04 Thread David Arthur
ng] All of that grey is time saved thanks to caching. The builds with a solid grey bar (all cache, no tests run) are docs changes. Neat! -David A On Wed, Feb 26, 2025 at 1:04 PM David Arthur wrote: > Another thing that changed this week is the addition of a PR Linter. This > is part of the

Protected Branches and Required Checks

2025-03-05 Thread David Arthur
vent forced pushing to these branches which we honestly should have done long ago. -- David Arthur

Re: [VOTE] KIP-1126: Serialize changes to Kafka with a build queue

2025-02-13 Thread David Arthur
Good point, Chris! The vote will remain open for another 2 days. I will resend a vote summary if any additional votes are cast David Arthur On Thu, Feb 13, 2025 at 10:27 Chris Egerton wrote: > Hi David, > > Isn't it a requirement that we leave KIP vote threads open for a m

Default PR commit message template

2025-02-19 Thread David Arthur
Hey folks, just wanted to let you all know we have made a GitHub configuration change for our PRs. If you’ve ever wondered why the default commit message in GitHub PRs seems to be kind of weird and arbitrary, you are not alone! Turns out the “default” commit message for PRs is rather unintuitive a

Re: [DISCUSS] KIP-1133: AK Documentation and Website in Markdown

2025-02-21 Thread David Arthur
.apache.org/confluence/display/KAFKA/KIP-1133%3A+AK+Documentation+and+Website+in+Markdown > > > detailing > the proposal and would like to start discussions. Please take a look. > > Regards, > Harish > -- David Arthur

New PR workflow in KAFKA-18748

2025-02-24 Thread David Arthur
Hey everyone, just wanted to inform you all that we just merged KAFKA-18748 https://github.com/apache/kafka/pull/18770 This splits our CI workflow into more parallel jobs which run subsets of the tests with different settings. The JUnit tests are now split into "new", "flaky", and the remainder.

Re: New PR workflow in KAFKA-18748

2025-02-26 Thread David Arthur
gt;> > > >> > one small question: > >> > Can we merge the PR if only flaky or new tests fail? Sometimes, I list > >> > tickets for flaky (or unrelated) tests before merging. However, since > we > >> > now have a separate test suite for stable

Re: New PR workflow in KAFKA-18748

2025-02-26 Thread David Arthur
, but this is the most significant. -David A On Wed, Feb 26, 2025 at 12:59 PM David Arthur wrote: > Sophie, > > > are tests automatically sorted into these buckets or do we have to > manually move them > > This part hasn't changed -- we still need to manually mark tests

Re: New PR workflow in KAFKA-18748

2025-02-25 Thread David Arthur
ky, non-new), I > > assume the new condition is that "stable tests must pass"? > > > > Best, > > Chia-Ping > > > > > > > > > > Ismael Juma 於 2025年2月25日 週二 上午6:24寫道: > > > > > Thanks David - this is another important imp

Re: [DISCUSS] KIP-1133: AK Documentation and Website in Markdown

2025-02-25 Thread David Arthur
own files. For ex, the below > > > would create a plain text version of all docs for 39/ branch., which > can be > > > packaged with the binary distribution. > > > > > > find docs/ -name "*.md" -type f | while read -r file; do > > > dir=$(

Re: [DISCUSS] Git commits and metadata

2025-04-02 Thread David Arthur
his in > > correctly (even if we try to automate it to the best extend possible). > > > > What actual problem are we solving? > > > > > > -Matthias > > > > On 3/28/25 7:25 AM, Chia-Ping Tsai wrote: > > > hi David > > > > > >> D

Re: [DISCUSS] Git commits and metadata

2025-03-27 Thread David Arthur
the > "Signed-off-by" header already captured by git/GitHub on merge? > > Thanks, > Kirk > > On Tue, Mar 25, 2025, at 5:06 PM, David Arthur wrote: > > Hello Kafka community! > > > > I wanted to start a discussion around our Git commits and the metadata w

Re: [DISCUSS] Apache Kafka 4.1.0 release

2025-04-04 Thread David Arthur
+1 thanks Mickael! David Arthur On Wed, Mar 19, 2025 at 07:59 Mickael Maison wrote: > Hi, > > I'd like to volunteer to be the release manager for the Apache Kafka > 4.1.0 release. > > If there are no objections, I'll start building the release plan in >

Re: [VOTE] KIP-1133: AK Documentation and Website in Markdown

2025-04-04 Thread David Arthur
rkdown > >>>>> > >>>> > >>>> Discussion thread: > >>>> > >>>> https://emea01.safelinks.protection.outlook.com/? url=https%3A%2F% > 2Flists.apache.org > %2Fthread%2Fkc0kg0dxy6xdrwyv10k56k6g058ng2dw&data=05%7C02%7C%7C940186c5945340391d7a08dd6cbf46dc%7C84df9e7fe9f640afb435%7C1%7C0%7C638786290955681824%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=%2FtrIYkj5dW48vAn4V2RkYHZcJulIsnBxRcfeM8avDYI%3D&reserved=0 > >>>> <https://lists.apache.org/thread/kc0kg0dxy6xdrwyv10k56k6g058ng2dw> > >>>> > >>>> Regards > >>>> Harish > >>>> > >>> > > > > -- David Arthur

Re: [VOTE] KIP-1166: Improve high-watermark replication

2025-05-07 Thread David Arthur
Thanks José, +1 binding -David A On Mon, May 5, 2025 at 4:47 PM Alyssa Huang wrote: > Hey Jose, > > KIP looks good to me as well! > > On Mon, May 5, 2025 at 10:08 AM Jun Rao wrote: > > > Hi, Jose, > > > > Thanks for the KIP. +1 > > > > Jun > > > > On Fri, May 2, 2025 at 8:42 AM José Armando G

Re: [VOTE] KIP-1186: Update AddRaftVoterRequest RPC to support auto-join

2025-07-10 Thread David Arthur
support+auto-join > > > > > > Discussion thread link: > > > https://lists.apache.org/thread/ko478l71jf9hqhhg328tcdr46nj2wcz9 > > > > > > Thanks, > > > Kevin Wu > > > > > > -- David Arthur

[jira] [Created] (KAFKA-7738) Track partition leader epochs in client metadata

2018-12-14 Thread David Arthur (JIRA)
David Arthur created KAFKA-7738: --- Summary: Track partition leader epochs in client metadata Key: KAFKA-7738 URL: https://issues.apache.org/jira/browse/KAFKA-7738 Project: Kafka Issue Type

[jira] [Created] (KAFKA-7766) Improve fail-fast behavior of Jenkins build

2018-12-21 Thread David Arthur (JIRA)
David Arthur created KAFKA-7766: --- Summary: Improve fail-fast behavior of Jenkins build Key: KAFKA-7766 URL: https://issues.apache.org/jira/browse/KAFKA-7766 Project: Kafka Issue Type: Task

[jira] [Created] (KAFKA-7795) Broker fails on duplicate configuration keys

2019-01-08 Thread David Arthur (JIRA)
David Arthur created KAFKA-7795: --- Summary: Broker fails on duplicate configuration keys Key: KAFKA-7795 URL: https://issues.apache.org/jira/browse/KAFKA-7795 Project: Kafka Issue Type

[jira] [Created] (KAFKA-8365) Protocol and consumer support for follower fetching

2019-05-14 Thread David Arthur (JIRA)
David Arthur created KAFKA-8365: --- Summary: Protocol and consumer support for follower fetching Key: KAFKA-8365 URL: https://issues.apache.org/jira/browse/KAFKA-8365 Project: Kafka Issue Type

[jira] [Created] (KAFKA-8443) Allow broker to select a preferred read replica for consumer

2019-05-28 Thread David Arthur (JIRA)
David Arthur created KAFKA-8443: --- Summary: Allow broker to select a preferred read replica for consumer Key: KAFKA-8443 URL: https://issues.apache.org/jira/browse/KAFKA-8443 Project: Kafka

[jira] [Created] (KAFKA-8519) Trogdor should support network degradation

2019-06-10 Thread David Arthur (JIRA)
David Arthur created KAFKA-8519: --- Summary: Trogdor should support network degradation Key: KAFKA-8519 URL: https://issues.apache.org/jira/browse/KAFKA-8519 Project: Kafka Issue Type

[jira] [Created] (KAFKA-8753) Add JMX for number of topics marked for deletion

2019-08-05 Thread David Arthur (JIRA)
David Arthur created KAFKA-8753: --- Summary: Add JMX for number of topics marked for deletion Key: KAFKA-8753 URL: https://issues.apache.org/jira/browse/KAFKA-8753 Project: Kafka Issue Type

[jira] [Created] (KAFKA-8981) Add bandwidth limits to DegradedNetworkFault

2019-10-04 Thread David Arthur (Jira)
David Arthur created KAFKA-8981: --- Summary: Add bandwidth limits to DegradedNetworkFault Key: KAFKA-8981 URL: https://issues.apache.org/jira/browse/KAFKA-8981 Project: Kafka Issue Type

[jira] [Resolved] (KAFKA-8896) NoSuchElementException after coordinator move

2019-10-04 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-8896. - Resolution: Fixed > NoSuchElementException after coordinator m

[jira] [Created] (KAFKA-9123) Add system test with large number of partitions

2019-10-31 Thread David Arthur (Jira)
David Arthur created KAFKA-9123: --- Summary: Add system test with large number of partitions Key: KAFKA-9123 URL: https://issues.apache.org/jira/browse/KAFKA-9123 Project: Kafka Issue Type: Test

[jira] [Created] (KAFKA-10265) FetchRequest and FetchResponse should use the generated message classes

2020-07-10 Thread David Arthur (Jira)
David Arthur created KAFKA-10265: Summary: FetchRequest and FetchResponse should use the generated message classes Key: KAFKA-10265 URL: https://issues.apache.org/jira/browse/KAFKA-10265 Project

[jira] [Resolved] (KAFKA-10265) FetchRequest and FetchResponse should use the generated message classes

2020-07-10 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-10265. -- Resolution: Duplicate > FetchRequest and FetchResponse should use the generated mess

[jira] [Created] (KAFKA-10491) Check authorizations before other criteria in KafkaApis

2020-09-16 Thread David Arthur (Jira)
David Arthur created KAFKA-10491: Summary: Check authorizations before other criteria in KafkaApis Key: KAFKA-10491 URL: https://issues.apache.org/jira/browse/KAFKA-10491 Project: Kafka

[jira] [Created] (KAFKA-10521) Remove ZK watch for completing partition reassignment

2020-09-24 Thread David Arthur (Jira)
David Arthur created KAFKA-10521: Summary: Remove ZK watch for completing partition reassignment Key: KAFKA-10521 URL: https://issues.apache.org/jira/browse/KAFKA-10521 Project: Kafka Issue

[jira] [Created] (KAFKA-15263) KRaftMigrationDriver can run the migration twice

2023-07-27 Thread David Arthur (Jira)
David Arthur created KAFKA-15263: Summary: KRaftMigrationDriver can run the migration twice Key: KAFKA-15263 URL: https://issues.apache.org/jira/browse/KAFKA-15263 Project: Kafka Issue Type

[jira] [Resolved] (KAFKA-15263) KRaftMigrationDriver can run the migration twice

2023-07-28 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-15263. -- Resolution: Fixed > KRaftMigrationDriver can run the migration tw

[jira] [Created] (KAFKA-15374) ZK migration fails on configs for default broker resource

2023-08-17 Thread David Arthur (Jira)
David Arthur created KAFKA-15374: Summary: ZK migration fails on configs for default broker resource Key: KAFKA-15374 URL: https://issues.apache.org/jira/browse/KAFKA-15374 Project: Kafka

[jira] [Created] (KAFKA-15381) Controller waiting for migration should only allow failover when transactions are supported

2023-08-18 Thread David Arthur (Jira)
David Arthur created KAFKA-15381: Summary: Controller waiting for migration should only allow failover when transactions are supported Key: KAFKA-15381 URL: https://issues.apache.org/jira/browse/KAFKA-15381

[jira] [Created] (KAFKA-15389) MetadataLoader may publish an empty image on first start

2023-08-21 Thread David Arthur (Jira)
David Arthur created KAFKA-15389: Summary: MetadataLoader may publish an empty image on first start Key: KAFKA-15389 URL: https://issues.apache.org/jira/browse/KAFKA-15389 Project: Kafka

[jira] [Created] (KAFKA-15435) KRaft migration record counts in log message are incorrect

2023-09-05 Thread David Arthur (Jira)
David Arthur created KAFKA-15435: Summary: KRaft migration record counts in log message are incorrect Key: KAFKA-15435 URL: https://issues.apache.org/jira/browse/KAFKA-15435 Project: Kafka

[jira] [Created] (KAFKA-15441) Broker sessions can time out during ZK migration

2023-09-06 Thread David Arthur (Jira)
David Arthur created KAFKA-15441: Summary: Broker sessions can time out during ZK migration Key: KAFKA-15441 URL: https://issues.apache.org/jira/browse/KAFKA-15441 Project: Kafka Issue Type

[jira] [Resolved] (KAFKA-15435) KRaft migration record counts in log message are incorrect

2023-09-08 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-15435. -- Resolution: Fixed > KRaft migration record counts in log message are incorr

[jira] [Resolved] (KAFKA-15441) Broker sessions can time out during ZK migration

2023-09-08 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-15441. -- Resolution: Fixed > Broker sessions can time out during ZK migrat

[jira] [Created] (KAFKA-15450) Disable ZK migration when JBOD configured

2023-09-11 Thread David Arthur (Jira)
David Arthur created KAFKA-15450: Summary: Disable ZK migration when JBOD configured Key: KAFKA-15450 URL: https://issues.apache.org/jira/browse/KAFKA-15450 Project: Kafka Issue Type: Bug

[jira] [Resolved] (KAFKA-15450) Disable ZK migration when JBOD configured

2023-09-12 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-15450. -- Resolution: Fixed > Disable ZK migration when JBOD configu

[jira] [Created] (KAFKA-15532) ZkWriteBehindLag should not be reported by inactive controllers

2023-10-03 Thread David Arthur (Jira)
David Arthur created KAFKA-15532: Summary: ZkWriteBehindLag should not be reported by inactive controllers Key: KAFKA-15532 URL: https://issues.apache.org/jira/browse/KAFKA-15532 Project: Kafka

[jira] [Created] (KAFKA-15552) Duplicate Producer ID blocks during ZK migration

2023-10-05 Thread David Arthur (Jira)
David Arthur created KAFKA-15552: Summary: Duplicate Producer ID blocks during ZK migration Key: KAFKA-15552 URL: https://issues.apache.org/jira/browse/KAFKA-15552 Project: Kafka Issue Type

[jira] [Created] (KAFKA-15605) Topic marked for deletion are incorrectly migrated to KRaft

2023-10-13 Thread David Arthur (Jira)
David Arthur created KAFKA-15605: Summary: Topic marked for deletion are incorrectly migrated to KRaft Key: KAFKA-15605 URL: https://issues.apache.org/jira/browse/KAFKA-15605 Project: Kafka

[jira] [Created] (KAFKA-15648) QuorumControllerTest#testBootstrapZkMigrationRecord is flaky

2023-10-19 Thread David Arthur (Jira)
David Arthur created KAFKA-15648: Summary: QuorumControllerTest#testBootstrapZkMigrationRecord is flaky Key: KAFKA-15648 URL: https://issues.apache.org/jira/browse/KAFKA-15648 Project: Kafka

[jira] [Created] (KAFKA-15698) KRaft mode brokers should clean up stray partitions from migration

2023-10-26 Thread David Arthur (Jira)
David Arthur created KAFKA-15698: Summary: KRaft mode brokers should clean up stray partitions from migration Key: KAFKA-15698 URL: https://issues.apache.org/jira/browse/KAFKA-15698 Project: Kafka

[jira] [Created] (KAFKA-15799) ZK brokers incorrectly handle KRaft metadata snapshots

2023-11-08 Thread David Arthur (Jira)
David Arthur created KAFKA-15799: Summary: ZK brokers incorrectly handle KRaft metadata snapshots Key: KAFKA-15799 URL: https://issues.apache.org/jira/browse/KAFKA-15799 Project: Kafka Issue

[jira] [Resolved] (KAFKA-15605) Topics marked for deletion in ZK are incorrectly migrated to KRaft

2023-11-14 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-15605. -- Fix Version/s: 3.7.0 Resolution: Fixed > Topics marked for deletion in ZK

[jira] [Created] (KAFKA-15825) KRaft controller writes empty state to ZK after migration

2023-11-14 Thread David Arthur (Jira)
David Arthur created KAFKA-15825: Summary: KRaft controller writes empty state to ZK after migration Key: KAFKA-15825 URL: https://issues.apache.org/jira/browse/KAFKA-15825 Project: Kafka

[jira] [Resolved] (KAFKA-15825) KRaft controller writes empty state to ZK after migration

2023-11-14 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-15825. -- Resolution: Fixed This bug was fixed as part of KAFKA-15605 > KRaft controller writes em

[jira] [Created] (KAFKA-16667) KRaftMigrationDriver gets stuck after successive failovers

2024-05-04 Thread David Arthur (Jira)
David Arthur created KAFKA-16667: Summary: KRaftMigrationDriver gets stuck after successive failovers Key: KAFKA-16667 URL: https://issues.apache.org/jira/browse/KAFKA-16667 Project: Kafka

[jira] [Resolved] (KAFKA-16463) Automatically delete metadata log directory on ZK brokers

2024-06-20 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-16463. -- Resolution: Fixed > Automatically delete metadata log directory on ZK brok

[jira] [Resolved] (KAFKA-15330) Migration from ZK to KRaft works with 3.4 but fails from 3.5 upwards

2024-08-06 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-15330. -- Resolution: Won't Fix Closing since it is not recommended to perform a migration on 3

[jira] [Created] (KAFKA-17352) Upgrade Gradle Enterprise to develocity plugin

2024-08-15 Thread David Arthur (Jira)
David Arthur created KAFKA-17352: Summary: Upgrade Gradle Enterprise to develocity plugin Key: KAFKA-17352 URL: https://issues.apache.org/jira/browse/KAFKA-17352 Project: Kafka Issue Type

[jira] [Created] (KAFKA-15968) QuorumController does not treat CorruptRecordException as fatal

2023-12-04 Thread David Arthur (Jira)
David Arthur created KAFKA-15968: Summary: QuorumController does not treat CorruptRecordException as fatal Key: KAFKA-15968 URL: https://issues.apache.org/jira/browse/KAFKA-15968 Project: Kafka

[jira] [Created] (KAFKA-16007) ZK migrations can be slow for large clusters

2023-12-13 Thread David Arthur (Jira)
David Arthur created KAFKA-16007: Summary: ZK migrations can be slow for large clusters Key: KAFKA-16007 URL: https://issues.apache.org/jira/browse/KAFKA-16007 Project: Kafka Issue Type

[jira] [Created] (KAFKA-16020) Time#waitForFuture should tolerate nanosecond overflow

2023-12-15 Thread David Arthur (Jira)
David Arthur created KAFKA-16020: Summary: Time#waitForFuture should tolerate nanosecond overflow Key: KAFKA-16020 URL: https://issues.apache.org/jira/browse/KAFKA-16020 Project: Kafka Issue

[jira] [Created] (KAFKA-16078) InterBrokerProtocolVersion defaults to non-production MetadataVersion

2024-01-03 Thread David Arthur (Jira)
David Arthur created KAFKA-16078: Summary: InterBrokerProtocolVersion defaults to non-production MetadataVersion Key: KAFKA-16078 URL: https://issues.apache.org/jira/browse/KAFKA-16078 Project: Kafka

[jira] [Created] (KAFKA-16171) Controller failover during ZK migration can lead to controller unavailability for ZK brokers

2024-01-19 Thread David Arthur (Jira)
David Arthur created KAFKA-16171: Summary: Controller failover during ZK migration can lead to controller unavailability for ZK brokers Key: KAFKA-16171 URL: https://issues.apache.org/jira/browse/KAFKA-16171

[jira] [Created] (KAFKA-16205) Reduce number of metadata requests during hybrid mode

2024-01-29 Thread David Arthur (Jira)
David Arthur created KAFKA-16205: Summary: Reduce number of metadata requests during hybrid mode Key: KAFKA-16205 URL: https://issues.apache.org/jira/browse/KAFKA-16205 Project: Kafka Issue

[jira] [Created] (KAFKA-16206) ZkConfigMigrationClient tries to delete topic configs twice

2024-01-29 Thread David Arthur (Jira)
David Arthur created KAFKA-16206: Summary: ZkConfigMigrationClient tries to delete topic configs twice Key: KAFKA-16206 URL: https://issues.apache.org/jira/browse/KAFKA-16206 Project: Kafka

[jira] [Resolved] (KAFKA-16171) Controller failover during ZK migration can prevent metadata updates to ZK brokers

2024-03-13 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-16171. -- Resolution: Fixed > Controller failover during ZK migration can prevent metadata updates

[jira] [Resolved] (KAFKA-16180) Full metadata request sometimes fails during zk migration

2024-03-14 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-16180. -- Resolution: Fixed > Full metadata request sometimes fails during zk migrat

[jira] [Created] (KAFKA-16446) Log slow controller events

2024-03-28 Thread David Arthur (Jira)
David Arthur created KAFKA-16446: Summary: Log slow controller events Key: KAFKA-16446 URL: https://issues.apache.org/jira/browse/KAFKA-16446 Project: Kafka Issue Type: Improvement

[jira] [Created] (KAFKA-16463) Automatically delete metadata log directory on ZK brokers

2024-04-02 Thread David Arthur (Jira)
David Arthur created KAFKA-16463: Summary: Automatically delete metadata log directory on ZK brokers Key: KAFKA-16463 URL: https://issues.apache.org/jira/browse/KAFKA-16463 Project: Kafka

[jira] [Created] (KAFKA-16466) QuorumController is swallowing some exception messages

2024-04-02 Thread David Arthur (Jira)
David Arthur created KAFKA-16466: Summary: QuorumController is swallowing some exception messages Key: KAFKA-16466 URL: https://issues.apache.org/jira/browse/KAFKA-16466 Project: Kafka Issue

[jira] [Created] (KAFKA-16468) Listener not found error in SendRPCsToBrokersEvent

2024-04-03 Thread David Arthur (Jira)
David Arthur created KAFKA-16468: Summary: Listener not found error in SendRPCsToBrokersEvent Key: KAFKA-16468 URL: https://issues.apache.org/jira/browse/KAFKA-16468 Project: Kafka Issue

[jira] [Created] (KAFKA-16539) Can't update specific broker configs in pre-migration mode

2024-04-11 Thread David Arthur (Jira)
David Arthur created KAFKA-16539: Summary: Can't update specific broker configs in pre-migration mode Key: KAFKA-16539 URL: https://issues.apache.org/jira/browse/KAFKA-16539 Project:

[jira] [Created] (KAFKA-17381) Reduce log output from checkstyle task

2024-08-20 Thread David Arthur (Jira)
David Arthur created KAFKA-17381: Summary: Reduce log output from checkstyle task Key: KAFKA-17381 URL: https://issues.apache.org/jira/browse/KAFKA-17381 Project: Kafka Issue Type: Task

[jira] [Created] (KAFKA-17433) Add a CI job to run a single test N times

2024-08-27 Thread David Arthur (Jira)
David Arthur created KAFKA-17433: Summary: Add a CI job to run a single test N times Key: KAFKA-17433 URL: https://issues.apache.org/jira/browse/KAFKA-17433 Project: Kafka Issue Type

[jira] [Created] (KAFKA-17457) Raise minimum MetadataVersion for ZK migration to 3.6

2024-08-31 Thread David Arthur (Jira)
David Arthur created KAFKA-17457: Summary: Raise minimum MetadataVersion for ZK migration to 3.6 Key: KAFKA-17457 URL: https://issues.apache.org/jira/browse/KAFKA-17457 Project: Kafka Issue

[jira] [Resolved] (KAFKA-16045) ZkMigrationIntegrationTest.testMigrateTopicDeletion flaky

2024-08-31 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-16045. -- Resolution: Fixed > ZkMigrationIntegrationTest.testMigrateTopicDeletion fl

[jira] [Created] (KAFKA-17506) ZkMigrationFailoverTest is flaky

2024-09-09 Thread David Arthur (Jira)
David Arthur created KAFKA-17506: Summary: ZkMigrationFailoverTest is flaky Key: KAFKA-17506 URL: https://issues.apache.org/jira/browse/KAFKA-17506 Project: Kafka Issue Type: Test

[jira] [Created] (KAFKA-17524) StreamThreadTest shouldReturnErrorIfProducerInstanceIdNotInitialized hanging

2024-09-11 Thread David Arthur (Jira)
David Arthur created KAFKA-17524: Summary: StreamThreadTest shouldReturnErrorIfProducerInstanceIdNotInitialized hanging Key: KAFKA-17524 URL: https://issues.apache.org/jira/browse/KAFKA-17524 Project

[jira] [Resolved] (KAFKA-17506) KRaftMigrationDriver initialization race condition

2024-09-11 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-17506. -- Resolution: Fixed > KRaftMigrationDriver initialization race condit

[jira] [Resolved] (KAFKA-15073) Automation for old/inactive PRs

2024-09-11 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-15073. -- Resolution: Fixed Resolving this since we've merged the change to actually close ol

[jira] [Created] (KAFKA-17540) Create floating tag on trunk for CI

2024-09-12 Thread David Arthur (Jira)
David Arthur created KAFKA-17540: Summary: Create floating tag on trunk for CI Key: KAFKA-17540 URL: https://issues.apache.org/jira/browse/KAFKA-17540 Project: Kafka Issue Type: Task

[jira] [Created] (KAFKA-17542) Use actions/labeler for automatic PR labeling

2024-09-12 Thread David Arthur (Jira)
David Arthur created KAFKA-17542: Summary: Use actions/labeler for automatic PR labeling Key: KAFKA-17542 URL: https://issues.apache.org/jira/browse/KAFKA-17542 Project: Kafka Issue Type

[jira] [Created] (KAFKA-17553) DefaultTaskManager.shutdown stalling on Github CI

2024-09-13 Thread David Arthur (Jira)
David Arthur created KAFKA-17553: Summary: DefaultTaskManager.shutdown stalling on Github CI Key: KAFKA-17553 URL: https://issues.apache.org/jira/browse/KAFKA-17553 Project: Kafka Issue Type

[jira] [Created] (KAFKA-17559) RemoteLogOffsetReaderTest flaky on trunk

2024-09-16 Thread David Arthur (Jira)
David Arthur created KAFKA-17559: Summary: RemoteLogOffsetReaderTest flaky on trunk Key: KAFKA-17559 URL: https://issues.apache.org/jira/browse/KAFKA-17559 Project: Kafka Issue Type: Test

[jira] [Created] (KAFKA-9837) New RPC for notifying controller of failed replica

2020-04-08 Thread David Arthur (Jira)
David Arthur created KAFKA-9837: --- Summary: New RPC for notifying controller of failed replica Key: KAFKA-9837 URL: https://issues.apache.org/jira/browse/KAFKA-9837 Project: Kafka Issue Type

[jira] [Resolved] (KAFKA-9724) Consumer wrongly ignores fetched records "since it no longer has valid position"

2020-06-09 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-9724. - Fix Version/s: 2.6.0 Assignee: David Arthur Resolution: Fixed > Consumer wron

[jira] [Resolved] (KAFKA-14039) Fix KRaft AlterConfigPolicy usage

2022-08-15 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-14039. -- Resolution: Fixed > Fix KRaft AlterConfigPolicy us

[jira] [Created] (KAFKA-14175) KRaft Upgrades Part 2

2022-08-22 Thread David Arthur (Jira)
David Arthur created KAFKA-14175: Summary: KRaft Upgrades Part 2 Key: KAFKA-14175 URL: https://issues.apache.org/jira/browse/KAFKA-14175 Project: Kafka Issue Type: Bug Reporter

[jira] [Resolved] (KAFKA-13935) Factor out static IBP usages from broker

2022-08-22 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-13935. -- Assignee: David Arthur Resolution: Fixed > Factor out static IBP usages from bro

[jira] [Resolved] (KAFKA-13410) KRaft Upgrades

2022-08-22 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-13410. -- Resolution: Fixed The unfinished tasks from this issue were moved to KAFKA-14175 > KR

[jira] [Created] (KAFKA-14178) NoOpRecord incorrectly causes high controller queue time metric

2022-08-23 Thread David Arthur (Jira)
David Arthur created KAFKA-14178: Summary: NoOpRecord incorrectly causes high controller queue time metric Key: KAFKA-14178 URL: https://issues.apache.org/jira/browse/KAFKA-14178 Project: Kafka

[jira] [Created] (KAFKA-14186) Add unit tests for BatchFileWriter

2022-08-27 Thread David Arthur (Jira)
David Arthur created KAFKA-14186: Summary: Add unit tests for BatchFileWriter Key: KAFKA-14186 URL: https://issues.apache.org/jira/browse/KAFKA-14186 Project: Kafka Issue Type: Test

[jira] [Resolved] (KAFKA-14243) Temporarily disable unsafe downgrade

2022-09-20 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-14243. -- Resolution: Fixed > Temporarily disable unsafe downgr

<    1   2   3   4   5   6   7   8   9   >