[GitHub] [kafka] vitojeng commented on pull request #8200: KAFKA-5876: IQ should throw different exceptions for different errors(part 1)

2020-07-17 Thread GitBox
vitojeng commented on pull request #8200: URL: https://github.com/apache/kafka/pull/8200#issuecomment-660422567 Sorry, should not rebase... I'll force-push again! This is an automated message from the Apache Git Service.

[GitHub] [kafka] vitojeng commented on a change in pull request #8200: KAFKA-5876: IQ should throw different exceptions for different errors(part 1)

2020-07-17 Thread GitBox
vitojeng commented on a change in pull request #8200: URL: https://github.com/apache/kafka/pull/8200#discussion_r456745965 ## File path: streams/src/main/java/org/apache/kafka/streams/errors/InvalidStateStoreException.java ## @@ -18,13 +18,11 @@ /** - * Indicates that

[GitHub] [kafka] vitojeng commented on a change in pull request #8200: KAFKA-5876: IQ should throw different exceptions for different errors(part 1)

2020-07-17 Thread GitBox
vitojeng commented on a change in pull request #8200: URL: https://github.com/apache/kafka/pull/8200#discussion_r456745766 ## File path: streams/src/main/java/org/apache/kafka/streams/errors/StateStoreMigratedException.java ## @@ -0,0 +1,37 @@ +/* + * Licensed to the Apache

[GitHub] [kafka] vitojeng commented on a change in pull request #8200: KAFKA-5876: IQ should throw different exceptions for different errors(part 1)

2020-07-17 Thread GitBox
vitojeng commented on a change in pull request #8200: URL: https://github.com/apache/kafka/pull/8200#discussion_r456745210 ## File path: streams/src/main/java/org/apache/kafka/streams/errors/InvalidStateStoreException.java ## @@ -18,13 +18,11 @@ /** - * Indicates that

[jira] [Commented] (KAFKA-10282) Log metrics are removed if a log is deleted and re-created quickly enough

2020-07-17 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17160310#comment-17160310 ] Ismael Juma commented on KAFKA-10282: - Have we considered removing the metrics when the log is

[GitHub] [kafka] mumrah commented on pull request #9008: KAFKA-9629 Use generated protocol for Fetch API

2020-07-17 Thread GitBox
mumrah commented on pull request #9008: URL: https://github.com/apache/kafka/pull/9008#issuecomment-660399783 Recent test failures are due to removal of the static `parse` method on FetchRequest (it's only used via serialization in a test, so IntelliJ "usages" didn't catch it).

[GitHub] [kafka] mumrah commented on a change in pull request #9008: KAFKA-9629 Use generated protocol for Fetch API

2020-07-17 Thread GitBox
mumrah commented on a change in pull request #9008: URL: https://github.com/apache/kafka/pull/9008#discussion_r456730580 ## File path: generator/src/main/java/org/apache/kafka/message/MessageDataGenerator.java ## @@ -2397,6 +2460,9 @@ private String fieldDefault(FieldSpec

[GitHub] [kafka] mumrah commented on a change in pull request #9008: KAFKA-9629 Use generated protocol for Fetch API

2020-07-17 Thread GitBox
mumrah commented on a change in pull request #9008: URL: https://github.com/apache/kafka/pull/9008#discussion_r456727715 ## File path: clients/src/main/java/org/apache/kafka/common/protocol/RecordsWriter.java ## @@ -0,0 +1,141 @@ +/* + * Licensed to the Apache Software

[jira] [Comment Edited] (KAFKA-10284) Group membership update due to static member rejoin should be persisted

2020-07-17 Thread Boyang Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17160216#comment-17160216 ] Boyang Chen edited comment on KAFKA-10284 at 7/17/20, 10:28 PM: If we

[GitHub] [kafka] ijuma commented on a change in pull request #9008: KAFKA-9629 Use generated protocol for Fetch API

2020-07-17 Thread GitBox
ijuma commented on a change in pull request #9008: URL: https://github.com/apache/kafka/pull/9008#discussion_r456692033 ## File path: clients/src/main/java/org/apache/kafka/common/protocol/RecordsWriter.java ## @@ -0,0 +1,141 @@ +/* + * Licensed to the Apache Software

[GitHub] [kafka] ijuma commented on a change in pull request #9008: KAFKA-9629 Use generated protocol for Fetch API

2020-07-17 Thread GitBox
ijuma commented on a change in pull request #9008: URL: https://github.com/apache/kafka/pull/9008#discussion_r456692033 ## File path: clients/src/main/java/org/apache/kafka/common/protocol/RecordsWriter.java ## @@ -0,0 +1,141 @@ +/* + * Licensed to the Apache Software

[jira] [Updated] (KAFKA-9126) Extend `StreamJoined` to allow more store configs

