[GitHub] [kafka] philipnee opened a new pull request, #12580: MINOR: Fix flaky OffsetValidationTest

2022-08-31 Thread GitBox
philipnee opened a new pull request, #12580: URL: https://github.com/apache/kafka/pull/12580 We are observing flakiness in the OffsetValidationTest, and I believe (evidently) it is due to not handling the uncommitted offset during the rebalancing. Here the fix is very simple, commit the of

[GitHub] [kafka] showuon commented on pull request #11783: KAFKA-14143: Exactly-once source connector system tests (KIP-618)

2022-08-31 Thread GitBox
showuon commented on PR #11783: URL: https://github.com/apache/kafka/pull/11783#issuecomment-1233663013 Thank you @jsancio ! As long as the system test passed, I'm good to merge it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[jira] [Resolved] (KAFKA-13990) Update features will fail in KRaft mode

2022-08-31 Thread dengziming (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dengziming resolved KAFKA-13990. Resolution: Fixed > Update features will fail in KRaft mode >

[GitHub] [kafka] cmccabe commented on a diff in pull request #12578: KAFKA-14039: Additional compatibility fix for KRaft Alter Configs

2022-08-31 Thread GitBox
cmccabe commented on code in PR #12578: URL: https://github.com/apache/kafka/pull/12578#discussion_r960059546 ## metadata/src/main/java/org/apache/kafka/controller/ConfigurationControlManager.java: ## @@ -248,33 +249,44 @@ private void incrementalAlterConfigResource(ConfigResou

[jira] [Commented] (KAFKA-12622) Automate LICENSE file validation

2022-08-31 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17598637#comment-17598637 ] Jose Armando Garcia Sancio commented on KAFKA-12622: Thanks for the

[GitHub] [kafka] jsancio commented on pull request #12579: MINOR; Fix LICENSE-binary based on the 3.3 dependencies

2022-08-31 Thread GitBox
jsancio commented on PR #12579: URL: https://github.com/apache/kafka/pull/12579#issuecomment-1233424449 @mimaison @vvcephei are you able to take a look at this PR? Much appreciated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [kafka] jsancio opened a new pull request, #12579: MINOR; Fix LICENSE-binary based on the 3.3 dependencies

2022-08-31 Thread GitBox
jsancio opened a new pull request, #12579: URL: https://github.com/apache/kafka/pull/12579 The following commands don't show any missings licenses ``` $ ./gradlewAll clean releaseTarGz $ tar xzf core/build/distributions/kafka_2.13-3.3.0-SNAPSHOT.tgz $ cd kafka_2.13-3.3.0-SNAPSHOT/

[GitHub] [kafka] rondagostino opened a new pull request, #12578: KAFKA-14039: Additional compatibility fix for KRaft Alter Configs

2022-08-31 Thread GitBox
rondagostino opened a new pull request, #12578: URL: https://github.com/apache/kafka/pull/12578 https://github.com/apache/kafka/pull/12374 adjusted the invocation of the alter configs policy check in KRaft to match the behavior in ZooKeeper, which is to only provide the configs that were ex

[GitHub] [kafka] C0urante merged pull request #12576: KAFKA-14193: Update expected task configs for FileStream source and sink connectors in ConnectRestApiTest

2022-08-31 Thread GitBox
C0urante merged PR #12576: URL: https://github.com/apache/kafka/pull/12576 -- 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] jsancio commented on pull request #12039: KAFKA-13725: KIP-768 OAuth code mixes public and internal classes in same package

2022-08-31 Thread GitBox
jsancio commented on PR #12039: URL: https://github.com/apache/kafka/pull/12039#issuecomment-1233386184 Let's see if @omkreddy or @rajinisivaram are interested in reviewing this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [kafka] agavra commented on a diff in pull request #12555: Optimize self-join

2022-08-31 Thread GitBox
agavra commented on code in PR #12555: URL: https://github.com/apache/kafka/pull/12555#discussion_r959892207 ## streams/src/main/java/org/apache/kafka/streams/kstream/internals/InternalStreamsBuilder.java: ## @@ -356,6 +381,95 @@ private void mergeDuplicateSourceNodes() {

[GitHub] [kafka] cadonna merged pull request #12569: KAFKA-10199: Shutdown state updater on task manager shutdown

2022-08-31 Thread GitBox
cadonna merged PR #12569: URL: https://github.com/apache/kafka/pull/12569 -- 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] cadonna commented on pull request #12569: KAFKA-10199: Shutdown state updater on task manager shutdown

2022-08-31 Thread GitBox
cadonna commented on PR #12569: URL: https://github.com/apache/kafka/pull/12569#issuecomment-1233290152 @guozhangwang As discussed yesterday, I will merge this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [kafka] cadonna commented on a diff in pull request #12569: KAFKA-10199: Shutdown state updater on task manager shutdown

2022-08-31 Thread GitBox
cadonna commented on code in PR #12569: URL: https://github.com/apache/kafka/pull/12569#discussion_r959907923 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java: ## @@ -1180,6 +1182,68 @@ void shutdown(final boolean clean) { } }

[GitHub] [kafka] cadonna commented on pull request #12569: KAFKA-10199: Shutdown state updater on task manager shutdown

2022-08-31 Thread GitBox
cadonna commented on PR #12569: URL: https://github.com/apache/kafka/pull/12569#issuecomment-1233289415 Build failures are unrelated: ``` Build / JDK 11 and Scala 2.13 / kafka.api.TransactionsExpirationTest.testTransactionAfterProducerIdExpires(String).quorum=zk Build / JDK 8 and Sc

[GitHub] [kafka] cmccabe commented on pull request #12294: KAFKA-13990: KRaft controller should return right features in ApiVersionResponse

2022-08-31 Thread GitBox
cmccabe commented on PR #12294: URL: https://github.com/apache/kafka/pull/12294#issuecomment-1233288601 So, the reason we didn't notice this bug earlier is that it doesn't affect single-node clusters. And in the multi-node ducktape test that I wrote, the upgrade command was failing but we d

[GitHub] [kafka] cmccabe merged pull request #12294: KAFKA-13990: KRaft controller should return right features in ApiVersionResponse

2022-08-31 Thread GitBox
cmccabe merged PR #12294: URL: https://github.com/apache/kafka/pull/12294 -- 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] C0urante commented on a diff in pull request #12561: KAFKA-12495: Exponential backoff retry to prevent rebalance storms when worker joins after revoking rebalance

2022-08-31 Thread GitBox
C0urante commented on code in PR #12561: URL: https://github.com/apache/kafka/pull/12561#discussion_r959706989 ## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/IncrementalCooperativeAssignor.java: ## @@ -307,9 +309,31 @@ ClusterAssignment performTask

[GitHub] [kafka] jsancio closed pull request #12212: Kafka 13888 new fields

2022-08-31 Thread GitBox
jsancio closed pull request #12212: Kafka 13888 new fields URL: https://github.com/apache/kafka/pull/12212 -- 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-mai

[GitHub] [kafka] jsancio commented on pull request #12212: Kafka 13888 new fields

2022-08-31 Thread GitBox
jsancio commented on PR #12212: URL: https://github.com/apache/kafka/pull/12212#issuecomment-1233257452 @lqjack I am closing the PR. It looks like this issue was fixed by https://github.com/apache/kafka/pull/12206 and https://github.com/apache/kafka/pull/12508 -- This is an automated mes

[GitHub] [kafka] jsancio commented on pull request #12414: KAFKA-14073 Logging the reason for Snapshot

2022-08-31 Thread GitBox
jsancio commented on PR #12414: URL: https://github.com/apache/kafka/pull/12414#issuecomment-1233255286 > Hi @jsancio, I have reverted the changes made to `RaftClient` and kept the logging withing `BrokerMetadataSnapshotter` and `QuorumController` > > I have two questions, would reall

[GitHub] [kafka] guozhangwang commented on a diff in pull request #12519: KAFKA-10199: Handle exceptions from state updater

2022-08-31 Thread GitBox
guozhangwang commented on code in PR #12519: URL: https://github.com/apache/kafka/pull/12519#discussion_r959853208 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/TasksRegistry.java: ## @@ -57,10 +57,10 @@ public interface TasksRegistry { void addNew

[GitHub] [kafka] jsancio commented on a diff in pull request #12414: KAFKA-14073 Logging the reason for Snapshot

2022-08-31 Thread GitBox
jsancio commented on code in PR #12414: URL: https://github.com/apache/kafka/pull/12414#discussion_r959867602 ## core/src/main/scala/kafka/server/metadata/BrokerMetadataListener.scala: ## @@ -119,16 +120,29 @@ class BrokerMetadataListener( } _bytesSinceLastSnapsh

[jira] [Updated] (KAFKA-13990) Update features will fail in KRaft mode

2022-08-31 Thread Colin McCabe (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin McCabe updated KAFKA-13990: - Priority: Blocker (was: Major) > Update features will fail in KRaft mode >

[GitHub] [kafka] niket-goel commented on pull request #12212: Kafka 13888 new fields

2022-08-31 Thread GitBox
niket-goel commented on PR #12212: URL: https://github.com/apache/kafka/pull/12212#issuecomment-1233227011 The following PR https://github.com/apache/kafka/pull/12508 implements this functionality. This PR can be closed. -- This is an automated message from the Apache Git Service. To resp

[GitHub] [kafka] guozhangwang commented on a diff in pull request #12555: Optimize self-join

2022-08-31 Thread GitBox
guozhangwang commented on code in PR #12555: URL: https://github.com/apache/kafka/pull/12555#discussion_r959844687 ## streams/src/main/java/org/apache/kafka/streams/kstream/internals/InternalStreamsBuilder.java: ## @@ -270,16 +272,20 @@ private void maybeAddNodeForOptimizationMe

[GitHub] [kafka] guozhangwang commented on a diff in pull request #12555: Optimize self-join

2022-08-31 Thread GitBox
guozhangwang commented on code in PR #12555: URL: https://github.com/apache/kafka/pull/12555#discussion_r959834484 ## streams/src/main/java/org/apache/kafka/streams/kstream/internals/InternalStreamsBuilder.java: ## @@ -356,6 +362,95 @@ private void mergeDuplicateSourceNodes() {

[jira] [Updated] (KAFKA-14193) Connect system test ConnectRestApiTest is failing

2022-08-31 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jose Armando Garcia Sancio updated KAFKA-14193: --- Affects Version/s: 3.3.0 > Connect system test ConnectRestApiTest is

[jira] [Updated] (KAFKA-14193) Connect system test ConnectRestApiTest is failing

2022-08-31 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jose Armando Garcia Sancio updated KAFKA-14193: --- Fix Version/s: 3.3.0 > Connect system test ConnectRestApiTest is fai

[GitHub] [kafka] jsancio commented on pull request #11783: KAFKA-14143: Exactly-once source connector system tests (KIP-618)

2022-08-31 Thread GitBox
jsancio commented on PR #11783: URL: https://github.com/apache/kafka/pull/11783#issuecomment-1233200113 > @jsancio We can't access the Jenkins URL you shared (`This page is only accessible by Confluent employees on corporate VPN.`). It would be great to get this into 3.3 if you can, having

[jira] [Updated] (KAFKA-14143) Exactly-once source system tests

2022-08-31 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jose Armando Garcia Sancio updated KAFKA-14143: --- Affects Version/s: 3.3.0 > Exactly-once source system tests > --

[jira] [Updated] (KAFKA-14143) Exactly-once source system tests

2022-08-31 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jose Armando Garcia Sancio updated KAFKA-14143: --- Fix Version/s: 3.3.0 > Exactly-once source system tests > --

[GitHub] [kafka] cmccabe commented on pull request #12294: KAFKA-13990: KRaft controller should return right features in ApiVersionResponse

2022-08-31 Thread GitBox
cmccabe commented on PR #12294: URL: https://github.com/apache/kafka/pull/12294#issuecomment-1233178487 Thanks for finding this, @dengziming . It is a great find and definitely a 3.3 blocker. Two comments: * ZK brokers should not expose metadata.version (they should have a sup

[GitHub] [kafka] mimaison commented on pull request #11783: KAFKA-14143: Exactly-once source connector system tests (KIP-618)

2022-08-31 Thread GitBox
mimaison commented on PR #11783: URL: https://github.com/apache/kafka/pull/11783#issuecomment-1233174679 @jsancio We can't access the Jenkins URL you shared (`This page is only accessible by Confluent employees on corporate VPN.`). It would be great to get this into 3.3 if you can, having s

[GitHub] [kafka] jsancio commented on pull request #11783: KAFKA-14143: Exactly-once source connector system tests (KIP-618)

2022-08-31 Thread GitBox
jsancio commented on PR #11783: URL: https://github.com/apache/kafka/pull/11783#issuecomment-1233133033 @showuon and @C0urante here is the system test job https://jenkins.confluent.io/job/system-test-kafka-branch-builder/5109/ not sure if you are authorized to see the job. @yashmayya

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

2022-08-31 Thread GitBox
jsancio commented on PR #11775: URL: https://github.com/apache/kafka/pull/11775#issuecomment-1233132205 @showuon and @C0urante here is the system test job https://jenkins.confluent.io/job/system-test-kafka-branch-builder/5109/ not sure if you are authorized to see the job. @yashmayya

[jira] [Updated] (KAFKA-13990) Update features will fail in KRaft mode

2022-08-31 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jose Armando Garcia Sancio updated KAFKA-13990: --- Affects Version/s: 3.3.0 > Update features will fail in KRaft mode >

[jira] [Updated] (KAFKA-13990) Update features will fail in KRaft mode

2022-08-31 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jose Armando Garcia Sancio updated KAFKA-13990: --- Fix Version/s: 3.3.0 > Update features will fail in KRaft mode > ---

[GitHub] [kafka] jsancio commented on a diff in pull request #12294: KAFKA-13990: KRaft controller should return right features in ApiVersionResponse

2022-08-31 Thread GitBox
jsancio commented on code in PR #12294: URL: https://github.com/apache/kafka/pull/12294#discussion_r959749618 ## core/src/test/scala/integration/kafka/server/KRaftClusterTest.scala: ## @@ -832,4 +833,31 @@ class KRaftClusterTest { } } + + @Test + def testUpdateMetada

[jira] [Commented] (KAFKA-13401) Introduce a new Interface to manage Kafka resources in MM2

2022-08-31 Thread Omnia Ibrahim (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17598405#comment-17598405 ] Omnia Ibrahim commented on KAFKA-13401: --- PR is here [https://github.com/apache/ka

[jira] [Updated] (KAFKA-13401) Introduce a new Interface to manage Kafka resources in MM2

2022-08-31 Thread Omnia Ibrahim (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Omnia Ibrahim updated KAFKA-13401: -- Fix Version/s: 3.4.0 > Introduce a new Interface to manage Kafka resources in MM2 > --

[GitHub] [kafka] OmniaGM opened a new pull request, #12577: KIP-787: MM2 manage Kafka resources with custom Admin implementation.

2022-08-31 Thread GitBox
OmniaGM opened a new pull request, #12577: URL: https://github.com/apache/kafka/pull/12577 *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 testing

[GitHub] [kafka] C0urante commented on a diff in pull request #12543: KAFKA-10149: Allow auto preferred leader election when there are ongoing partition reassignments

2022-08-31 Thread GitBox
C0urante commented on code in PR #12543: URL: https://github.com/apache/kafka/pull/12543#discussion_r959610302 ## core/src/test/scala/unit/kafka/controller/ControllerIntegrationTest.scala: ## @@ -490,6 +490,58 @@ class ControllerIntegrationTest extends QuorumTestHarness {

[GitHub] [kafka] C0urante commented on a diff in pull request #12543: KAFKA-10149: Allow auto preferred leader election when there are ongoing partition reassignments

2022-08-31 Thread GitBox
C0urante commented on code in PR #12543: URL: https://github.com/apache/kafka/pull/12543#discussion_r959610302 ## core/src/test/scala/unit/kafka/controller/ControllerIntegrationTest.scala: ## @@ -490,6 +490,58 @@ class ControllerIntegrationTest extends QuorumTestHarness {

[GitHub] [kafka] C0urante commented on pull request #12575: KAFKA-14193: Add EOS related source connector configs to expected config defs in ConnectRestApiTest

2022-08-31 Thread GitBox
C0urante commented on PR #12575: URL: https://github.com/apache/kafka/pull/12575#issuecomment-1232935220 This is already addressed in https://github.com/apache/kafka/pull/11783. I'm not sure we can backport that to the 3.3 release branch but I'd like to try given that it has a few other low

[GitHub] [kafka] vamossagar12 commented on pull request #12512: KAFKA-14138: Wrapping all non-fatal exceptions in KafkaException and throwing all fata exceptions directly for producer.send()

2022-08-31 Thread GitBox
vamossagar12 commented on PR #12512: URL: https://github.com/apache/kafka/pull/12512#issuecomment-1232887757 @guozhangwang let me know when the KIP changes are done and this could be re-worked upon.. -- This is an automated message from the Apache Git Service. To respond to the message, p

[jira] [Assigned] (KAFKA-14153) UnknownTopicOrPartitionException should include the topic/partition in the returned exception message

2022-08-31 Thread Sagar Rao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagar Rao reassigned KAFKA-14153: - Assignee: Sagar Rao > UnknownTopicOrPartitionException should include the topic/partition in th

[GitHub] [kafka] vamossagar12 commented on pull request #12561: KAFKA-12495: Exponential backoff retry to prevent rebalance storms when worker joins after revoking rebalance

2022-08-31 Thread GitBox
vamossagar12 commented on PR #12561: URL: https://github.com/apache/kafka/pull/12561#issuecomment-1232878652 Also, I have made the changes to use the existing delay/scheduledRebalance mechanism to delay the revocation. cc @showuon , @C0urante -- This is an automated message from the Apac

[GitHub] [kafka] vamossagar12 commented on a diff in pull request #12561: KAFKA-12495: Exponential backoff retry to prevent rebalance storms when worker joins after revoking rebalance

2022-08-31 Thread GitBox
vamossagar12 commented on code in PR #12561: URL: https://github.com/apache/kafka/pull/12561#discussion_r959527478 ## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/IncrementalCooperativeAssignor.java: ## @@ -307,9 +307,31 @@ ClusterAssignment perform

[GitHub] [kafka] vamossagar12 commented on a diff in pull request #12561: KAFKA-12495: Exponential backoff retry to prevent rebalance storms when worker joins after revoking rebalance

2022-08-31 Thread GitBox
vamossagar12 commented on code in PR #12561: URL: https://github.com/apache/kafka/pull/12561#discussion_r959526920 ## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/IncrementalCooperativeAssignor.java: ## @@ -285,18 +292,11 @@ ClusterAssignment perfor

[GitHub] [kafka] songnon commented on pull request #12543: KAFKA-10149: Allow auto preferred leader election when there are ongoing partition reassignments

2022-08-31 Thread GitBox
songnon commented on PR #12543: URL: https://github.com/apache/kafka/pull/12543#issuecomment-1232861959 > Should we also add a test case for when the leader election takes place on the same topic as the one undergoing reassignment? @C0urante Added a new test case. Could you have a loo

[jira] [Commented] (KAFKA-13077) Replication failing after unclean shutdown of ZK and all brokers

2022-08-31 Thread Ivan Yurchenko (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17598338#comment-17598338 ] Ivan Yurchenko commented on KAFKA-13077: [~mrMigles] could you check the timesta

[GitHub] [kafka] vpapavas commented on a diff in pull request #12555: Optimize self-join

2022-08-31 Thread GitBox
vpapavas commented on code in PR #12555: URL: https://github.com/apache/kafka/pull/12555#discussion_r959392484 ## streams/src/main/java/org/apache/kafka/streams/kstream/internals/InternalStreamsBuilder.java: ## @@ -356,6 +362,95 @@ private void mergeDuplicateSourceNodes() {

[GitHub] [kafka] vpapavas commented on a diff in pull request #12555: Optimize self-join

2022-08-31 Thread GitBox
vpapavas commented on code in PR #12555: URL: https://github.com/apache/kafka/pull/12555#discussion_r959328394 ## streams/src/main/java/org/apache/kafka/streams/kstream/internals/InternalStreamsBuilder.java: ## @@ -270,16 +272,20 @@ private void maybeAddNodeForOptimizationMetada

[jira] [Assigned] (KAFKA-12878) Support --bootstrap-server kafka-streams-application-reset

2022-08-31 Thread Nikolay Izhikov (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikolay Izhikov reassigned KAFKA-12878: --- Assignee: Nikolay Izhikov (was: Neil Buesing) > Support --bootstrap-server kafka-s

[jira] [Assigned] (KAFKA-12899) Support --bootstrap-server in ReplicaVerificationTool

2022-08-31 Thread Nikolay Izhikov (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikolay Izhikov reassigned KAFKA-12899: --- Assignee: Dongjin Lee (was: Nikolay Izhikov) > Support --bootstrap-server in Repli

[jira] [Assigned] (KAFKA-12899) Support --bootstrap-server in ReplicaVerificationTool

2022-08-31 Thread Nikolay Izhikov (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikolay Izhikov reassigned KAFKA-12899: --- Assignee: Nikolay Izhikov (was: Dongjin Lee) > Support --bootstrap-server in Repli

[GitHub] [kafka] yashmayya commented on pull request #12576: KAFKA-14193: Update expected task configs for FileStream source and sink connectors in ConnectRestApiTest

2022-08-31 Thread GitBox
yashmayya commented on PR #12576: URL: https://github.com/apache/kafka/pull/12576#issuecomment-1232639522 @C0urante since you also reviewed https://github.com/apache/kafka/pull/12450, could you please review this system test fix whenever possible? -- This is an automated message from the

[GitHub] [kafka] yashmayya commented on pull request #12575: KAFKA-14193: Add EOS related source connector configs to expected config defs in ConnectRestApiTest

2022-08-31 Thread GitBox
yashmayya commented on PR #12575: URL: https://github.com/apache/kafka/pull/12575#issuecomment-1232638498 @C0urante @jsancio could you please take a look at this whenever possible? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [kafka] yashmayya opened a new pull request, #12575: KAFKA-14193: Add EOS related source connector configs to expected config defs in ConnectRestApiTest

2022-08-31 Thread GitBox
yashmayya opened a new pull request, #12575: URL: https://github.com/apache/kafka/pull/12575 - [ConnectRestApiTest](https://github.com/apache/kafka/blob/trunk/tests/kafkatest/tests/connect/connect_rest_test.py) is currently failing on `trunk` and `3.3` with the following assertion error:

[GitHub] [kafka] yashmayya opened a new pull request, #12576: KAFKA-14193: Update expected task configs for FileStream source and sink connectors in ConnectRestApiTest

2022-08-31 Thread GitBox
yashmayya opened a new pull request, #12576: URL: https://github.com/apache/kafka/pull/12576 - [ConnectRestApiTest](https://github.com/apache/kafka/blob/trunk/tests/kafkatest/tests/connect/connect_rest_test.py) is currently failing on `trunk` and `3.3` with the following assertion error:

[GitHub] [kafka] cadonna commented on a diff in pull request #12519: KAFKA-10199: Handle exceptions from state updater

2022-08-31 Thread GitBox
cadonna commented on code in PR #12519: URL: https://github.com/apache/kafka/pull/12519#discussion_r959304723 ## streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java: ## @@ -872,14 +872,92 @@ public void shouldHandleMultipleRestoredTasks() {

[jira] [Created] (KAFKA-14193) Connect system test ConnectRestApiTest is failing

2022-08-31 Thread Yash Mayya (Jira)
Yash Mayya created KAFKA-14193: -- Summary: Connect system test ConnectRestApiTest is failing Key: KAFKA-14193 URL: https://issues.apache.org/jira/browse/KAFKA-14193 Project: Kafka Issue Type: Bug

[jira] [Commented] (KAFKA-13908) RuntimeException will be thrown in BrokerServer.startup, not the cause of exception

2022-08-31 Thread Nikolay Izhikov (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17598233#comment-17598233 ] Nikolay Izhikov commented on KAFKA-13908: - Hello, [~showuon]. I open PR for thi

[GitHub] [kafka] nizhikov opened a new pull request, #12574: KAFKA-13908 Rethrow ExecutionException to preserve original cause

2022-08-31 Thread GitBox
nizhikov opened a new pull request, #12574: URL: https://github.com/apache/kafka/pull/12574 Rethrow `ExecutionException` instead of wrapping it in `RuntimeException`. It will preserve original cause in method-wide catch block: ``` } catch { case e: Throwable =>

[jira] [Assigned] (KAFKA-13908) RuntimeException will be thrown in BrokerServer.startup, not the cause of exception

2022-08-31 Thread Nikolay Izhikov (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikolay Izhikov reassigned KAFKA-13908: --- Assignee: Nikolay Izhikov (was: Richard Joerger) > RuntimeException will be thrown

[jira] [Created] (KAFKA-14192) Move registering and unregistering changelogs to state updater

2022-08-31 Thread Bruno Cadonna (Jira)
Bruno Cadonna created KAFKA-14192: - Summary: Move registering and unregistering changelogs to state updater Key: KAFKA-14192 URL: https://issues.apache.org/jira/browse/KAFKA-14192 Project: Kafka

[GitHub] [kafka] cadonna commented on pull request #12573: KAFKA-10199: Remove changelog unregister from state updater

2022-08-31 Thread GitBox
cadonna commented on PR #12573: URL: https://github.com/apache/kafka/pull/12573#issuecomment-1232554297 Call for review: @wcarlson5 -- 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 c

[GitHub] [kafka] cadonna opened a new pull request, #12573: KAFKA-10199: Remove changelog unregister from state updater

2022-08-31 Thread GitBox
cadonna opened a new pull request, #12573: URL: https://github.com/apache/kafka/pull/12573 Changelogs are already unregistered when tasks are closed. There is no need to also unregister them in the state updater. In future, when we will only have the state updater without the

[jira] [Commented] (KAFKA-14182) KRaft and ACL + GSSAPI

2022-08-31 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17598215#comment-17598215 ] Luke Chen commented on KAFKA-14182: --- Good to know! Thanks. > KRaft and ACL + GSSAPI >

[GitHub] [kafka] showuon commented on pull request #11783: KAFKA-14143: Exactly-once source connector system tests (KIP-618)

2022-08-31 Thread GitBox
showuon commented on PR #11783: URL: https://github.com/apache/kafka/pull/11783#issuecomment-1232549663 Still working on it. Hope we can get the results 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 U

[jira] [Commented] (KAFKA-14182) KRaft and ACL + GSSAPI

2022-08-31 Thread Svyatoslav (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17598214#comment-17598214 ] Svyatoslav commented on KAFKA-14182: [~showuon] but when i had changed back to 3.2 v

[GitHub] [kafka] showuon merged pull request #12059: MINOR: Enable testUpdateFeaturesWithForwarding

2022-08-31 Thread GitBox
showuon merged PR #12059: URL: https://github.com/apache/kafka/pull/12059 -- 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 #12059: MINOR: Enable testUpdateFeaturesWithForwarding

2022-08-31 Thread GitBox
showuon commented on PR #12059: URL: https://github.com/apache/kafka/pull/12059#issuecomment-1232544863 Failed test is unrelated. ``` Build / JDK 11 and Scala 2.13 / org.apache.kafka.connect.integration.ExactlyOnceSourceIntegrationTest.testConnectorBoundary ``` -- This is an auto

[jira] [Commented] (KAFKA-14182) KRaft and ACL + GSSAPI

2022-08-31 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17598209#comment-17598209 ] Luke Chen commented on KAFKA-14182: --- [~rykovsi] , yes, the AuthorizerNotReadyException