[GitHub] [kafka] dajac opened a new pull request, #12147: MINOR: Rename remaining `zkVersion` to `partitionEpoch` in `PartitionTest`

2022-05-11 Thread GitBox
dajac opened a new pull request, #12147: URL: https://github.com/apache/kafka/pull/12147 I have missed a few in https://github.com/apache/kafka/commit/7c8c65fc54b9eb0386787632ff8315e097d99818. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implemen

[GitHub] [kafka] Gerrrr commented on pull request #12122: WIP: Upgrade tests for KAFKA-13769

2022-05-11 Thread GitBox
Ge commented on PR #12122: URL: https://github.com/apache/kafka/pull/12122#issuecomment-1123342913 @mjsax How can I trigger system tests in the CI? -- 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

[jira] [Updated] (KAFKA-13892) Dedupe RemoveAccessControlEntryRecord in deleteAcls of AclControlManager

2022-05-11 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen updated KAFKA-13892: -- Fix Version/s: 3.3.0 > Dedupe RemoveAccessControlEntryRecord in deleteAcls of AclControlManager >

[GitHub] [kafka] cadonna commented on a diff in pull request #12137: MINOR: Consolidate StreamsException and TaskCorruptedException

2022-05-11 Thread GitBox
cadonna commented on code in PR #12137: URL: https://github.com/apache/kafka/pull/12137#discussion_r870087244 ## streams/src/main/java/org/apache/kafka/streams/errors/StreamsException.java: ## @@ -66,10 +80,15 @@ public StreamsException(final Throwable throwable, final TaskId t

[GitHub] [kafka] cadonna commented on a diff in pull request #12137: MINOR: Consolidate StreamsException and TaskCorruptedException

2022-05-11 Thread GitBox
cadonna commented on code in PR #12137: URL: https://github.com/apache/kafka/pull/12137#discussion_r870087908 ## streams/src/main/java/org/apache/kafka/streams/errors/StreamsException.java: ## @@ -31,24 +37,34 @@ public class StreamsException extends KafkaException { priv

[GitHub] [kafka] cadonna commented on a diff in pull request #12137: MINOR: Consolidate StreamsException and TaskCorruptedException

2022-05-11 Thread GitBox
cadonna commented on code in PR #12137: URL: https://github.com/apache/kafka/pull/12137#discussion_r870089590 ## streams/src/main/java/org/apache/kafka/streams/errors/StreamsException.java: ## @@ -57,19 +73,29 @@ public StreamsException(final Throwable throwable) { public

[GitHub] [kafka] cadonna commented on a diff in pull request #12137: MINOR: Consolidate StreamsException and TaskCorruptedException

2022-05-11 Thread GitBox
cadonna commented on code in PR #12137: URL: https://github.com/apache/kafka/pull/12137#discussion_r870089994 ## streams/src/main/java/org/apache/kafka/streams/errors/StreamsException.java: ## @@ -57,19 +73,29 @@ public StreamsException(final Throwable throwable) { public

[GitHub] [kafka] cadonna commented on pull request #12137: MINOR: Consolidate StreamsException and TaskCorruptedException

2022-05-11 Thread GitBox
cadonna commented on PR #12137: URL: https://github.com/apache/kafka/pull/12137#issuecomment-1123449313 Avoiding the public API change seems quite hacky to me. I would prefer to generalize `StreamsException` to hold multiple task IDs. -- This is an automated message from the Apache Git Se

[GitHub] [kafka] showuon commented on a diff in pull request #12087: KAFKA-13851: Add integration tests for DeleteRecords API

2022-05-11 Thread GitBox
showuon commented on code in PR #12087: URL: https://github.com/apache/kafka/pull/12087#discussion_r870132658 ## core/src/test/scala/unit/kafka/server/DeleteRecordsRequestTest.scala: ## @@ -0,0 +1,169 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] [kafka] showuon commented on a diff in pull request #12087: KAFKA-13851: Add integration tests for DeleteRecords API

2022-05-11 Thread GitBox
showuon commented on code in PR #12087: URL: https://github.com/apache/kafka/pull/12087#discussion_r870126321 ## core/src/test/scala/unit/kafka/server/DeleteRecordsRequestTest.scala: ## @@ -0,0 +1,177 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