2020-07-17 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-9126: --- Description: In 2.4.0 release, we introduced `StreamJoined` configuration object via KIP-479

[GitHub] [kafka] ableegoldman commented on pull request #9027: KAFKA-9161: add docs for KIP-441 and KIP-613 and other configs that need fixing

2020-07-17 Thread GitBox
ableegoldman commented on pull request #9027: URL: https://github.com/apache/kafka/pull/9027#issuecomment-660349266 One flaky `MirrorConnectorsIntegrationTest.testOneWayReplicationWithAutorOffsetSync1` This is an automated

[jira] [Commented] (KAFKA-10284) Group membership update due to static member rejoin should be persisted

2020-07-17 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17160225#comment-17160225 ] Guozhang Wang commented on KAFKA-10284: --- Fair enough. So it seems not a correctness breaking issue

[jira] [Commented] (KAFKA-10284) Group membership update due to static member rejoin should be persisted

2020-07-17 Thread Boyang Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17160216#comment-17160216 ] Boyang Chen commented on KAFKA-10284: - If we have a combined scenario like below: # A static

[GitHub] [kafka] hachikuji commented on a change in pull request #9008: KAFKA-9629 Use generated protocol for Fetch API

2020-07-17 Thread GitBox
hachikuji commented on a change in pull request #9008: URL: https://github.com/apache/kafka/pull/9008#discussion_r456662850 ## File path: generator/src/main/java/org/apache/kafka/message/MessageDataGenerator.java ## @@ -2397,6 +2460,9 @@ private String fieldDefault(FieldSpec

[GitHub] [kafka] hachikuji commented on a change in pull request #9008: KAFKA-9629 Use generated protocol for Fetch API

2020-07-17 Thread GitBox
hachikuji commented on a change in pull request #9008: URL: https://github.com/apache/kafka/pull/9008#discussion_r456660379 ## File path: clients/src/main/java/org/apache/kafka/common/requests/FetchRequest.java ## @@ -492,74 +327,51 @@ public int maxBytes() { }

[jira] [Updated] (KAFKA-10284) Group membership update due to static member rejoin should be persisted

2020-07-17 Thread Boyang Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boyang Chen updated KAFKA-10284: Description: For known static members rejoin, we would update its corresponding member.id

[GitHub] [kafka] soarez commented on pull request #9000: KAFKA-10036 Improve handling and documentation of Suppliers

2020-07-17 Thread GitBox
soarez commented on pull request #9000: URL: https://github.com/apache/kafka/pull/9000#issuecomment-660299315 @mjsax yes, if we can continue the current work here, then we should close it. I don’t think I’m able to add commits to the original PR.

[GitHub] [kafka] mjsax commented on a change in pull request #8200: KAFKA-5876: IQ should throw different exceptions for different errors(part 1)

2020-07-17 Thread GitBox
mjsax commented on a change in pull request #8200: URL: https://github.com/apache/kafka/pull/8200#discussion_r456623483 ## File path: streams/src/main/java/org/apache/kafka/streams/errors/InvalidStateStorePartitionException.java ## @@ -0,0 +1,35 @@ +/* + * Licensed to the

[jira] [Commented] (KAFKA-10284) Group membership update due to static member rejoin should be persisted

2020-07-17 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17160152#comment-17160152 ] Guozhang Wang commented on KAFKA-10284: --- [~bchen225242] Thanks for the find. Just trying to

[GitHub] [kafka] rajinisivaram merged pull request #8979: KAFKA-10223; Use NOT_LEADER_OR_FOLLOWER instead of non-retriable REPLICA_NOT_AVAILABLE for consumers

2020-07-17 Thread GitBox
rajinisivaram merged pull request #8979: URL: https://github.com/apache/kafka/pull/8979 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [kafka] guozhangwang merged pull request #8997: MINOR: Improve log4j for per-consumer assignment

2020-07-17 Thread GitBox
guozhangwang merged pull request #8997: URL: https://github.com/apache/kafka/pull/8997 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [kafka] rajinisivaram commented on pull request #8979: KAFKA-10223; Use NOT_LEADER_OR_FOLLOWER instead of non-retriable REPLICA_NOT_AVAILABLE for consumers

2020-07-17 Thread GitBox
rajinisivaram commented on pull request #8979: URL: https://github.com/apache/kafka/pull/8979#issuecomment-660286395 @ijuma @hachikuji @bob-barrett Thanks for the reviews, merging to trunk and 2.6. This is an automated

[jira] [Commented] (KAFKA-10134) High CPU issue during rebalance in Kafka consumer after upgrading to 2.5

2020-07-17 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17160146#comment-17160146 ] Guozhang Wang commented on KAFKA-10134: --- [~zhowei] [~seanguo] I tried to reproduce your high CPU

