[GitHub] [kafka] dajac commented on a change in pull request #10234: MINOR; Clean up LeaderAndIsrResponse construction in `ReplicaManager#becomeLeaderOrFollower`

2021-03-02 Thread GitBox
dajac commented on a change in pull request #10234: URL: https://github.com/apache/kafka/pull/10234#discussion_r586188217 ## File path: clients/src/main/java/org/apache/kafka/common/requests/LeaderAndIsrRequest.java ## @@ -145,24 +145,22 @@ public LeaderAndIsrResponse getError

[GitHub] [kafka] chia7712 commented on a change in pull request #10184: MINOR: enable topic deletion in the KIP-500 controller

2021-03-02 Thread GitBox
chia7712 commented on a change in pull request #10184: URL: https://github.com/apache/kafka/pull/10184#discussion_r586131042 ## File path: core/src/main/scala/kafka/server/ControllerApis.scala ## @@ -154,17 +162,164 @@ class ControllerApis(val requestChannel: RequestChannel,

[GitHub] [kafka] satishd commented on pull request #10173: KAFKA-9548 Added SPIs and public classes/interfaces introduced in KIP-405 for tiered storage feature in Kafka.

2021-03-02 Thread GitBox
satishd commented on pull request #10173: URL: https://github.com/apache/kafka/pull/10173#issuecomment-789442937 @junrao thanks for the comment, added all public classes to javadoc section in build.gradle. This is an automa

[GitHub] [kafka] satishd commented on a change in pull request #10173: KAFKA-9548 Added SPIs and public classes/interfaces introduced in KIP-405 for tiered storage feature in Kafka.

2021-03-02 Thread GitBox
satishd commented on a change in pull request #10173: URL: https://github.com/apache/kafka/pull/10173#discussion_r586119132 ## File path: clients/src/main/java/org/apache/kafka/server/log/remote/storage/RemoteLogMetadataManager.java ## @@ -0,0 +1,196 @@ +/* + * Licensed to the

[jira] [Comment Edited] (KAFKA-10340) Source connectors should report error when trying to produce records to non-existent topics instead of hanging forever

2021-03-02 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17294278#comment-17294278 ] A. Sophie Blee-Goldman edited comment on KAFKA-10340 at 3/3/21, 4:58 AM: -

[GitHub] [kafka] hachikuji opened a new pull request #10252: KAFKA-12403; Ensure local state deleted on `RemoveTopicRecord` received

2021-03-02 Thread GitBox
hachikuji opened a new pull request #10252: URL: https://github.com/apache/kafka/pull/10252 This patch implements additional handling logic for `RemoveTopic` records: - Update `MetadataPartitions` to ensure addition of deleted partitions to `localRemoved` set - Ensure topic config

[jira] [Commented] (KAFKA-10340) Source connectors should report error when trying to produce records to non-existent topics instead of hanging forever

2021-03-02 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17294278#comment-17294278 ] A. Sophie Blee-Goldman commented on KAFKA-10340: Temporarily removed 2.6

[jira] [Updated] (KAFKA-10340) Source connectors should report error when trying to produce records to non-existent topics instead of hanging forever

2021-03-02 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. Sophie Blee-Goldman updated KAFKA-10340: --- Fix Version/s: (was: 2.6.2) > Source connectors should report error when

[jira] [Resolved] (KAFKA-12400) Upgrade jetty to fix CVE-2020-27223