[jira] [Comment Edited] (KAFKA-13888) KIP-836: Addition of Information in DescribeQuorumResponse about Voter Lag

2022-05-11 Thread lqjacklee (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534847#comment-17534847 ] lqjacklee edited comment on KAFKA-13888 at 5/11/22 12:06 PM: -

[jira] [Commented] (KAFKA-13888) KIP-836: Addition of Information in DescribeQuorumResponse about Voter Lag

2022-05-11 Thread lqjacklee (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534847#comment-17534847 ] lqjacklee commented on KAFKA-13888: --- {code:java} // code placeholder {code} [~Niket Go

[GitHub] [kafka] vamossagar12 commented on pull request #12104: KAFKA-13746: Attempt to fix flaky test by waiting to fetch 2 topics f…

2022-05-11 Thread GitBox
vamossagar12 commented on PR #12104: URL: https://github.com/apache/kafka/pull/12104#issuecomment-1123698212 @dengziming , thanks. As suggested, for kraft mode I added the newly added wait condition. For zk mode, I reverted to using the cached metadata as the original flaky nature was seen

[GitHub] [kafka] dengziming commented on a diff in pull request #12104: KAFKA-13746: Attempt to fix flaky test by waiting to fetch 2 topics f…

2022-05-11 Thread GitBox
dengziming commented on code in PR #12104: URL: https://github.com/apache/kafka/pull/12104#discussion_r870248221 ## core/src/test/scala/integration/kafka/admin/TopicCommandIntegrationTest.scala: ## @@ -732,7 +733,18 @@ class TopicCommandIntegrationTest extends KafkaServerTestHa

[GitHub] [kafka] Gerrrr commented on a diff in pull request #12122: WIP: Upgrade tests for KAFKA-13769

2022-05-11 Thread GitBox
Ge commented on code in PR #12122: URL: https://github.com/apache/kafka/pull/12122#discussion_r870251321 ## tests/kafkatest/tests/streams/streams_upgrade_test.py: ## @@ -37,6 +37,7 @@ metadata_1_versions = [str(LATEST_0_10_0)] metadata_2_versions = [str(LATEST_0_10_1), s

[GitHub] [kafka] Gerrrr commented on a diff in pull request #12122: WIP: Upgrade tests for KAFKA-13769

2022-05-11 Thread GitBox
Ge commented on code in PR #12122: URL: https://github.com/apache/kafka/pull/12122#discussion_r870251550 ## streams/upgrade-system-tests-31/src/test/java/org/apache/kafka/streams/tests/StreamsUpgradeTest.java: ## @@ -63,21 +80,30 @@ public static void main(final String[] arg

[jira] [Commented] (KAFKA-13365) Improve MirrorMaker2's client configuration

2022-05-11 Thread Omnia Ibrahim (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534883#comment-17534883 ] Omnia Ibrahim commented on KAFKA-13365: --- [~dongjin] I believe KAFKA-13876 may also

[GitHub] [kafka] showuon commented on pull request #11748: KAFKA-12635: Don't emit checkpoints for partitions without any offset…

2022-05-11 Thread GitBox
showuon commented on PR #11748: URL: https://github.com/apache/kafka/pull/11748#issuecomment-1123736709 I'll take a look this week. -- 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 the specific co

[jira] [Updated] (KAFKA-13691) Rename target topic to custom name.

2022-05-11 Thread Omnia Ibrahim (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Omnia Ibrahim updated KAFKA-13691: -- Labels: need-kip pull-request-available (was: pull-request-available) > Rename target topic t

[GitHub] [kafka] alfhv commented on pull request #8324: KAFKA-9701 (fix): Only check protocol name when generation is valid

2022-05-11 Thread GitBox
alfhv commented on PR #8324: URL: https://github.com/apache/kafka/pull/8324#issuecomment-1123741673 I'm running on version 2.6.1 and I'm having exactly same issue described here. During a DR test some kafka nodes and consumers went down. When consumers were restarted they were rejected b

[GitHub] [kafka] ijuma commented on pull request #12131: KAFKA-13879: Reconnect exponential backoff is ineffective in some cases

2022-05-11 Thread GitBox
ijuma commented on PR #12131: URL: https://github.com/apache/kafka/pull/12131#issuecomment-1123802358 Thanks for the explanation. It's interesting how these underlying primitives end up not working as intended. In any case, the fix in this PR seems fine, but we didn't add any documentation.

[GitHub] [kafka] ijuma commented on pull request #12131: KAFKA-13879: Reconnect exponential backoff is ineffective in some cases

2022-05-11 Thread GitBox
ijuma commented on PR #12131: URL: https://github.com/apache/kafka/pull/12131#issuecomment-1123804143 Also, it's a bit of a challenge to explain that we don't consider it completed for `reconnect backoff` purposes, but we consider it complete for `connection setup` purposes. -- This is a

[GitHub] [kafka] ijuma opened a new pull request, #12148: MINOR: Remove unnecessary log4j-appender dependency and tweak explicit log4j dependency

2022-05-11 Thread GitBox
ijuma opened a new pull request, #12148: URL: https://github.com/apache/kafka/pull/12148 * Remove `log4j-appender` dependency from `tools`, `trogdor` and `shell` * Remove explicit `log4j` dependency from `trogdor` and `tools`. * Add `compileOnly` dependency from `tools` to `log4j` (same

[GitHub] [kafka] ijuma commented on pull request #12148: MINOR: Remove unnecessary log4j-appender dependency and tweak explicit log4j dependency

2022-05-11 Thread GitBox
ijuma commented on PR #12148: URL: https://github.com/apache/kafka/pull/12148#issuecomment-1123834576 @cmccabe is there any reason why `shell` and `trogdor` need `log4j-appender`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[jira] [Created] (KAFKA-13893) Add BrokerApiVersions Api in AdminClient

2022-05-11 Thread dengziming (Jira)
dengziming created KAFKA-13893: -- Summary: Add BrokerApiVersions Api in AdminClient Key: KAFKA-13893 URL: https://issues.apache.org/jira/browse/KAFKA-13893 Project: Kafka Issue Type: Task

[GitHub] [kafka] dengziming commented on pull request #11786: MINOR: Add KRaft broker api to protocol docs

2022-05-11 Thread GitBox
dengziming commented on PR #11786: URL: https://github.com/apache/kafka/pull/11786#issuecomment-112361 Hello @niket-goel, before you working on KIP-836 to improve `DescribeQuorumResponse`, you can help to review this PR. currently we don't show DescribeQuorumRequest in the [kafka protoc

[jira] [Commented] (KAFKA-13893) Add BrokerApiVersions Api in AdminClient

2022-05-11 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534944#comment-17534944 ] Mickael Maison commented on KAFKA-13893: This idea already came up a few times a

[GitHub] [kafka] mumrah commented on a diff in pull request #12050: KAFKA-13830 MetadataVersion integration for KRaft controller

2022-05-11 Thread GitBox
mumrah commented on code in PR #12050: URL: https://github.com/apache/kafka/pull/12050#discussion_r870454341 ## server-common/src/main/java/org/apache/kafka/server/common/MetadataVersion.java: ## @@ -273,6 +301,40 @@ public static MetadataVersion latest() { return VALUE

[GitHub] [kafka] jsancio commented on a diff in pull request #12146: MINOR: Remove kraft authorizer from list of missing features

2022-05-11 Thread GitBox
jsancio commented on code in PR #12146: URL: https://github.com/apache/kafka/pull/12146#discussion_r870457817 ## config/kraft/README.md: ## @@ -114,9 +114,7 @@ We don't support any kind of upgrade right now, either to or from KRaft mode. T Finally, the following Kafka featu

[GitHub] [kafka] mumrah commented on a diff in pull request #12050: KAFKA-13830 MetadataVersion integration for KRaft controller

2022-05-11 Thread GitBox
mumrah commented on code in PR #12050: URL: https://github.com/apache/kafka/pull/12050#discussion_r870466324 ## server-common/src/main/java/org/apache/kafka/server/common/MetadataVersion.java: ## @@ -273,6 +301,40 @@ public static MetadataVersion latest() { return VALUE

[GitHub] [kafka] mumrah commented on a diff in pull request #12050: KAFKA-13830 MetadataVersion integration for KRaft controller

2022-05-11 Thread GitBox
mumrah commented on code in PR #12050: URL: https://github.com/apache/kafka/pull/12050#discussion_r870466924 ## server-common/src/main/java/org/apache/kafka/server/common/MetadataVersion.java: ## @@ -273,6 +301,40 @@ public static MetadataVersion latest() { return VALUE

[GitHub] [kafka] mumrah commented on a diff in pull request #12050: KAFKA-13830 MetadataVersion integration for KRaft controller

2022-05-11 Thread GitBox
mumrah commented on code in PR #12050: URL: https://github.com/apache/kafka/pull/12050#discussion_r870467175 ## core/src/main/scala/kafka/tools/StorageTool.scala: ## @@ -70,13 +47,17 @@ object StorageTool extends Logging { case "format" => val directories = c

[GitHub] [kafka] chernyih commented on pull request #12131: KAFKA-13879: Reconnect exponential backoff is ineffective in some cases

2022-05-11 Thread GitBox
chernyih commented on PR #12131: URL: https://github.com/apache/kafka/pull/12131#issuecomment-1123948985 Do you think the following comments help to clear things up? If yes, I can add the comments to `checkingApiVersions` function. // At this state, the connection setup might not

[GitHub] [kafka] jsancio commented on a diff in pull request #12146: MINOR: Remove kraft authorizer from list of missing features

2022-05-11 Thread GitBox
jsancio commented on code in PR #12146: URL: https://github.com/apache/kafka/pull/12146#discussion_r870486983 ## config/kraft/README.md: ## @@ -114,9 +114,7 @@ We don't support any kind of upgrade right now, either to or from KRaft mode. T Finally, the following Kafka featu

[jira] [Commented] (KAFKA-13893) Add BrokerApiVersions Api in AdminClient

2022-05-11 Thread dengziming (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534984#comment-17534984 ] dengziming commented on KAFKA-13893: [~mimaison] Thank you for pointing out this. >

[jira] [Resolved] (KAFKA-13893) Add BrokerApiVersions Api in AdminClient

2022-05-11 Thread dengziming (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dengziming resolved KAFKA-13893. Resolution: Invalid > Add BrokerApiVersions Api in AdminClient > -

[GitHub] [kafka] ijuma commented on a diff in pull request #12146: MINOR: Remove kraft authorizer from list of missing features

2022-05-11 Thread GitBox
ijuma commented on code in PR #12146: URL: https://github.com/apache/kafka/pull/12146#discussion_r870498600 ## config/kraft/README.md: ## @@ -114,9 +114,7 @@ We don't support any kind of upgrade right now, either to or from KRaft mode. T Finally, the following Kafka feature

[GitHub] [kafka] ijuma commented on a diff in pull request #12146: MINOR: Remove kraft authorizer from list of missing features

2022-05-11 Thread GitBox
ijuma commented on code in PR #12146: URL: https://github.com/apache/kafka/pull/12146#discussion_r870499291 ## config/kraft/README.md: ## @@ -114,9 +114,7 @@ We don't support any kind of upgrade right now, either to or from KRaft mode. T Finally, the following Kafka feature

[GitHub] [kafka] jsancio commented on a diff in pull request #12146: MINOR: Remove kraft authorizer from list of missing features

2022-05-11 Thread GitBox
jsancio commented on code in PR #12146: URL: https://github.com/apache/kafka/pull/12146#discussion_r870516919 ## config/kraft/README.md: ## @@ -114,9 +114,7 @@ We don't support any kind of upgrade right now, either to or from KRaft mode. T Finally, the following Kafka featu

[GitHub] [kafka] ijuma commented on pull request #12097: MINOR: Make TopicPartitionBookkeeper and TopicPartitionEntry top level

2022-05-11 Thread GitBox
ijuma commented on PR #12097: URL: https://github.com/apache/kafka/pull/12097#issuecomment-1123994344 Looking at the test results, every test passed for at least one JDK version. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [kafka] ijuma merged pull request #12097: MINOR: Make TopicPartitionBookkeeper and TopicPartitionEntry top level

2022-05-11 Thread GitBox
ijuma merged PR #12097: URL: https://github.com/apache/kafka/pull/12097 -- 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 the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.or

[GitHub] [kafka] ijuma commented on pull request #12146: MINOR: Remove kraft authorizer from list of missing features

2022-05-11 Thread GitBox
ijuma commented on PR #12146: URL: https://github.com/apache/kafka/pull/12146#issuecomment-1124007947 Since this only changes the readme, I'll go ahead and merge to trunk and cherry-pick to 3.2. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [kafka] ijuma merged pull request #12146: MINOR: Remove kraft authorizer from list of missing features

2022-05-11 Thread GitBox
ijuma merged PR #12146: URL: https://github.com/apache/kafka/pull/12146 -- 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 the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.or

[GitHub] [kafka] vamossagar12 commented on pull request #12104: KAFKA-13746: Attempt to fix flaky test by waiting to fetch 2 topics f…

2022-05-11 Thread GitBox
vamossagar12 commented on PR #12104: URL: https://github.com/apache/kafka/pull/12104#issuecomment-1124021398 > LGTM, left a minor comment, it's OK to take it or not. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [kafka] vamossagar12 commented on a diff in pull request #12104: KAFKA-13746: Attempt to fix flaky test by waiting to fetch 2 topics f…

2022-05-11 Thread GitBox
vamossagar12 commented on code in PR #12104: URL: https://github.com/apache/kafka/pull/12104#discussion_r870550958 ## core/src/test/scala/integration/kafka/admin/TopicCommandIntegrationTest.scala: ## @@ -732,7 +733,18 @@ class TopicCommandIntegrationTest extends KafkaServerTest

[jira] [Commented] (KAFKA-12495) Unbalanced connectors/tasks distribution will happen in Connect's incremental cooperative assignor

2022-05-11 Thread Manuel Garcia Cabrera (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17535020#comment-17535020 ] Manuel Garcia Cabrera commented on KAFKA-12495: --- I see two different issue

[jira] [Comment Edited] (KAFKA-12495) Unbalanced connectors/tasks distribution will happen in Connect's incremental cooperative assignor

2022-05-11 Thread Manuel Garcia Cabrera (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17535020#comment-17535020 ] Manuel Garcia Cabrera edited comment on KAFKA-12495 at 5/11/22 5:02 PM: --

[jira] [Comment Edited] (KAFKA-12495) Unbalanced connectors/tasks distribution will happen in Connect's incremental cooperative assignor

2022-05-11 Thread Manuel Garcia Cabrera (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17535020#comment-17535020 ] Manuel Garcia Cabrera edited comment on KAFKA-12495 at 5/11/22 5:44 PM: --

[jira] [Comment Edited] (KAFKA-12495) Unbalanced connectors/tasks distribution will happen in Connect's incremental cooperative assignor

2022-05-11 Thread Manuel Garcia Cabrera (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17535020#comment-17535020 ] Manuel Garcia Cabrera edited comment on KAFKA-12495 at 5/11/22 5:44 PM: --

[jira] [Updated] (KAFKA-13861) validateOnly request field does not work for CreatePartition requests in Kraft mode.

2022-05-11 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-13861: Fix Version/s: 3.2.1 > validateOnly request field does not work for CreatePartition reques

[GitHub] [kafka] hachikuji commented on a diff in pull request #11969: KAFKA-13649: Implement early.start.listeners and fix StandardAuthorizer loading

2022-05-11 Thread GitBox
hachikuji commented on code in PR #11969: URL: https://github.com/apache/kafka/pull/11969#discussion_r870639413 ## core/src/main/scala/kafka/server/KafkaConfig.scala: ## @@ -725,7 +727,11 @@ object KafkaConfig { /* Authorizer Configuration ***/ val Au

[GitHub] [kafka] hachikuji commented on a diff in pull request #11969: KAFKA-13649: Implement early.start.listeners and fix StandardAuthorizer loading

2022-05-11 Thread GitBox
hachikuji commented on code in PR #11969: URL: https://github.com/apache/kafka/pull/11969#discussion_r870644114 ## core/src/test/scala/unit/kafka/server/KafkaConfigTest.scala: ## @@ -1509,4 +1512,29 @@ class KafkaConfigTest { assertNotNull(config.getLong(KafkaConfig.SaslOA

[GitHub] [kafka] ahuang98 commented on a diff in pull request #12050: KAFKA-13830 MetadataVersion integration for KRaft controller

2022-05-11 Thread GitBox
ahuang98 commented on code in PR #12050: URL: https://github.com/apache/kafka/pull/12050#discussion_r869745683 ## core/src/test/scala/unit/kafka/server/BrokerFeaturesTest.scala: ## @@ -25,10 +25,6 @@ import scala.jdk.CollectionConverters._ class BrokerFeaturesTest { - @Tes

[GitHub] [kafka] jsancio commented on a diff in pull request #12141: MINOR; DeleteTopics version tests

2022-05-11 Thread GitBox
jsancio commented on code in PR #12141: URL: https://github.com/apache/kafka/pull/12141#discussion_r870749014 ## core/src/test/scala/unit/kafka/server/DeleteTopicsRequestTest.scala: ## @@ -17,24 +17,28 @@ package kafka.server -import java.util.{Arrays, Collections} - +impor

[GitHub] [kafka] philipnee opened a new pull request, #12149: KAFKA-13668: Retry upon missing initProducerId due to authorization error

2022-05-11 Thread GitBox
philipnee opened a new pull request, #12149: URL: https://github.com/apache/kafka/pull/12149 *More detailed description of your change, if necessary. The PR title and PR message become the squashed commit message, so use a separate comment to ping reviewers.* *Summary of testi

[GitHub] [kafka] afireinside09 commented on pull request #8658: KAFKA-9980: Fix bug where alterClientQuotas could not set default client quotas

2022-05-11 Thread GitBox
afireinside09 commented on PR #8658: URL: https://github.com/apache/kafka/pull/8658#issuecomment-1124340583 Sorry for resurrecting an old thread but I'm still experiencing this in Kafka 2.6.2 with Java kafka-clients 2.6.2. ``` ClientQuotaEntity clientEntity; if (clie

[GitHub] [kafka] afireinside09 commented on pull request #8658: KAFKA-9980: Fix bug where alterClientQuotas could not set default client quotas

2022-05-11 Thread GitBox
afireinside09 commented on PR #8658: URL: https://github.com/apache/kafka/pull/8658#issuecomment-1124340843 From the comments on `ClientQuotaEntity`: ``` Constructs a quota entity for the given types and names. If a name is null, then it is mapped to the built-in default entity name.

[jira] [Created] (KAFKA-13894) Extend Kafka kerberos auth support to beyond only hostname

2022-05-11 Thread Yiming Zang (Jira)
Yiming Zang created KAFKA-13894: --- Summary: Extend Kafka kerberos auth support to beyond only hostname Key: KAFKA-13894 URL: https://issues.apache.org/jira/browse/KAFKA-13894 Project: Kafka Issu

[jira] [Updated] (KAFKA-13894) Extend Kafka kerberos auth support to beyond only hostname

2022-05-11 Thread Yiming Zang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yiming Zang updated KAFKA-13894: Component/s: clients > Extend Kafka kerberos auth support to beyond only hostname > --

[jira] [Updated] (KAFKA-13894) Extend Kafka kerberos auth support to beyond only hostname

2022-05-11 Thread Yiming Zang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yiming Zang updated KAFKA-13894: Priority: Critical (was: Major) > Extend Kafka kerberos auth support to beyond only hostname > --

[jira] [Commented] (KAFKA-13894) Extend Kafka kerberos auth support to beyond only hostname

2022-05-11 Thread Yiming Zang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17535126#comment-17535126 ] Yiming Zang commented on KAFKA-13894: - We have internal changes that already fixed t

[GitHub] [kafka] hachikuji opened a new pull request, #12150: KAFKA-13837; Return an error from Fetch if follower is not a valid replica

2022-05-11 Thread GitBox
hachikuji opened a new pull request, #12150: URL: https://github.com/apache/kafka/pull/12150 When a partition leader receives a `Fetch` request from a replica which is not in the current replica set, the behavior today is to return a successful fetch response, but with empty data. This caus

[GitHub] [kafka] jparag opened a new pull request, #12151: Minor: parameter name fix for maxScalacThreads

2022-05-11 Thread GitBox
jparag opened a new pull request, #12151: URL: https://github.com/apache/kafka/pull/12151 While running unitTest and integrationTest by tweaking the scala parallel threads parameter, hit this issue where the command `./gradlew -PmaxScalacThreads=4 unitTest` errored out, pointing to the bug

[GitHub] [kafka] C0urante commented on pull request #11775: KAFKA-10000: Add all public-facing config properties related to exactly-once source support (KIP-618)

2022-05-11 Thread GitBox
C0urante commented on PR #11775: URL: https://github.com/apache/kafka/pull/11775#issuecomment-1124445220 @showuon how long would you like to wait before merging this if we don't hear back? -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[jira] [Resolved] (KAFKA-13763) Improve unit testing coverage and flexibility for IncrementalCooperativeAssignor

2022-05-11 Thread Chris Egerton (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Egerton resolved KAFKA-13763. --- Resolution: Done > Improve unit testing coverage and flexibility for > IncrementalCooperati

[GitHub] [kafka] dengziming commented on a diff in pull request #12141: MINOR; DeleteTopics version tests

2022-05-11 Thread GitBox
dengziming commented on code in PR #12141: URL: https://github.com/apache/kafka/pull/12141#discussion_r870885220 ## core/src/test/scala/unit/kafka/server/DeleteTopicsRequestTest.scala: ## @@ -66,6 +70,11 @@ class DeleteTopicsRequestTest extends BaseRequestTest { val respons

[jira] [Commented] (KAFKA-12657) Flaky Tests BlockingConnectorTest.testWorkerRestartWithBlockInConnectorStop

2022-05-11 Thread Chris Egerton (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17535843#comment-17535843 ] Chris Egerton commented on KAFKA-12657: --- I've reviewed the test runs and managed t

[GitHub] [kafka] dengziming commented on a diff in pull request #12050: KAFKA-13830 MetadataVersion integration for KRaft controller

2022-05-11 Thread GitBox
dengziming commented on code in PR #12050: URL: https://github.com/apache/kafka/pull/12050#discussion_r870922245 ## core/src/main/scala/kafka/server/KafkaRaftServer.scala: ## @@ -102,6 +106,8 @@ class KafkaRaftServer( threadNamePrefix, controllerQuorumVotersFuture,

[jira] [Updated] (KAFKA-13763) Improve unit testing coverage and flexibility for IncrementalCooperativeAssignor

2022-05-11 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen updated KAFKA-13763: -- Fix Version/s: 3.3.0 > Improve unit testing coverage and flexibility for > IncrementalCooperativeAssi

[GitHub] [kafka] showuon merged pull request #11775: KAFKA-10000: Add all public-facing config properties related to exactly-once source support (KIP-618)

2022-05-11 Thread GitBox
showuon merged PR #11775: URL: https://github.com/apache/kafka/pull/11775 -- 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 the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.

[GitHub] [kafka] showuon commented on pull request #11775: KAFKA-10000: Add all public-facing config properties related to exactly-once source support (KIP-618)

2022-05-11 Thread GitBox
showuon commented on PR #11775: URL: https://github.com/apache/kafka/pull/11775#issuecomment-1124596650 Thanks for your reminder. Merged into trunk. -- 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

[jira] [Assigned] (KAFKA-13882) Dockerfile for previewing website

2022-05-11 Thread Lim Qing Wei (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lim Qing Wei reassigned KAFKA-13882: Assignee: Lim Qing Wei > Dockerfile for previewing website >

[jira] [Commented] (KAFKA-13568) org.apache.kafka.common.errors.TimeoutException

2022-05-11 Thread Vrinda Halarnkar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17535902#comment-17535902 ] Vrinda Halarnkar commented on KAFKA-13568: -- Is there any workaround for this is

[GitHub] [kafka] showuon merged pull request #12151: MINOR: parameter name fix for maxScalacThreads

2022-05-11 Thread GitBox
showuon merged PR #12151: URL: https://github.com/apache/kafka/pull/12151 -- 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 the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.