[GitHub] [kafka] mjsax commented on pull request #9017: KAFKA-8582 [WIP] Add ability to handle late messages in streams-aggregation

2020-07-17 Thread GitBox
mjsax commented on pull request #9017: URL: https://github.com/apache/kafka/pull/9017#issuecomment-660283323 @piddubnyi Thanks for the PR -- it seems this PR includes public API changes and thus requires a KIP: https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Improvement+Proposals

[GitHub] [kafka] mjsax commented on a change in pull request #9028: KAFKA-10035: Safer conversion of consumer timeout parameters

2020-07-17 Thread GitBox
mjsax commented on a change in pull request #9028: URL: https://github.com/apache/kafka/pull/9028#discussion_r456616494 ## File path: streams/src/test/java/org/apache/kafka/streams/integration/AbstractResetIntegrationTest.java ## @@ -265,7 +265,7 @@ public void

[GitHub] [kafka] mjsax commented on pull request #9000: KAFKA-10036 Improve handling and documentation of Suppliers

2020-07-17 Thread GitBox
mjsax commented on pull request #9000: URL: https://github.com/apache/kafka/pull/9000#issuecomment-660280418 @soarez Is this PR a replacement of #8752 and we should close the other PR? This is an automated message from the

[GitHub] [kafka] ableegoldman commented on a change in pull request #9028: KAFKA-10035: Safer conversion of consumer timeout parameters

2020-07-17 Thread GitBox
ableegoldman commented on a change in pull request #9028: URL: https://github.com/apache/kafka/pull/9028#discussion_r456615189 ## File path: streams/src/test/java/org/apache/kafka/streams/integration/AbstractResetIntegrationTest.java ## @@ -265,7 +265,7 @@ public void

[GitHub] [kafka] mjsax commented on pull request #9028: KAFKA-10035: Safer conversion of consumer timeout parameters

2020-07-17 Thread GitBox
mjsax commented on pull request #9028: URL: https://github.com/apache/kafka/pull/9028#issuecomment-660278609 Some follow up nits: The method `add10InputElements` does not throw any exception and we should remove the `throws` statement. Also in `AbstractResetIntegrationTest` in L283 we use

[GitHub] [kafka] mjsax commented on a change in pull request #9028: KAFKA-10035: Safer conversion of consumer timeout parameters

2020-07-17 Thread GitBox
mjsax commented on a change in pull request #9028: URL: https://github.com/apache/kafka/pull/9028#discussion_r456611805 ## File path: streams/src/test/java/org/apache/kafka/streams/integration/AbstractResetIntegrationTest.java ## @@ -265,7 +265,7 @@ public void

[GitHub] [kafka] lct45 opened a new pull request #9039: KIP-450 SlidingWindows [POC]

2020-07-17 Thread GitBox
lct45 opened a new pull request #9039: URL: https://github.com/apache/kafka/pull/9039 Updating basic classes for SlidingWindows implementation, WIP and POC, things will shift as KIP discussion continues. ### Committer Checklist (excluded from commit message) - [ ] Verify design

[GitHub] [kafka] ableegoldman commented on a change in pull request #9028: KAFKA-10035: Safer conversion of consumer timeout parameters

2020-07-17 Thread GitBox
ableegoldman commented on a change in pull request #9028: URL: https://github.com/apache/kafka/pull/9028#discussion_r456609785 ## File path: streams/src/test/java/org/apache/kafka/streams/integration/AbstractResetIntegrationTest.java ## @@ -265,7 +265,7 @@ public void

[GitHub] [kafka] mjsax commented on a change in pull request #9028: KAFKA-10035: Safer conversion of consumer timeout parameters

2020-07-17 Thread GitBox
mjsax commented on a change in pull request #9028: URL: https://github.com/apache/kafka/pull/9028#discussion_r456608124 ## File path: streams/src/test/java/org/apache/kafka/streams/integration/AbstractResetIntegrationTest.java ## @@ -265,7 +265,7 @@ public void

[GitHub] [kafka] hachikuji merged pull request #9033: MINOR: Fix flaky system test assertion after static member fencing

2020-07-17 Thread GitBox
hachikuji merged pull request #9033: URL: https://github.com/apache/kafka/pull/9033 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [kafka] guozhangwang opened a new pull request #9038: KAFKA-10134: Check heartbeat timeout for poll fetches [DO NOT MERGE]

2020-07-17 Thread GitBox
guozhangwang opened a new pull request #9038: URL: https://github.com/apache/kafka/pull/9038 This patch is only for trouble shooting purposes. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build

[GitHub] [kafka] hachikuji commented on pull request #9033: MINOR: Fix flaky system test assertion after static member fencing

2020-07-17 Thread GitBox
hachikuji commented on pull request #9033: URL: https://github.com/apache/kafka/pull/9033#issuecomment-660263724 Here's a link to passing tests:

[GitHub] [kafka] vvcephei commented on pull request #9027: KAFKA-9161: add docs for KIP-441 and KIP-613 and other configs that need fixing

2020-07-17 Thread GitBox
vvcephei commented on pull request #9027: URL: https://github.com/apache/kafka/pull/9027#issuecomment-660257582 Test this please This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [kafka] abbccdda commented on pull request #9001: KAFKA-10028: Implement write path for feature versioning system (KIP-584)

2020-07-17 Thread GitBox
abbccdda commented on pull request #9001: URL: https://github.com/apache/kafka/pull/9001#issuecomment-660241065 retest this please This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Updated] (KAFKA-10254) 100% cpu usage by kafkaConsumer poll , when broker can't be connect

2020-07-17 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler updated KAFKA-10254: - Summary: 100% cpu usage by kafkaConsumer poll , when broker can't be connect (was: 100% cpu

[jira] [Resolved] (KAFKA-10278) kafka-configs does not show the current properties of running kafka broker upon describe.

2020-07-17 Thread Brian Byrne (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Byrne resolved KAFKA-10278. - Resolution: Won't Fix Hi Kaushik, The command is set to only return modified (non-default)

[GitHub] [kafka] leonardge opened a new pull request #9037: MINOR: Improved code quality for various files.

2020-07-17 Thread GitBox
leonardge opened a new pull request #9037: URL: https://github.com/apache/kafka/pull/9037 Improved code quality for various files. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status -

[GitHub] [kafka] vvcephei merged pull request #9035: set dev version to 2.5.1

2020-07-17 Thread GitBox
vvcephei merged pull request #9035: URL: https://github.com/apache/kafka/pull/9035 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [kafka] vvcephei commented on pull request #9035: set dev version to 2.5.1

2020-07-17 Thread GitBox
vvcephei commented on pull request #9035: URL: https://github.com/apache/kafka/pull/9035#issuecomment-660208347 The build works for me locally, and I'll certainly run all the tests again once the RC is cut, so I'll just merge this now.

[jira] [Resolved] (KAFKA-10254) 100% cpu usage by kafkaConsumer poll , when broker can‘t be connect

2020-07-17 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler resolved KAFKA-10254. -- Resolution: Fixed Changing resolution to "fixed", since the linked duplicate is fixed. >

[jira] [Reopened] (KAFKA-10254) 100% cpu usage by kafkaConsumer poll , when broker can‘t be connect

2020-07-17 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler reopened KAFKA-10254: -- > 100% cpu usage by kafkaConsumer poll , when broker can‘t be connect >

[jira] [Resolved] (KAFKA-9763) Recent changes to Connect's InsertField will fail to inject field on key of tombstone record

2020-07-17 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler resolved KAFKA-9763. - Resolution: Fixed > Recent changes to Connect's InsertField will fail to inject field on key of

[jira] [Commented] (KAFKA-9763) Recent changes to Connect's InsertField will fail to inject field on key of tombstone record

2020-07-17 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17160043#comment-17160043 ] John Roesler commented on KAFKA-9763: - Changed the resolution to "Fixed" so that I can run release.py

[jira] [Reopened] (KAFKA-9763) Recent changes to Connect's InsertField will fail to inject field on key of tombstone record

2020-07-17 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler reopened KAFKA-9763: - > Recent changes to Connect's InsertField will fail to inject field on key of > tombstone record >

[GitHub] [kafka] vvcephei commented on pull request #9035: set dev version to 2.5.1

2020-07-17 Thread GitBox
vvcephei commented on pull request #9035: URL: https://github.com/apache/kafka/pull/9035#issuecomment-660198682 Thanks @mumrah (and no problem, no one complained! ) This is an automated message from the Apache Git Service.

[jira] [Updated] (KAFKA-7740) Kafka Admin Client should be able to manage user/client configurations for users and clients

2020-07-17 Thread Rajini Sivaram (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajini Sivaram updated KAFKA-7740: -- Fix Version/s: (was: 2.5.0) 2.6.0 > Kafka Admin Client should be able

[GitHub] [kafka] mumrah commented on a change in pull request #9008: KAFKA-9629 Use generated protocol for Fetch API

2020-07-17 Thread GitBox
mumrah commented on a change in pull request #9008: URL: https://github.com/apache/kafka/pull/9008#discussion_r456539488 ## File path: clients/src/main/java/org/apache/kafka/common/protocol/RecordsWriter.java ## @@ -0,0 +1,141 @@ +/* + * Licensed to the Apache Software

[jira] [Updated] (KAFKA-9861) Process Simplification - Community Validation of Kafka Release Candidates

2020-07-17 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler updated KAFKA-9861: Fix Version/s: (was: 2.5.1) 2.5.2 > Process Simplification - Community

[jira] [Commented] (KAFKA-9861) Process Simplification - Community Validation of Kafka Release Candidates

2020-07-17 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17160028#comment-17160028 ] John Roesler commented on KAFKA-9861: - Hi [~iekpo] , I'm bumping the fix version to 2.5.2, since the

[jira] [Resolved] (KAFKA-10254) 100% cpu usage by kafkaConsumer poll , when broker can‘t be connect

2020-07-17 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler resolved KAFKA-10254. -- Resolution: Duplicate Hey [~xiaotong.wang] , thanks for the report! It looks like a duplicate

[GitHub] [kafka] leonardge commented on pull request #8922: MINOR: Fixed some resource leaks.

2020-07-17 Thread GitBox
leonardge commented on pull request #8922: URL: https://github.com/apache/kafka/pull/8922#issuecomment-660192852 Hi @omkreddy , will be great if you can have a look at this small change. This is an automated message from the

[GitHub] [kafka] leonardge commented on pull request #8922: MINOR: Fixed some resource leaks.

2020-07-17 Thread GitBox
leonardge commented on pull request #8922: URL: https://github.com/apache/kafka/pull/8922#issuecomment-660192697 Hi @omkreddy , will be great if you can have a look at this small change. This is an automated message from the

[jira] [Commented] (KAFKA-10271) Performance degradation while fetching a key from a single partition

2020-07-17 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17160024#comment-17160024 ] John Roesler commented on KAFKA-10271: -- Bumped to 2.5.2, as the 2.5.1 release is already in

[jira] [Updated] (KAFKA-10271) Performance degradation while fetching a key from a single partition

2020-07-17 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler updated KAFKA-10271: - Fix Version/s: (was: 2.5.1) 2.5.2 > Performance degradation while

[GitHub] [kafka] dajac opened a new pull request #9036: MINOR; Publish o.a.k.c.metrics ad o.a.k.c.metrics.stats packages in the public javadoc

2020-07-17 Thread GitBox
dajac opened a new pull request #9036: URL: https://github.com/apache/kafka/pull/9036 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade

[GitHub] [kafka] vvcephei opened a new pull request #9035: set dev version to 2.5.1

2020-07-17 Thread GitBox
vvcephei opened a new pull request #9035: URL: https://github.com/apache/kafka/pull/9035 Getting ready for the 2.5.1 RC. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify

[GitHub] [kafka] soarez commented on pull request #9000: KAFKA-10036 Improve handling and documentation of Suppliers

2020-07-17 Thread GitBox
soarez commented on pull request #9000: URL: https://github.com/apache/kafka/pull/9000#issuecomment-660178140 @mjsax can something be done to move this forward? This is an automated message from the Apache Git Service. To

[GitHub] [kafka] mumrah commented on a change in pull request #9008: KAFKA-9629 Use generated protocol for Fetch API

2020-07-17 Thread GitBox
mumrah commented on a change in pull request #9008: URL: https://github.com/apache/kafka/pull/9008#discussion_r456518529 ## File path: clients/src/main/java/org/apache/kafka/common/protocol/RecordsWriter.java ## @@ -0,0 +1,141 @@ +/* + * Licensed to the Apache Software

[GitHub] [kafka] rajinisivaram commented on a change in pull request #8933: KAFKA-10163; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part I, Broker Changes)

2020-07-17 Thread GitBox
rajinisivaram commented on a change in pull request #8933: URL: https://github.com/apache/kafka/pull/8933#discussion_r456501251 ## File path: core/src/main/scala/kafka/server/ControllerMutationQuotaManager.scala ## @@ -0,0 +1,205 @@ +/** + * Licensed to the Apache Software

[GitHub] [kafka] rajinisivaram commented on a change in pull request #8979: KAFKA-10223; Use NOT_LEADER_OR_FOLLOWER instead of non-retriable REPLICA_NOT_AVAILABLE for consumers

2020-07-17 Thread GitBox
rajinisivaram commented on a change in pull request #8979: URL: https://github.com/apache/kafka/pull/8979#discussion_r456470508 ## File path: clients/src/main/java/org/apache/kafka/common/errors/ReplicaNotAvailableException.java ## @@ -16,7 +16,13 @@ */ package

[GitHub] [kafka] showuon commented on pull request #9029: KAFKA-10255: Fix flaky testOneWayReplicationWithAutoOffsetSync test

2020-07-17 Thread GitBox
showuon commented on pull request #9029: URL: https://github.com/apache/kafka/pull/9029#issuecomment-660131258 hi @ning2008wisc , thanks for your comments and suggestion! I've updated in this commit:

[GitHub] [kafka] showuon removed a comment on pull request #9029: KAFKA-10255: Fix flaky testOneWayReplicationWithAutoOffsetSync test

2020-07-17 Thread GitBox
showuon removed a comment on pull request #9029: URL: https://github.com/apache/kafka/pull/9029#issuecomment-659865858 Thanks for your comments and suggestion! I've updated in this commit: https://github.com/apache/kafka/pull/9029/commits/88400bf350b60684db33828d690cfa238d056781. Thanks.

[GitHub] [kafka] mumrah commented on a change in pull request #9008: KAFKA-9629 Use generated protocol for Fetch API

2020-07-17 Thread GitBox
mumrah commented on a change in pull request #9008: URL: https://github.com/apache/kafka/pull/9008#discussion_r456450107 ## File path: clients/src/main/java/org/apache/kafka/common/requests/FetchRequest.java ## @@ -492,74 +327,51 @@ public int maxBytes() { }

[GitHub] [kafka] mumrah commented on a change in pull request #9008: KAFKA-9629 Use generated protocol for Fetch API

2020-07-17 Thread GitBox
mumrah commented on a change in pull request #9008: URL: https://github.com/apache/kafka/pull/9008#discussion_r456449035 ## File path: clients/src/main/java/org/apache/kafka/common/requests/FetchRequest.java ## @@ -492,74 +327,51 @@ public int maxBytes() { }

[GitHub] [kafka] dajac commented on a change in pull request #9008: KAFKA-9629 Use generated protocol for Fetch API

2020-07-17 Thread GitBox
dajac commented on a change in pull request #9008: URL: https://github.com/apache/kafka/pull/9008#discussion_r456447554 ## File path: clients/src/main/java/org/apache/kafka/common/requests/FetchRequest.java ## @@ -273,6 +99,28 @@ public boolean equals(Object o) { }

[GitHub] [kafka] mumrah commented on a change in pull request #9008: KAFKA-9629 Use generated protocol for Fetch API

2020-07-17 Thread GitBox
mumrah commented on a change in pull request #9008: URL: https://github.com/apache/kafka/pull/9008#discussion_r456444794 ## File path: clients/src/main/resources/common/message/FetchResponse.json ## @@ -47,33 +47,35 @@ "about": "The top level response error code." },

[GitHub] [kafka] ijuma commented on a change in pull request #8979: KAFKA-10223; Use NOT_LEADER_OR_FOLLOWER instead of non-retriable REPLICA_NOT_AVAILABLE for consumers

2020-07-17 Thread GitBox
ijuma commented on a change in pull request #8979: URL: https://github.com/apache/kafka/pull/8979#discussion_r456443495 ## File path: clients/src/main/java/org/apache/kafka/common/errors/ReplicaNotAvailableException.java ## @@ -16,7 +16,13 @@ */ package

[GitHub] [kafka] dajac commented on pull request #8933: KAFKA-10163; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part I, Broker Changes)

2020-07-17 Thread GitBox
dajac commented on pull request #8933: URL: https://github.com/apache/kafka/pull/8933#issuecomment-660106847 @rajinisivaram Thanks for your review. I have addressed all your comments module the two regarding the naming of the type and the classes which are still under discussions.

[GitHub] [kafka] dajac commented on a change in pull request #8933: KAFKA-10163; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part I, Broker Changes)

2020-07-17 Thread GitBox
dajac commented on a change in pull request #8933: URL: https://github.com/apache/kafka/pull/8933#discussion_r456423986 ## File path: core/src/main/scala/kafka/server/ClientQuotaManager.scala ## @@ -154,32 +180,40 @@ object ClientQuotaManager { * @param config

[GitHub] [kafka] dajac commented on a change in pull request #8933: KAFKA-10163; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part I, Broker Changes)

2020-07-17 Thread GitBox
dajac commented on a change in pull request #8933: URL: https://github.com/apache/kafka/pull/8933#discussion_r456415876 ## File path: core/src/main/scala/kafka/server/ControllerMutationQuotaManager.scala ## @@ -0,0 +1,205 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] [kafka] dajac commented on a change in pull request #8933: KAFKA-10163; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part I, Broker Changes)

2020-07-17 Thread GitBox
dajac commented on a change in pull request #8933: URL: https://github.com/apache/kafka/pull/8933#discussion_r456415576 ## File path: clients/src/main/java/org/apache/kafka/common/metrics/Sensor.java ## @@ -97,7 +97,25 @@ public static RecordingLevel forName(String name) {

[GitHub] [kafka] dajac commented on a change in pull request #8933: KAFKA-10163; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part I, Broker Changes)

2020-07-17 Thread GitBox
dajac commented on a change in pull request #8933: URL: https://github.com/apache/kafka/pull/8933#discussion_r456410896 ## File path: core/src/test/scala/unit/kafka/server/ControllerMutationQuotaTest.scala ## @@ -0,0 +1,361 @@ +/** + * Licensed under the Apache License,

[jira] [Updated] (KAFKA-10285) consumer is not rejoining after restart of broker.

2020-07-17 Thread Akshay Sharma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Sharma updated KAFKA-10285: -- Description: Running single consumer(which is internally using confluent-kafka-go and

[jira] [Updated] (KAFKA-10285) consumer is not rejoining after restart of broker.

2020-07-17 Thread Akshay Sharma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Sharma updated KAFKA-10285: -- Priority: Critical (was: Major) > consumer is not rejoining after restart of broker. >

[jira] [Updated] (KAFKA-10285) consumer is not rejoining after restart of broker.

2020-07-17 Thread Akshay Sharma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay Sharma updated KAFKA-10285: -- Description: Running single consumer(which is internally using confluent-kafka-go and

[jira] [Created] (KAFKA-10285) consumer is not rejoining after restart of broker.

2020-07-17 Thread Akshay Sharma (Jira)
Akshay Sharma created KAFKA-10285: - Summary: consumer is not rejoining after restart of broker. Key: KAFKA-10285 URL: https://issues.apache.org/jira/browse/KAFKA-10285 Project: Kafka Issue

[GitHub] [kafka] rajinisivaram commented on a change in pull request #8933: KAFKA-10163; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part I, Broker Changes)

2020-07-17 Thread GitBox
rajinisivaram commented on a change in pull request #8933: URL: https://github.com/apache/kafka/pull/8933#discussion_r456378780 ## File path: core/src/test/scala/unit/kafka/server/ControllerMutationQuotaTest.scala ## @@ -0,0 +1,361 @@ +/** + * Licensed under the Apache

[GitHub] [kafka] rajinisivaram commented on a change in pull request #8933: KAFKA-10163; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part I, Broker Changes)

2020-07-17 Thread GitBox
rajinisivaram commented on a change in pull request #8933: URL: https://github.com/apache/kafka/pull/8933#discussion_r456377172 ## File path: clients/src/main/java/org/apache/kafka/common/metrics/Sensor.java ## @@ -97,7 +97,25 @@ public static RecordingLevel forName(String

[GitHub] [kafka] rajinisivaram commented on a change in pull request #8933: KAFKA-10163; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part I, Broker Changes)

2020-07-17 Thread GitBox
rajinisivaram commented on a change in pull request #8933: URL: https://github.com/apache/kafka/pull/8933#discussion_r456371880 ## File path: core/src/main/scala/kafka/server/ClientQuotaManager.scala ## @@ -154,32 +180,40 @@ object ClientQuotaManager { * @param config

[GitHub] [kafka] dima5rr commented on pull request #9020: KAFKA-10271 Performance degradation while fetching a key from a single partition

2020-07-17 Thread GitBox
dima5rr commented on pull request #9020: URL: https://github.com/apache/kafka/pull/9020#issuecomment-660038989 Retest this please. This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [kafka] rajinisivaram commented on pull request #8979: KAFKA-10223; Use NOT_LEADER_OR_FOLLOWER instead of non-retriable REPLICA_NOT_AVAILABLE for consumers

2020-07-17 Thread GitBox
rajinisivaram commented on pull request #8979: URL: https://github.com/apache/kafka/pull/8979#issuecomment-660032381 @hachikuji @ijuma Thanks for the reviews. I have updated the docs and made ReplicaNotAvailableException a subclass of InvalidMetadataException. Also moved upgrade doc under

[GitHub] [kafka] rajinisivaram commented on a change in pull request #8979: KAFKA-10223; Use NOT_LEADER_OR_FOLLOWER instead of non-retriable REPLICA_NOT_AVAILABLE for consumers

2020-07-17 Thread GitBox
rajinisivaram commented on a change in pull request #8979: URL: https://github.com/apache/kafka/pull/8979#discussion_r456364045 ## File path: clients/src/main/java/org/apache/kafka/common/protocol/Errors.java ## @@ -139,13 +139,15 @@

[GitHub] [kafka] rajinisivaram commented on a change in pull request #8979: KAFKA-10223; Use NOT_LEADER_OR_FOLLOWER instead of non-retriable REPLICA_NOT_AVAILABLE for consumers

2020-07-17 Thread GitBox
rajinisivaram commented on a change in pull request #8979: URL: https://github.com/apache/kafka/pull/8979#discussion_r456363700 ## File path: clients/src/main/java/org/apache/kafka/common/requests/FetchResponse.java ## @@ -58,8 +58,8 @@ * * - {@link

[GitHub] [kafka] AshishRoyJava opened a new pull request #9034: KAFKA-10246 : AbstractProcessorContext topic() throws NPE

2020-07-17 Thread GitBox
AshishRoyJava opened a new pull request #9034: URL: https://github.com/apache/kafka/pull/9034 AbstractProcessorContext topic() throws NullPointerException when modifying a state store within the DSL from a punctuator

[GitHub] [kafka] AshishRoyJava closed pull request #8633: KAFKA-9965: Incrementing counter cause uneven distribution with RoundRobinPartitioner

2020-07-17 Thread GitBox
AshishRoyJava closed pull request #8633: URL: https://github.com/apache/kafka/pull/8633 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [kafka] urbandan commented on pull request #8957: KAFKA-5235: GetOffsetShell: support for multiple topics and consumer configuration override

2020-07-17 Thread GitBox
urbandan commented on pull request #8957: URL: https://github.com/apache/kafka/pull/8957#issuecomment-659973853 @huxihx thanks for catching that, added the .bat. Based on the discussion thread, also updated the usage to mention that only authorized topics are listed.

[GitHub] [kafka] dajac commented on a change in pull request #8933: KAFKA-10163; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part I, Broker Changes)

2020-07-17 Thread GitBox
dajac commented on a change in pull request #8933: URL: https://github.com/apache/kafka/pull/8933#discussion_r456307126 ## File path: core/src/test/scala/unit/kafka/server/ControllerMutationQuotaTest.scala ## @@ -0,0 +1,361 @@ +/** + * Licensed under the Apache License,

[GitHub] [kafka] dajac commented on a change in pull request #8933: KAFKA-10163; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part I, Broker Changes)

2020-07-17 Thread GitBox
dajac commented on a change in pull request #8933: URL: https://github.com/apache/kafka/pull/8933#discussion_r456300213 ## File path: core/src/main/scala/kafka/server/KafkaApis.scala ## @@ -1777,7 +1787,7 @@ class KafkaApis(val requestChannel: RequestChannel,

[GitHub] [kafka] dajac commented on a change in pull request #8933: KAFKA-10163; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part I, Broker Changes)

2020-07-17 Thread GitBox
dajac commented on a change in pull request #8933: URL: https://github.com/apache/kafka/pull/8933#discussion_r456295915 ## File path: core/src/main/scala/kafka/server/KafkaApis.scala ## @@ -1746,21 +1751,26 @@ class KafkaApis(val requestChannel: RequestChannel,

[GitHub] [kafka] dajac commented on a change in pull request #8933: KAFKA-10163; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part I, Broker Changes)

2020-07-17 Thread GitBox
dajac commented on a change in pull request #8933: URL: https://github.com/apache/kafka/pull/8933#discussion_r456293121 ## File path: core/src/main/scala/kafka/server/ControllerMutationQuotaManager.scala ## @@ -0,0 +1,205 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] [kafka] dajac commented on a change in pull request #8933: KAFKA-10163; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part I, Broker Changes)

2020-07-17 Thread GitBox
dajac commented on a change in pull request #8933: URL: https://github.com/apache/kafka/pull/8933#discussion_r456279196 ## File path: core/src/main/scala/kafka/server/ControllerMutationQuotaManager.scala ## @@ -0,0 +1,205 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] [kafka] dajac commented on a change in pull request #8933: KAFKA-10163; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part I, Broker Changes)

2020-07-17 Thread GitBox
dajac commented on a change in pull request #8933: URL: https://github.com/apache/kafka/pull/8933#discussion_r456278039 ## File path: core/src/main/scala/kafka/server/ControllerMutationQuotaManager.scala ## @@ -0,0 +1,205 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] [kafka] dajac commented on a change in pull request #8933: KAFKA-10163; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part I, Broker Changes)

2020-07-17 Thread GitBox
dajac commented on a change in pull request #8933: URL: https://github.com/apache/kafka/pull/8933#discussion_r456276753 ## File path: core/src/main/scala/kafka/server/ControllerMutationQuotaManager.scala ## @@ -0,0 +1,205 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] [kafka] dajac commented on a change in pull request #8933: KAFKA-10163; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part I, Broker Changes)

2020-07-17 Thread GitBox
dajac commented on a change in pull request #8933: URL: https://github.com/apache/kafka/pull/8933#discussion_r456273645 ## File path: core/src/main/scala/kafka/server/ClientQuotaManager.scala ## @@ -234,55 +266,85 @@ class ClientQuotaManager(private val config:

[GitHub] [kafka] dajac commented on a change in pull request #8933: KAFKA-10163; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part I, Broker Changes)

2020-07-17 Thread GitBox
dajac commented on a change in pull request #8933: URL: https://github.com/apache/kafka/pull/8933#discussion_r456273174 ## File path: core/src/main/scala/kafka/server/AdminManager.scala ## @@ -295,34 +312,44 @@ class AdminManager(val config: KafkaConfig, throw new

  1   2   >