2021-03-02 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-12400. --- Resolution: Fixed Issue resolved by pull request 10245 [https://github.com/apache/kafka/pull/10245]

[GitHub] [kafka] omkreddy closed pull request #10245: KAFKA-12400: Upgrade jetty to fix CVE-2020-27223

2021-03-02 Thread GitBox
omkreddy closed pull request #10245: URL: https://github.com/apache/kafka/pull/10245 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] chia7712 merged pull request #10250: MINOR: Fix null exception in coordinator log

2021-03-02 Thread GitBox
chia7712 merged pull request #10250: URL: https://github.com/apache/kafka/pull/10250 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] chia7712 commented on pull request #10250: MINOR: Fix null exception in coordinator log

2021-03-02 Thread GitBox
chia7712 commented on pull request #10250: URL: https://github.com/apache/kafka/pull/10250#issuecomment-789420972 > do you want to merge this? We should also cherrypick it all the way back to 2.6 Sure. will merge and backport this patch. ---

[GitHub] [kafka] ableegoldman commented on pull request #10250: MINOR: Fix null exception in coordinator log

2021-03-02 Thread GitBox
ableegoldman commented on pull request #10250: URL: https://github.com/apache/kafka/pull/10250#issuecomment-789420651 @chia7712 do you want to merge this? We should also cherrypick it all the way back to 2.6 This is an auto

[GitHub] [kafka] ableegoldman commented on pull request #10250: MINOR: Fix null exception in coordinator log

2021-03-02 Thread GitBox
ableegoldman commented on pull request #10250: URL: https://github.com/apache/kafka/pull/10250#issuecomment-789420529 One unrelated test failure which is known to be flaky: `TransactionsBounceTest.testWithGroupMetadata` This

[GitHub] [kafka] ableegoldman commented on a change in pull request #10251: MINOR: add missing docs for record-e2e-latency metrics

2021-03-02 Thread GitBox
ableegoldman commented on a change in pull request #10251: URL: https://github.com/apache/kafka/pull/10251#discussion_r586100402 ## File path: docs/ops.html ## @@ -2356,6 +2356,26 @@

[jira] [Resolved] (KAFKA-12389) Upgrade of netty-codec due to CVE-2021-21290

2021-03-02 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-12389. --- Fix Version/s: 2.8.0 2.6.2 2.7.1 Resolution: Fixed Issu

[GitHub] [kafka] dongjinleekr commented on pull request #10235: KAFKA-12389: Upgrade of netty-codec due to CVE-2021-21290

2021-03-02 Thread GitBox
dongjinleekr commented on pull request #10235: URL: https://github.com/apache/kafka/pull/10235#issuecomment-789416305 @ableegoldman FYI. :smiley: This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [kafka] ableegoldman commented on pull request #10251: MINOR: add missing docs for record-e2e-latency metrics

2021-03-02 Thread GitBox
ableegoldman commented on pull request #10251: URL: https://github.com/apache/kafka/pull/10251#issuecomment-789415834 call for review @cadonna @vvcephei @guozhangwang -- in theory we should cherrypick this back to 2.8 at least, but I can prepare a separate PR against `kafka-site` if we don

[GitHub] [kafka] ableegoldman opened a new pull request #10251: MINOR: add missing docs for record-e2e-latency metrics

2021-03-02 Thread GitBox
ableegoldman opened a new pull request #10251: URL: https://github.com/apache/kafka/pull/10251 I missed updating the documentation for these metrics since I didn't notice we had Streams metrics docs outside of the usual Streams docs. ---

[GitHub] [kafka] omkreddy closed pull request #10235: KAFKA-12389: Upgrade of netty-codec due to CVE-2021-21290

2021-03-02 Thread GitBox
omkreddy closed pull request #10235: URL: https://github.com/apache/kafka/pull/10235 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] chia7712 commented on a change in pull request #10193: MINOR: correct the error message of validating uint32

2021-03-02 Thread GitBox
chia7712 commented on a change in pull request #10193: URL: https://github.com/apache/kafka/pull/10193#discussion_r586082468 ## File path: clients/src/main/java/org/apache/kafka/common/protocol/types/Type.java ## @@ -320,7 +320,7 @@ public Long validate(Object item) {

[GitHub] [kafka] abbccdda commented on pull request #10240: KAFKA-12381: only return leader not available for internal topic creation

2021-03-02 Thread GitBox
abbccdda commented on pull request #10240: URL: https://github.com/apache/kafka/pull/10240#issuecomment-789380164 After offline sync with @hachikuji , we decided that the invalid replication factor check would be redundant to be performed on the forwarding broker. Will remove that logic to

[GitHub] [kafka] dengziming commented on pull request #10250: MINOR: Fix null exception in coordinator log

2021-03-02 Thread GitBox
dengziming commented on pull request #10250: URL: https://github.com/apache/kafka/pull/10250#issuecomment-789374413 @ableegoldman PTAL. This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [kafka] dengziming opened a new pull request #10250: MINOR: Fix null exception in coordinator log

2021-03-02 Thread GitBox
dengziming opened a new pull request #10250: URL: https://github.com/apache/kafka/pull/10250 *More detailed description of your change* Found that the `fatalException` is always null when calling `log.info("xxx", fatalException)`, maybe we should first assign a value to it. *S

[GitHub] [kafka] dengziming closed pull request #10247: MINOR: Fix log format in AbstractCoordinator

2021-03-02 Thread GitBox
dengziming closed pull request #10247: URL: https://github.com/apache/kafka/pull/10247 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] dengziming commented on a change in pull request #10247: MINOR: Fix log format in AbstractCoordinator

2021-03-02 Thread GitBox
dengziming commented on a change in pull request #10247: URL: https://github.com/apache/kafka/pull/10247#discussion_r586046025 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractCoordinator.java ## @@ -860,7 +860,7 @@ public void onSuccess(

[jira] [Commented] (KAFKA-10251) Flaky Test kafka.api.TransactionsBounceTest.testWithGroupMetadata

2021-03-02 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17294210#comment-17294210 ] Luke Chen commented on KAFKA-10251: --- Interesting. Let me check it. Thanks. > Flaky Te

[GitHub] [kafka] rondagostino commented on pull request #10184: MINOR: enable topic deletion in the KIP-500 controller

2021-03-02 Thread GitBox
rondagostino commented on pull request #10184: URL: https://github.com/apache/kafka/pull/10184#issuecomment-789350896 ``` [2021-03-02T22:42:17.438Z] [ant:checkstyle] [ERROR] /home/jenkins/jenkins-agent/workspace/Kafka_kafka-pr_PR-10184/metadata/src/main/java/org/apache/kafka/controller/R

[GitHub] [kafka] dongjinleekr commented on pull request #10245: KAFKA-12400: Upgrade jetty to fix CVE-2020-27223

2021-03-02 Thread GitBox
dongjinleekr commented on pull request #10245: URL: https://github.com/apache/kafka/pull/10245#issuecomment-789347793 @ableegoldman I think this should be a blocker, since it is security vulnerability. This is an automated m

[GitHub] [kafka] ableegoldman commented on pull request #10215: KAFKA-12375: don't reuse thread.id until a thread has fully shut down

2021-03-02 Thread GitBox
ableegoldman commented on pull request #10215: URL: https://github.com/apache/kafka/pull/10215#issuecomment-789326289 Merged to trunk and cherrypicked to 2.8 cc @vvcephei This is an automated message from the Apache Git Serv

[GitHub] [kafka] ableegoldman merged pull request #10215: KAFKA-12375: don't reuse thread.id until a thread has fully shut down

2021-03-02 Thread GitBox
ableegoldman merged pull request #10215: URL: https://github.com/apache/kafka/pull/10215 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 g

[GitHub] [kafka] ableegoldman commented on pull request #10215: KAFKA-12375: don't reuse thread.id until a thread has fully shut down

2021-03-02 Thread GitBox
ableegoldman commented on pull request #10215: URL: https://github.com/apache/kafka/pull/10215#issuecomment-789323390 One unrelated failure `TransactionsBounceTest.testWithGroupId() ` (known to be flaky, see KAFKA-10251) Thi

[jira] [Reopened] (KAFKA-10251) Flaky Test kafka.api.TransactionsBounceTest.testWithGroupMetadata

2021-03-02 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. Sophie Blee-Goldman reopened KAFKA-10251: Looks like it's still failing – saw at least one test failure on a build which

[jira] [Updated] (KAFKA-12254) MirrorMaker 2.0 creates destination topic with default configs

2021-03-02 Thread Rajini Sivaram (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajini Sivaram updated KAFKA-12254: --- Fix Version/s: (was: 3.0.0) > MirrorMaker 2.0 creates destination topic with default con

[GitHub] [kafka] ableegoldman commented on pull request #10245: KAFKA-12400: Upgrade jetty to fix CVE-2020-27223

2021-03-02 Thread GitBox
ableegoldman commented on pull request #10245: URL: https://github.com/apache/kafka/pull/10245#issuecomment-789260883 What's the status here? Is this a blocker for the 2.6.2 release? This is an automated message from the Apac

[GitHub] [kafka] cmccabe commented on pull request #10184: MINOR: enable topic deletion in the KIP-500 controller

2021-03-02 Thread GitBox
cmccabe commented on pull request #10184: URL: https://github.com/apache/kafka/pull/10184#issuecomment-789256987 Thanks for the reviews! I reworked the authentication, validation, and de-duplication code a lot. The new logic should take into account the issues pointed out here. I resolved

[GitHub] [kafka] hachikuji commented on pull request #10184: MINOR: enable topic deletion in the KIP-500 controller

2021-03-02 Thread GitBox
hachikuji commented on pull request #10184: URL: https://github.com/apache/kafka/pull/10184#issuecomment-789254543 @rondagostino I believe that error will be fixed by https://issues.apache.org/jira/browse/KAFKA-12403. This i

[GitHub] [kafka] cmccabe commented on a change in pull request #10184: MINOR: enable topic deletion in the KIP-500 controller

2021-03-02 Thread GitBox
cmccabe commented on a change in pull request #10184: URL: https://github.com/apache/kafka/pull/10184#discussion_r585942960 ## File path: metadata/src/main/java/org/apache/kafka/controller/QuorumController.java ## @@ -809,6 +824,27 @@ private QuorumController(LogContext logCon

[GitHub] [kafka] cmccabe commented on a change in pull request #10184: MINOR: enable topic deletion in the KIP-500 controller

2021-03-02 Thread GitBox
cmccabe commented on a change in pull request #10184: URL: https://github.com/apache/kafka/pull/10184#discussion_r585942730 ## File path: metadata/src/main/java/org/apache/kafka/controller/ReplicationControlManager.java ## @@ -349,6 +357,16 @@ public void replay(PartitionChang

[jira] [Commented] (KAFKA-3988) KafkaConfigBackingStore assumes configs will be stored as schemaless maps

2021-03-02 Thread Ewen Cheslack-Postava (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-3988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17294009#comment-17294009 ] Ewen Cheslack-Postava commented on KAFKA-3988: -- [~pachima...@gmail.com] It's

[GitHub] [kafka] junrao commented on a change in pull request #10173: KAFKA-9548 Added SPIs and public classes/interfaces introduced in KIP-405 for tiered storage feature in Kafka.

2021-03-02 Thread GitBox
junrao commented on a change in pull request #10173: URL: https://github.com/apache/kafka/pull/10173#discussion_r585934097 ## File path: clients/src/main/java/org/apache/kafka/server/log/remote/storage/RemoteLogMetadataManager.java ## @@ -0,0 +1,196 @@ +/* + * Licensed to the

[GitHub] [kafka] rondagostino commented on pull request #10184: MINOR: enable topic deletion in the KIP-500 controller

2021-03-02 Thread GitBox
rondagostino commented on pull request #10184: URL: https://github.com/apache/kafka/pull/10184#issuecomment-789243745 The below, if added as `tests/kafkatest/sanity_checks/test_delete_topic.py`, fails for the Raft cases on this PR branch as of this moment because the broker fails to shutdo

[jira] [Commented] (KAFKA-3988) KafkaConfigBackingStore assumes configs will be stored as schemaless maps

2021-03-02 Thread Laxman Pachimadla (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-3988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17294004#comment-17294004 ] Laxman Pachimadla commented on KAFKA-3988: -- [~ewencp] Hi Ewen, do you have any l

[GitHub] [kafka] rondagostino commented on a change in pull request #10227: KAFKA-12382: add a README for KIP-500

2021-03-02 Thread GitBox
rondagostino commented on a change in pull request #10227: URL: https://github.com/apache/kafka/pull/10227#discussion_r585924508 ## File path: KIP-500.md ## @@ -0,0 +1,131 @@ +KIP-500 Early Access Release + + +# Introduction +It is now possible to ru

[jira] [Commented] (KAFKA-12377) Flaky Test SaslAuthenticatorTest#testSslClientAuthRequiredForSaslSslListener

2021-03-02 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17293992#comment-17293992 ] Matthias J. Sax commented on KAFKA-12377: - Failed again. > Flaky Test SaslAuthe

[jira] [Resolved] (KAFKA-12177) Retention is not idempotent

2021-03-02 Thread Jun Rao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao resolved KAFKA-12177. - Fix Version/s: 3.0.0 Assignee: Lucas Bradstreet Resolution: Fixed merged the PR to trunk

[GitHub] [kafka] junrao merged pull request #10216: KAFKA-12177: apply log start offset retention before time and size based retention

2021-03-02 Thread GitBox
junrao merged pull request #10216: URL: https://github.com/apache/kafka/pull/10216 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 t

[jira] [Updated] (KAFKA-12238) Implement DescribeProducers API

2021-03-02 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-12238: Fix Version/s: 2.8.0 > Implement DescribeProducers API > --- >

[jira] [Updated] (KAFKA-12267) Implement DescribeTransactions API

2021-03-02 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-12267: Fix Version/s: 3.0.0 > Implement DescribeTransactions API > --

[jira] [Resolved] (KAFKA-12369) Implement ListTransactions API

2021-03-02 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-12369. - Fix Version/s: 3.0.0 Resolution: Fixed > Implement ListTransactions API > ---

[GitHub] [kafka] hachikuji merged pull request #10206: KAFKA-12369; Implement `ListTransactions` API

2021-03-02 Thread GitBox
hachikuji merged pull request #10206: URL: https://github.com/apache/kafka/pull/10206 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 t

[GitHub] [kafka] ijuma commented on a change in pull request #10141: KAFKA-12329; kafka-reassign-partitions command should give a better error message when a topic does not exist

2021-03-02 Thread GitBox
ijuma commented on a change in pull request #10141: URL: https://github.com/apache/kafka/pull/10141#discussion_r585901281 ## File path: core/src/main/scala/kafka/admin/ReassignPartitionsCommand.scala ## @@ -812,6 +812,26 @@ object ReassignPartitionsCommand extends Logging {

[GitHub] [kafka] ijuma commented on a change in pull request #10141: KAFKA-12329; kafka-reassign-partitions command should give a better error message when a topic does not exist

2021-03-02 Thread GitBox
ijuma commented on a change in pull request #10141: URL: https://github.com/apache/kafka/pull/10141#discussion_r585900837 ## File path: core/src/main/scala/kafka/admin/ReassignPartitionsCommand.scala ## @@ -812,6 +812,26 @@ object ReassignPartitionsCommand extends Logging {

[GitHub] [kafka] ijuma commented on a change in pull request #10193: MINOR: correct the error message of validating uint32

2021-03-02 Thread GitBox
ijuma commented on a change in pull request #10193: URL: https://github.com/apache/kafka/pull/10193#discussion_r585899128 ## File path: clients/src/main/java/org/apache/kafka/common/protocol/types/Type.java ## @@ -320,7 +320,7 @@ public Long validate(Object item) {

[GitHub] [kafka] ijuma commented on a change in pull request #10193: MINOR: correct the error message of validating uint32

2021-03-02 Thread GitBox
ijuma commented on a change in pull request #10193: URL: https://github.com/apache/kafka/pull/10193#discussion_r585897929 ## File path: clients/src/main/java/org/apache/kafka/common/protocol/types/Type.java ## @@ -320,7 +320,7 @@ public Long validate(Object item) {

[GitHub] [kafka] jolshan commented on a change in pull request #10184: MINOR: enable topic deletion in the KIP-500 controller

2021-03-02 Thread GitBox
jolshan commented on a change in pull request #10184: URL: https://github.com/apache/kafka/pull/10184#discussion_r585895209 ## File path: core/src/main/scala/kafka/server/ControllerApis.scala ## @@ -154,6 +161,147 @@ class ControllerApis(val requestChannel: RequestChannel,

[GitHub] [kafka] jolshan commented on a change in pull request #10184: MINOR: enable topic deletion in the KIP-500 controller

2021-03-02 Thread GitBox
jolshan commented on a change in pull request #10184: URL: https://github.com/apache/kafka/pull/10184#discussion_r585895209 ## File path: core/src/main/scala/kafka/server/ControllerApis.scala ## @@ -154,6 +161,147 @@ class ControllerApis(val requestChannel: RequestChannel,

[GitHub] [kafka] ijuma commented on a change in pull request #10203: MINOR: Prepare for Gradle 7.0

2021-03-02 Thread GitBox
ijuma commented on a change in pull request #10203: URL: https://github.com/apache/kafka/pull/10203#discussion_r585894119 ## File path: build.gradle ## @@ -1586,15 +1605,17 @@ project(':streams:test-utils') { archivesBaseName = "kafka-streams-test-utils" dependencies {

[GitHub] [kafka] cmccabe commented on a change in pull request #10184: MINOR: enable topic deletion in the KIP-500 controller

2021-03-02 Thread GitBox
cmccabe commented on a change in pull request #10184: URL: https://github.com/apache/kafka/pull/10184#discussion_r585891911 ## File path: core/src/main/scala/kafka/server/ControllerApis.scala ## @@ -154,6 +161,147 @@ class ControllerApis(val requestChannel: RequestChannel,

[GitHub] [kafka] ijuma commented on a change in pull request #10203: MINOR: Prepare for Gradle 7.0

2021-03-02 Thread GitBox
ijuma commented on a change in pull request #10203: URL: https://github.com/apache/kafka/pull/10203#discussion_r585891145 ## File path: release.py ## @@ -631,7 +631,7 @@ def select_gpg_key(): contents = f.read() if not user_ok("Going to build and upload mvn artifacts base

[GitHub] [kafka] rondagostino opened a new pull request #10249: MINOR: disable round_trip_fault_test system tests for Raft quorums

2021-03-02 Thread GitBox
rondagostino opened a new pull request #10249: URL: https://github.com/apache/kafka/pull/10249 The KIP-500 early access release will not support creating a partition with a manual partition assignment that includes a broker that is not currently online. This patch disables system tests fo

[jira] [Updated] (KAFKA-12403) Broker handling of delete topic events

2021-03-02 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-12403: Labels: kip-500 (was: ) > Broker handling of delete topic events > --

[GitHub] [kafka] ableegoldman merged pull request #10163: KAFKA-10357: Extract setup of changelog from Streams partition assignor

2021-03-02 Thread GitBox
ableegoldman merged pull request #10163: URL: https://github.com/apache/kafka/pull/10163 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 g

[GitHub] [kafka] ableegoldman commented on pull request #10163: KAFKA-10357: Extract setup of changelog from Streams partition assignor

2021-03-02 Thread GitBox
ableegoldman commented on pull request #10163: URL: https://github.com/apache/kafka/pull/10163#issuecomment-789174791 Java11 failed with unrelated flaky `kafka.server.ListOffsetsRequestTest.testResponseIncludesLeaderEpoch`, Java15 failed with `Execution failed for task ':streams:test-utils

[jira] [Created] (KAFKA-12403) Broker handling of delete topic events

2021-03-02 Thread Jason Gustafson (Jira)
Jason Gustafson created KAFKA-12403: --- Summary: Broker handling of delete topic events Key: KAFKA-12403 URL: https://issues.apache.org/jira/browse/KAFKA-12403 Project: Kafka Issue Type: Impr

[jira] [Updated] (KAFKA-12254) MirrorMaker 2.0 creates destination topic with default configs

2021-03-02 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler updated KAFKA-12254: - Fix Version/s: 2.8.0 > MirrorMaker 2.0 creates destination topic with default configs >

[GitHub] [kafka] ableegoldman commented on a change in pull request #10163: KAFKA-10357: Extract setup of changelog from Streams partition assignor

2021-03-02 Thread GitBox
ableegoldman commented on a change in pull request #10163: URL: https://github.com/apache/kafka/pull/10163#discussion_r585863461 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/ChangelogTopics.java ## @@ -0,0 +1,132 @@ +/* + * Licensed to the A

[jira] [Commented] (KAFKA-10251) Flaky Test kafka.api.TransactionsBounceTest.testWithGroupMetadata

2021-03-02 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17293953#comment-17293953 ] A. Sophie Blee-Goldman commented on KAFKA-10251: Merged [https://github.

[GitHub] [kafka] ableegoldman merged pull request #10228: KAFKA-10251: increase timeout for consumeing records

2021-03-02 Thread GitBox
ableegoldman merged pull request #10228: URL: https://github.com/apache/kafka/pull/10228 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 g

[GitHub] [kafka] ableegoldman commented on pull request #10228: KAFKA-10251: increase timeout for consumeing records

2021-03-02 Thread GitBox
ableegoldman commented on pull request #10228: URL: https://github.com/apache/kafka/pull/10228#issuecomment-789166076 Since this test is failing pretty regularly, I think we should go ahead and merge this now. A 30s timeout is pretty standard and if there is a real issue, just bumping the

[GitHub] [kafka] ableegoldman commented on a change in pull request #10247: MINOR: Fix log format in AbstractCoordinator

2021-03-02 Thread GitBox
ableegoldman commented on a change in pull request #10247: URL: https://github.com/apache/kafka/pull/10247#discussion_r585856635 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractCoordinator.java ## @@ -860,7 +860,7 @@ public void onSucces

[GitHub] [kafka] ableegoldman commented on pull request #10228: KAFKA-10251: increase timeout for consumeing records

2021-03-02 Thread GitBox
ableegoldman commented on pull request #10228: URL: https://github.com/apache/kafka/pull/10228#issuecomment-789162142 Three unrelated failures: ``` Build / JDK 15 / org.apache.kafka.connect.integration.RebalanceSourceConnectorsIntegrationTest.testMultipleWorkersRejoining Build / JD

[GitHub] [kafka] sknop commented on pull request #9950: KAFKA-12170: Fix for Connect Cast SMT to correctly transform a Byte array into a string

2021-03-02 Thread GitBox
sknop commented on pull request #9950: URL: https://github.com/apache/kafka/pull/9950#issuecomment-789161208 Yes of course, totally agree. This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [kafka] rondagostino commented on a change in pull request #10237: MINOR: fix failing system test delegation_token_test

2021-03-02 Thread GitBox
rondagostino commented on a change in pull request #10237: URL: https://github.com/apache/kafka/pull/10237#discussion_r585829658 ## File path: tests/kafkatest/services/security/security_config.py ## @@ -374,7 +374,8 @@ def interbroker_sasl_mechanism(self): def enabled_sasl

[jira] [Created] (KAFKA-12402) client_sasl_mechanism should be an explicit list instead of a .csv string

2021-03-02 Thread Ron Dagostino (Jira)
Ron Dagostino created KAFKA-12402: - Summary: client_sasl_mechanism should be an explicit list instead of a .csv string Key: KAFKA-12402 URL: https://issues.apache.org/jira/browse/KAFKA-12402 Project:

[jira] [Commented] (KAFKA-12319) Flaky test ConnectionQuotasTest.testListenerConnectionRateLimitWhenActualRateAboveLimit()

2021-03-02 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17293926#comment-17293926 ] Matthias J. Sax commented on KAFKA-12319: - Failed again. > Flaky test > Connec

[jira] [Resolved] (KAFKA-12394) Consider topic id existence and authorization errors

2021-03-02 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-12394. - Fix Version/s: 2.8.0 Resolution: Fixed > Consider topic id existence and authoriz

[jira] [Commented] (KAFKA-10788) Streamlining Tests in CachingInMemoryKeyValueStoreTest

2021-03-02 Thread Rohit Deshpande (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17293907#comment-17293907 ] Rohit Deshpande commented on KAFKA-10788: - thanks [~cadonna] makes sense to me.

[GitHub] [kafka] hachikuji merged pull request #10223: KAFKA-12394: Return `TOPIC_AUTHORIZATION_FAILED` in delete topic response if no describe permission

2021-03-02 Thread GitBox
hachikuji merged pull request #10223: URL: https://github.com/apache/kafka/pull/10223 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 t

[GitHub] [kafka] vanhoale commented on pull request #10239: KAFKA-12372: Enhance TimestampCoverter Connect transformation to handle multiple timestamp or date fields

2021-03-02 Thread GitBox
vanhoale commented on pull request #10239: URL: https://github.com/apache/kafka/pull/10239#issuecomment-789110876 I ran my test, checkstyle and spotbugs successful at my local, but not sure some checks failed here This is an

[GitHub] [kafka] hachikuji commented on a change in pull request #10206: KAFKA-12369; Implement `ListTransactions` API

2021-03-02 Thread GitBox
hachikuji commented on a change in pull request #10206: URL: https://github.com/apache/kafka/pull/10206#discussion_r585800691 ## File path: core/src/test/scala/integration/kafka/api/AuthorizerIntegrationTest.scala ## @@ -1813,17 +1813,25 @@ class AuthorizerIntegrationTest exte

[jira] [Comment Edited] (KAFKA-10251) Flaky Test kafka.api.TransactionsBounceTest.testWithGroupMetadata

2021-03-02 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17293885#comment-17293885 ] Matthias J. Sax edited comment on KAFKA-10251 at 3/2/21, 6:11 PM:

[jira] [Created] (KAFKA-12401) Flaky Test FeatureCommandTest#testUpgradeAllFeaturesSuccess

2021-03-02 Thread Matthias J. Sax (Jira)
Matthias J. Sax created KAFKA-12401: --- Summary: Flaky Test FeatureCommandTest#testUpgradeAllFeaturesSuccess Key: KAFKA-12401 URL: https://issues.apache.org/jira/browse/KAFKA-12401 Project: Kafka

[jira] [Commented] (KAFKA-8003) Flaky Test TransactionsTest #testFencingOnTransactionExpiration

2021-03-02 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17293889#comment-17293889 ] Matthias J. Sax commented on KAFKA-8003: A third test method: {quote}org.opentest

[GitHub] [kafka] rhauch commented on pull request #9950: KAFKA-12170: Fix for Connect Cast SMT to correctly transform a Byte array into a string

2021-03-02 Thread GitBox
rhauch commented on pull request #9950: URL: https://github.com/apache/kafka/pull/9950#issuecomment-789100759 If we don't clarify the documentation, then I think users will be very confused. Can you take a stab at improving/expanding the documentation a bit to clarify the input and output

[jira] [Commented] (KAFKA-10251) Flaky Test kafka.api.TransactionsBounceTest.testWithGroupMetadata

2021-03-02 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17293885#comment-17293885 ] Matthias J. Sax commented on KAFKA-10251: - One more. > Flaky Test kafka.api.Tra

[GitHub] [kafka] chia7712 commented on a change in pull request #10206: KAFKA-12369; Implement `ListTransactions` API

2021-03-02 Thread GitBox
chia7712 commented on a change in pull request #10206: URL: https://github.com/apache/kafka/pull/10206#discussion_r585784412 ## File path: core/src/test/scala/integration/kafka/api/AuthorizerIntegrationTest.scala ## @@ -1813,17 +1813,25 @@ class AuthorizerIntegrationTest exten

[GitHub] [kafka] mumrah merged pull request #10224: MINOR: Disable transactional/idempotent system tests for Raft quorums

2021-03-02 Thread GitBox
mumrah merged pull request #10224: URL: https://github.com/apache/kafka/pull/10224 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 t

[GitHub] [kafka] mumrah commented on a change in pull request #10237: MINOR: fix failing system test delegation_token_test

2021-03-02 Thread GitBox
mumrah commented on a change in pull request #10237: URL: https://github.com/apache/kafka/pull/10237#discussion_r585784850 ## File path: tests/kafkatest/services/security/security_config.py ## @@ -374,7 +374,8 @@ def interbroker_sasl_mechanism(self): def enabled_sasl_mecha

[GitHub] [kafka] guozhangwang commented on pull request #9717: KAFKA-10766: Unit test cases for RocksDBRangeIterator

2021-03-02 Thread GitBox
guozhangwang commented on pull request #9717: URL: https://github.com/apache/kafka/pull/9717#issuecomment-789095693 LGTM. Merged to trunk and cherry-picked to 2.8 cc @vvcephei This is an automated message from the Apache Git

[GitHub] [kafka] guozhangwang merged pull request #9717: KAFKA-10766: Unit test cases for RocksDBRangeIterator

2021-03-02 Thread GitBox
guozhangwang merged pull request #9717: URL: https://github.com/apache/kafka/pull/9717 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] guozhangwang commented on pull request #10052: KAFKA-12289: Adding test cases for prefix scan in InMemoryKeyValueStore

2021-03-02 Thread GitBox
guozhangwang commented on pull request #10052: URL: https://github.com/apache/kafka/pull/10052#issuecomment-789094844 Cherry-picked to 2.8 as well cc @vvcephei This is an automated message from the Apache Git Service. To res

[GitHub] [kafka] guozhangwang commented on pull request #10052: KAFKA-12289: Adding test cases for prefix scan in InMemoryKeyValueStore

2021-03-02 Thread GitBox
guozhangwang commented on pull request #10052: URL: https://github.com/apache/kafka/pull/10052#issuecomment-789094199 LGTM. Thanks for the contribution @vamossagar12 ! This is an automated message from the Apache Git Service.

[GitHub] [kafka] guozhangwang merged pull request #10052: KAFKA-12289: Adding test cases for prefix scan in InMemoryKeyValueStore

2021-03-02 Thread GitBox
guozhangwang merged pull request #10052: URL: https://github.com/apache/kafka/pull/10052 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 g

[GitHub] [kafka] chia7712 opened a new pull request #10248: MINOR: main function of o.a.k.c.p.t.Type does not show all types

2021-03-02 Thread GitBox
chia7712 opened a new pull request #10248: URL: https://github.com/apache/kafka/pull/10248 This PR includes following changes 1. rename `UNSIGNED_INT32` to `UINT32` (consistent to `UINT16`) 1. make sure Type.toHtml shows `UINT16`, `UINT32` and `COMPACT_RECORDS` ### Committer

[GitHub] [kafka] chia7712 commented on a change in pull request #10234: MINOR; Clean up LeaderAndIsrResponse construction in `ReplicaManager#becomeLeaderOrFollower`

2021-03-02 Thread GitBox
chia7712 commented on a change in pull request #10234: URL: https://github.com/apache/kafka/pull/10234#discussion_r585723099 ## File path: clients/src/main/java/org/apache/kafka/common/requests/LeaderAndIsrRequest.java ## @@ -145,24 +145,22 @@ public LeaderAndIsrResponse getEr

[GitHub] [kafka] chia7712 closed pull request #9128: KAFKA-7540 reduce session timeout to evict dead member in time and so…

2021-03-02 Thread GitBox
chia7712 closed pull request #9128: URL: https://github.com/apache/kafka/pull/9128 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 t

[GitHub] [kafka] chia7712 closed pull request #10086: MINOR: expose number of forwarding requests to metrics

2021-03-02 Thread GitBox
chia7712 closed pull request #10086: URL: https://github.com/apache/kafka/pull/10086 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] hachikuji commented on pull request #10240: KAFKA-12381: only return leader not available for internal topic creation

2021-03-02 Thread GitBox
hachikuji commented on pull request #10240: URL: https://github.com/apache/kafka/pull/10240#issuecomment-789032940 Ok, I think I see what is going on now. The failing system test is verifying what happens when inter-broker communication no longer works. This results in different behavior b

[GitHub] [kafka] wcarlson5 commented on a change in pull request #10215: KAFKA-12375: don't reuse thread.id until a thread has fully shut down

2021-03-02 Thread GitBox
wcarlson5 commented on a change in pull request #10215: URL: https://github.com/apache/kafka/pull/10215#discussion_r585710809 ## File path: streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java ## @@ -463,9 +464,8 @@ private void replaceStreamThread(final Throwable t

  1   2   >