[jira] [Commented] (KAFKA-15417) JoinWindow does not seem to work properly with a KStream - KStream - LeftJoin()

2023-09-24 Thread Victor van den Hoven (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17768550#comment-17768550 ] Victor van den Hoven commented on KAFKA-15417: -- Not sure what I can do abou

[GitHub] [kafka] github-actions[bot] commented on pull request #13721: KAFKA-14782: Implementation Details Different from Documentation (del…

2023-09-24 Thread via GitHub
github-actions[bot] commented on PR #13721: URL: https://github.com/apache/kafka/pull/13721#issuecomment-1732850906 This PR is being marked as stale since it has not had any activity in 90 days. If you would like to keep this PR alive, please ask a committer for review. If the PR has merge

[GitHub] [kafka] github-actions[bot] commented on pull request #13919: MINOR: doc/streams/dsl-api, fix href of "KTable-KTable Foreign-Key Joins"

2023-09-24 Thread via GitHub
github-actions[bot] commented on PR #13919: URL: https://github.com/apache/kafka/pull/13919#issuecomment-1732850810 This PR is being marked as stale since it has not had any activity in 90 days. If you would like to keep this PR alive, please ask a committer for review. If the PR has merge

[GitHub] [kafka] lianetm commented on a diff in pull request #14364: KAFKA-15278: Implement HeartbeatRequestManager to handle heartbeat requests

2023-09-24 Thread via GitHub
lianetm commented on code in PR #14364: URL: https://github.com/apache/kafka/pull/14364#discussion_r1335307959 ## clients/src/test/java/org/apache/kafka/clients/consumer/internals/HeartbeatRequestManagerTest.java: ## @@ -0,0 +1,274 @@ +/* + * Licensed to the Apache Software Foun

[GitHub] [kafka] lianetm commented on a diff in pull request #14364: KAFKA-15278: Implement HeartbeatRequestManager to handle heartbeat requests

2023-09-24 Thread via GitHub
lianetm commented on code in PR #14364: URL: https://github.com/apache/kafka/pull/14364#discussion_r1335309021 ## clients/src/test/java/org/apache/kafka/clients/consumer/internals/HeartbeatRequestManagerTest.java: ## @@ -0,0 +1,274 @@ +/* + * Licensed to the Apache Software Foun

[GitHub] [kafka] vamossagar12 commented on pull request #14432: KAFKA-14516: [1/N] Adding logic to not fence a static member if it sends a LeaveGroup

2023-09-24 Thread via GitHub
vamossagar12 commented on PR #14432: URL: https://github.com/apache/kafka/pull/14432#issuecomment-1732788357 Test failures seem unrelated. -- 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 spec

[GitHub] [kafka] lianetm commented on a diff in pull request #14364: KAFKA-15278: Implement HeartbeatRequestManager to handle heartbeat requests

2023-09-24 Thread via GitHub
lianetm commented on code in PR #14364: URL: https://github.com/apache/kafka/pull/14364#discussion_r1335307959 ## clients/src/test/java/org/apache/kafka/clients/consumer/internals/HeartbeatRequestManagerTest.java: ## @@ -0,0 +1,274 @@ +/* + * Licensed to the Apache Software Foun

[GitHub] [kafka] lianetm commented on a diff in pull request #14364: KAFKA-15278: Implement HeartbeatRequestManager to handle heartbeat requests

2023-09-24 Thread via GitHub
lianetm commented on code in PR #14364: URL: https://github.com/apache/kafka/pull/14364#discussion_r1335304701 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/HeartbeatRequestManager.java: ## @@ -0,0 +1,294 @@ +/* + * Licensed to the Apache Software Foundati

[GitHub] [kafka] lianetm commented on a diff in pull request #14364: KAFKA-15278: Implement HeartbeatRequestManager to handle heartbeat requests

2023-09-24 Thread via GitHub
lianetm commented on code in PR #14364: URL: https://github.com/apache/kafka/pull/14364#discussion_r1335297785 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/HeartbeatRequestManager.java: ## @@ -0,0 +1,294 @@ +/* + * Licensed to the Apache Software Foundati

[GitHub] [kafka] lianetm commented on a diff in pull request #14364: KAFKA-15278: Implement HeartbeatRequestManager to handle heartbeat requests

2023-09-24 Thread via GitHub
lianetm commented on code in PR #14364: URL: https://github.com/apache/kafka/pull/14364#discussion_r1335295791 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/MembershipManagerImpl.java: ## @@ -115,25 +115,37 @@ public int memberEpoch() { @Override

[GitHub] [kafka] lianetm commented on a diff in pull request #14364: KAFKA-15278: Implement HeartbeatRequestManager to handle heartbeat requests

2023-09-24 Thread via GitHub
lianetm commented on code in PR #14364: URL: https://github.com/apache/kafka/pull/14364#discussion_r1335289660 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/HeartbeatRequestManager.java: ## @@ -0,0 +1,294 @@ +/* + * Licensed to the Apache Software Foundati

[GitHub] [kafka] ijuma commented on pull request #14433: KAFKA-15485: Support building with Java 21 (3/3)

2023-09-24 Thread via GitHub
ijuma commented on PR #14433: URL: https://github.com/apache/kafka/pull/14433#issuecomment-1732746476 Java 21 and Java 8 builds passed in the latest re-run. The failures for the other builds are unrelated. -- This is an automated message from the Apache Git Service. To respond to the mess

[jira] [Commented] (KAFKA-15495) KRaft partition truncated when the only ISR member restarts with an empty disk

2023-09-24 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17768472#comment-17768472 ] Ismael Juma commented on KAFKA-15495: - Please check KIP-966 - it talks about this pr

[jira] [Commented] (KAFKA-15485) Support building with Java 21 (LTS release)

2023-09-24 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17768460#comment-17768460 ] Ismael Juma commented on KAFKA-15485: - Yes. > Support building with Java 21 (LTS re

[jira] [Created] (KAFKA-15497) Refactor build.gradle and split each module configuration on the module itself

2023-09-24 Thread Said BOUDJELDA (Jira)
Said BOUDJELDA created KAFKA-15497: -- Summary: Refactor build.gradle and split each module configuration on the module itself Key: KAFKA-15497 URL: https://issues.apache.org/jira/browse/KAFKA-15497 P

[jira] [Assigned] (KAFKA-15493) Ensure system tests work with Java 21

2023-09-24 Thread Said BOUDJELDA (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Said BOUDJELDA reassigned KAFKA-15493: -- Assignee: Said BOUDJELDA > Ensure system tests work with Java 21 > --

[jira] [Comment Edited] (KAFKA-15485) Support building with Java 21 (LTS release)

2023-09-24 Thread Said BOUDJELDA (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17768454#comment-17768454 ] Said BOUDJELDA edited comment on KAFKA-15485 at 9/24/23 10:50 PM:

[jira] [Comment Edited] (KAFKA-15485) Support building with Java 21 (LTS release)

2023-09-24 Thread Said BOUDJELDA (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17768454#comment-17768454 ] Said BOUDJELDA edited comment on KAFKA-15485 at 9/24/23 10:12 PM:

[jira] [Commented] (KAFKA-15485) Support building with Java 21 (LTS release)

2023-09-24 Thread Said BOUDJELDA (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17768454#comment-17768454 ] Said BOUDJELDA commented on KAFKA-15485: [~ijuma]  Can I take this task then  ? 

[jira] [Commented] (KAFKA-15496) Upgrade Jetty to version 11.0.16

2023-09-24 Thread Said BOUDJELDA (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17768453#comment-17768453 ] Said BOUDJELDA commented on KAFKA-15496: [~divijvaidya]  I want to know what do

[jira] [Created] (KAFKA-15496) Upgrade Jetty to version 11.0.16

2023-09-24 Thread Said BOUDJELDA (Jira)
Said BOUDJELDA created KAFKA-15496: -- Summary: Upgrade Jetty to version 11.0.16 Key: KAFKA-15496 URL: https://issues.apache.org/jira/browse/KAFKA-15496 Project: Kafka Issue Type: Improvement

[jira] [Comment Edited] (KAFKA-15485) Support building with Java 21 (LTS release)

2023-09-24 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17768452#comment-17768452 ] Ismael Juma edited comment on KAFKA-15485 at 9/24/23 9:43 PM:

[jira] [Commented] (KAFKA-15485) Support building with Java 21 (LTS release)

2023-09-24 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17768452#comment-17768452 ] Ismael Juma commented on KAFKA-15485: - [~bmscomp] Run the system tests as described

[GitHub] [kafka] ijuma commented on pull request #14433: KAFKA-15485: Support building with Java 21 (3/3)

2023-09-24 Thread via GitHub
ijuma commented on PR #14433: URL: https://github.com/apache/kafka/pull/14433#issuecomment-1732673267 Different set of failures for JDK 21: > Build / JDK 21 and Scala 2.13 / org.apache.kafka.connect.mirror.integration.MirrorConnectorsIntegrationSSLTest.testSyncTopicConfigs() > Buil

[jira] [Commented] (KAFKA-15485) Support building with Java 21 (LTS release)

2023-09-24 Thread Said BOUDJELDA (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17768450#comment-17768450 ] Said BOUDJELDA commented on KAFKA-15485: [~ijuma]   [~divijvaidya]  do you have

[jira] [Updated] (KAFKA-15495) KRaft partition truncated when the only ISR member restarts with an empty disk

2023-09-24 Thread Ron Dagostino (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Dagostino updated KAFKA-15495: -- Description: Assume a topic-partition in KRaft has just a single leader replica in the ISR.

[jira] [Updated] (KAFKA-15495) KRaft partition truncated when the only ISR member restarts with an empty disk

2023-09-24 Thread Ron Dagostino (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Dagostino updated KAFKA-15495: -- Description: Assume a topic-partition in KRaft has just a single leader replica in the ISR.

[GitHub] [kafka] yashmayya commented on a diff in pull request #14093: KAFKA-15248 Add BooleanConverter

2023-09-24 Thread via GitHub
yashmayya commented on code in PR #14093: URL: https://github.com/apache/kafka/pull/14093#discussion_r1335220167 ## connect/runtime/src/main/java/org/apache/kafka/connect/converters/BooleanConverter.java: ## @@ -0,0 +1,107 @@ +/* + * Licensed to the Apache Software Foundation (A

[GitHub] [kafka] ijuma commented on pull request #14433: KAFKA-15485: Support building with Java 21 (3/3)

2023-09-24 Thread via GitHub
ijuma commented on PR #14433: URL: https://github.com/apache/kafka/pull/14433#issuecomment-1732624885 Two failures with JDK 21: > Build / JDK 21 and Scala 2.13 / kafka.zk.ZkMigrationIntegrationTest.[1] Type=ZK, MetadataVersion=3.4-IV0, Security=PLAINTEXT > Build / JDK 21 and Scala

[jira] [Updated] (KAFKA-15495) KRaft partition truncated when the only ISR member restarts with an empty disk

2023-09-24 Thread Ron Dagostino (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Dagostino updated KAFKA-15495: -- Description: Assume a topic-partition in KRaft has just a single leader replica in the ISR.

[jira] [Updated] (KAFKA-15495) KRaft partition truncated when the only ISR member restarts with an empty disk

2023-09-24 Thread Ron Dagostino (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Dagostino updated KAFKA-15495: -- Summary: KRaft partition truncated when the only ISR member restarts with an empty disk (was:

[jira] [Created] (KAFKA-15495) KRaft partition truncated when the only ISR member restarts with and empty disk

2023-09-24 Thread Ron Dagostino (Jira)
Ron Dagostino created KAFKA-15495: - Summary: KRaft partition truncated when the only ISR member restarts with and empty disk Key: KAFKA-15495 URL: https://issues.apache.org/jira/browse/KAFKA-15495 Pro

[jira] (KAFKA-15169) Add tests for RemoteIndexCache

2023-09-24 Thread Arpit Goyal (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15169 ] Arpit Goyal deleted comment on KAFKA-15169: - was (Author: JIRAUSER301926): [~divijvaidya] In the first test case Step no 3 Do we support this functionality fetchAndCreateIndex ? As per th

[jira] [Updated] (KAFKA-15494) Remove deprecated calls in build.gradle for preparing future upgrades

2023-09-24 Thread Said BOUDJELDA (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Said BOUDJELDA updated KAFKA-15494: --- Description: On the purpose of preparing the future upgrades of {*}Gradle wrapper{*}, we ne

[jira] [Updated] (KAFKA-15494) Remove deprecated calls in build.gradle for preparing future upgrades

2023-09-24 Thread Said BOUDJELDA (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Said BOUDJELDA updated KAFKA-15494: --- Description: On the purpose of preparing the future upgrades of {*}Gradle wrapper{*}, we ne

[jira] [Updated] (KAFKA-15494) Remove deprecated calls in build.gradle for preparing future upgrades

2023-09-24 Thread Said BOUDJELDA (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Said BOUDJELDA updated KAFKA-15494: --- Summary: Remove deprecated calls in build.gradle for preparing future upgrades (was: Use ta

[jira] [Updated] (KAFKA-15494) Use tasks.register instead of task create in build.gradle

2023-09-24 Thread Said BOUDJELDA (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Said BOUDJELDA updated KAFKA-15494: --- Description: On the purpose of preparing the future upgrades of Gradle wrapper, we need to

[jira] [Updated] (KAFKA-15494) Use tasks.register instead of task create in build.gradle

2023-09-24 Thread Said BOUDJELDA (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Said BOUDJELDA updated KAFKA-15494: --- Description: On the purpose of preparing the future upgrades of Gradle wrapper, we need to

[jira] [Updated] (KAFKA-15494) Use tasks.register instead of task create in build.gradle

2023-09-24 Thread Said BOUDJELDA (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Said BOUDJELDA updated KAFKA-15494: --- Description: On the purpose of preparing the future upgrades of Gradle wrapper, we need to

[jira] [Updated] (KAFKA-15494) Use tasks.register instead of task create in build.gradle

2023-09-24 Thread Said BOUDJELDA (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Said BOUDJELDA updated KAFKA-15494: --- Summary: Use tasks.register instead of task create in build.gradle (was: Remove deprecation

[jira] [Updated] (KAFKA-15494) Remove deprecation call of task registration of Gradle on build.gradle and use tasks.register instead

2023-09-24 Thread Said BOUDJELDA (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Said BOUDJELDA updated KAFKA-15494: --- Description: On the purpose of preparing the future upgrades of Gradle wrapper, we need to

[jira] [Created] (KAFKA-15494) Remove deprecation call of task registration of Gradle on build.gradle and use tasks.register instead

2023-09-24 Thread Said BOUDJELDA (Jira)
Said BOUDJELDA created KAFKA-15494: -- Summary: Remove deprecation call of task registration of Gradle on build.gradle and use tasks.register instead Key: KAFKA-15494 URL: https://issues.apache.org/jira/browse/KAFK

[jira] [Commented] (KAFKA-15485) Support building with Java 21 (LTS release)

2023-09-24 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17768387#comment-17768387 ] Ismael Juma commented on KAFKA-15485: - [~divijvaidya] I filed KAFKA-15493. I won't h

[jira] [Created] (KAFKA-15493) Ensure system tests work with Java 21

2023-09-24 Thread Ismael Juma (Jira)
Ismael Juma created KAFKA-15493: --- Summary: Ensure system tests work with Java 21 Key: KAFKA-15493 URL: https://issues.apache.org/jira/browse/KAFKA-15493 Project: Kafka Issue Type: Improvement

[jira] [Updated] (KAFKA-15485) Support building with Java 21 (LTS release)

2023-09-24 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-15485: Summary: Support building with Java 21 (LTS release) (was: Support building Java 21 (LTS release)

[jira] [Updated] (KAFKA-15485) Support building Java 21 (LTS release)

2023-09-24 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-15485: Summary: Support building Java 21 (LTS release) (was: Support Java 21 (LTS release)) > Support b

[GitHub] [kafka] ijuma opened a new pull request, #14433: KAFKA-15485: Support Java 21 (3/3)

2023-09-24 Thread via GitHub
ijuma opened a new pull request, #14433: URL: https://github.com/apache/kafka/pull/14433 * Update CI to build with Java 21 instead of Java 20 * Disable spotbugs when building with Java 21 as it doesn't support it yet (filed KAFKA-15492 for fixing this) * Disable SslTransportLayerTest.t

[jira] [Updated] (KAFKA-15485) Support Java 21 (LTS release)

2023-09-24 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-15485: Summary: Support Java 21 (LTS release) (was: Upgrade to JDK-21 (LTS release)) > Support Java 21

[jira] [Created] (KAFKA-15492) Enable spotbugs when building with Java 21

2023-09-24 Thread Ismael Juma (Jira)
Ismael Juma created KAFKA-15492: --- Summary: Enable spotbugs when building with Java 21 Key: KAFKA-15492 URL: https://issues.apache.org/jira/browse/KAFKA-15492 Project: Kafka Issue Type: Improvem

[jira] [Updated] (KAFKA-15485) Upgrade to JDK-21 (LTS release)

2023-09-24 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-15485: Description: JDK-21 is the latest LTS release which reached GA on 19th Sept 2023. This ticket aim

[jira] [Updated] (KAFKA-15485) Upgrade to JDK-21 (LTS release)

2023-09-24 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-15485: Description: JDK-21 is the latest LTS release which reached GA on 19th Sept 2023. This ticket aim

[jira] [Updated] (KAFKA-15117) SslTransportLayerTest.testValidEndpointIdentificationCN fails with Java 20 & 21

2023-09-24 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-15117: Description: All variations fail as seen below. These tests have been disabled when run with Java

[jira] [Updated] (KAFKA-15117) SslTransportLayerTest.testValidEndpointIdentificationCN fails with Java 20 & 21

2023-09-24 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-15117: Fix Version/s: 3.7.0 > SslTransportLayerTest.testValidEndpointIdentificationCN fails with Java 20

[jira] [Updated] (KAFKA-15117) SslTransportLayerTest.testValidEndpointIdentificationCN fails with Java 20 & 21

2023-09-24 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-15117: Summary: SslTransportLayerTest.testValidEndpointIdentificationCN fails with Java 20 & 21 (was: Ss

[GitHub] [kafka] ijuma merged pull request #14430: MINOR: Update to Scala 2.13.12

2023-09-24 Thread via GitHub
ijuma merged PR #14430: URL: https://github.com/apache/kafka/pull/14430 -- 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 merged pull request #14431: KAFKA-15485: Upgrade gradle, plugins and test libraries (2/N)

2023-09-24 Thread via GitHub
ijuma merged PR #14431: URL: https://github.com/apache/kafka/pull/14431 -- 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 #14431: KAFKA-15485: Upgrade gradle, plugins and test libraries (2/N)

2023-09-24 Thread via GitHub
ijuma commented on PR #14431: URL: https://github.com/apache/kafka/pull/14431#issuecomment-1732565485 Java 8 and 20 builds passed. Unrelated flakes for other builds below: > Build / JDK 11 and Scala 2.13 / org.apache.kafka.trogdor.coordinator.CoordinatorTest.testTaskRequestWithOldStar

[GitHub] [kafka] ijuma merged pull request #14427: KAFKA-15485: Fix "this-escape" compiler warnings introduced by JDK 21 (1/N)

2023-09-24 Thread via GitHub
ijuma merged PR #14427: URL: https://github.com/apache/kafka/pull/14427 -- 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

[jira] [Commented] (KAFKA-15169) Add tests for RemoteIndexCache

2023-09-24 Thread Arpit Goyal (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17768372#comment-17768372 ] Arpit Goyal commented on KAFKA-15169: - [~divijvaidya] In the first test case Step n

[jira] (KAFKA-15169) Add tests for RemoteIndexCache

2023-09-24 Thread Arpit Goyal (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15169 ] Arpit Goyal deleted comment on KAFKA-15169: - was (Author: JIRAUSER301926): [~divijvaidya] I have started working on it . Can you help me understand what does "fetchAndCreateIndex' means . T

[jira] [Comment Edited] (KAFKA-15169) Add tests for RemoteIndexCache

2023-09-24 Thread Arpit Goyal (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17768352#comment-17768352 ] Arpit Goyal edited comment on KAFKA-15169 at 9/24/23 10:55 AM: ---

[jira] [Commented] (KAFKA-6020) Broker side filtering

2023-09-24 Thread Barak (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-6020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17768362#comment-17768362 ] Barak commented on KAFKA-6020: -- Same comment as [~Enzo90910] - Broker side filtering would h

[jira] [Commented] (KAFKA-15169) Add tests for RemoteIndexCache

2023-09-24 Thread Arpit Goyal (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17768352#comment-17768352 ] Arpit Goyal commented on KAFKA-15169: - [~divijvaidya] I have started working on it

[GitHub] [kafka] vamossagar12 commented on a diff in pull request #14432: KAFKA-14516: [1/N] Adding logic to not fence a static member if it sends a LeaveGroup

2023-09-24 Thread via GitHub
vamossagar12 commented on code in PR #14432: URL: https://github.com/apache/kafka/pull/14432#discussion_r1335136107 ## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupMetadataManager.java: ## @@ -929,12 +929,22 @@ private CoordinatorResult consumerGr

[GitHub] [kafka] vamossagar12 commented on pull request #14432: KAFKA-14516: [1/N] Adding logic to not fence a static member if it sends a LeaveGroup

2023-09-24 Thread via GitHub
vamossagar12 commented on PR #14432: URL: https://github.com/apache/kafka/pull/14432#issuecomment-1732507180 @dajac , do you think it is ok to have this small PR focussed only on static member departure? I plan to create such small PRs for other cases when a static member joins etc. Let me

[GitHub] [kafka] vamossagar12 opened a new pull request, #14432: KAFKA-14516: [1/N] Adding logic to not fence a static member if it sends a LeaveGroup

2023-09-24 Thread via GitHub
vamossagar12 opened a new pull request, #14432: URL: https://github.com/apache/kafka/pull/14432 This is the first PR which aims at adding static membership to the new consumer group protocol. If focusses on not triggering a rebalance when a static member sends a ConsumerGroupHeartbeat messa