[jira] [Assigned] (KAFKA-15285) https://github.com/apache/kafka/pull/13990#issuecomment-1659256150

2023-07-31 Thread Satish Duggana (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Satish Duggana reassigned KAFKA-15285: -- Assignee: Satish Duggana >

[jira] [Assigned] (KAFKA-15285) intermittent UT failures in storage module.

2023-07-31 Thread Satish Duggana (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Satish Duggana reassigned KAFKA-15285: -- Assignee: (was: Satish Duggana) > intermittent UT failures in storage module. >

[jira] [Updated] (KAFKA-15285) intermittent UT failures in storage module.

2023-07-31 Thread Satish Duggana (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Satish Duggana updated KAFKA-15285: --- Summary: intermittent UT failures in storage module. (was:

[GitHub] [kafka] satishd commented on pull request #13990: KAFKA-14937: Refactoring for client code to reduce boilerplate

2023-07-31 Thread via GitHub
satishd commented on PR #13990: URL: https://github.com/apache/kafka/pull/13990#issuecomment-1659608633 @junrao I was not aware of transient failures in storage module. Filed https://issues.apache.org/jira/browse/KAFKA-15285 to track it. -- This is an automated message from the Apache

[jira] [Created] (KAFKA-15285) https://github.com/apache/kafka/pull/13990#issuecomment-1659256150

2023-07-31 Thread Satish Duggana (Jira)
Satish Duggana created KAFKA-15285: -- Summary: https://github.com/apache/kafka/pull/13990#issuecomment-1659256150 Key: KAFKA-15285 URL: https://issues.apache.org/jira/browse/KAFKA-15285 Project:

[GitHub] [kafka] abhijeetk88 commented on pull request #14074: KAFKA-15236: Rename tiered storage metrics

2023-07-31 Thread via GitHub
abhijeetk88 commented on PR #14074: URL: https://github.com/apache/kafka/pull/14074#issuecomment-1659607013 @jeqo @showuon @divijvaidya can you help take a look at this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [kafka] showuon commented on pull request #14114: KAFKA-12969: Add broker level config synonyms for topic level tiered storage configs

2023-07-31 Thread via GitHub
showuon commented on PR #14114: URL: https://github.com/apache/kafka/pull/14114#issuecomment-1659574317 @kamalcph , there's compilation error, could you take a look? https://ci-builds.apache.org/blue/organizations/jenkins/Kafka%2Fkafka-pr/detail/PR-14114/8/pipeline -- This is an

[GitHub] [kafka] showuon commented on a diff in pull request #14114: KAFKA-12969: Add broker level config synonyms for topic level tiered storage configs

2023-07-31 Thread via GitHub
showuon commented on code in PR #14114: URL: https://github.com/apache/kafka/pull/14114#discussion_r1280113062 ## storage/src/main/java/org/apache/kafka/storage/internals/log/LogConfig.java: ## @@ -102,49 +102,14 @@ public String topicWarningMessage(String topicName) {

[GitHub] [kafka] mehbey opened a new pull request, #14135: KAFKA-14991: Implementation of KIP-937 which improves message timesta…

2023-07-31 Thread via GitHub
mehbey opened a new pull request, #14135: URL: https://github.com/apache/kafka/pull/14135 KIP-937 Implementation On a high level this implementation introduces two new configurations `log.message.timestamp.before.max.ms` and `log.message.timestamp.after.max.ms` and deprecates

[GitHub] [kafka] satishd commented on a diff in pull request #14128: KAFKA-15272: Fix the logic which finds candidate log segments to upload it to tiered storage

2023-07-31 Thread via GitHub
satishd commented on code in PR #14128: URL: https://github.com/apache/kafka/pull/14128#discussion_r1280069565 ## core/src/main/java/kafka/log/remote/RemoteLogManager.java: ## @@ -1002,4 +1004,36 @@ public void close() { } } +static class CandidateLogSegment

[GitHub] [kafka] satishd commented on a diff in pull request #14128: KAFKA-15272: Fix the logic which finds candidate log segments to upload it to tiered storage

2023-07-31 Thread via GitHub
satishd commented on code in PR #14128: URL: https://github.com/apache/kafka/pull/14128#discussion_r1280069565 ## core/src/main/java/kafka/log/remote/RemoteLogManager.java: ## @@ -1002,4 +1004,36 @@ public void close() { } } +static class CandidateLogSegment

[GitHub] [kafka] kamalcph commented on a diff in pull request #14114: KAFKA-12969: Add broker level config synonyms for topic level tiered storage configs

2023-07-31 Thread via GitHub
kamalcph commented on code in PR #14114: URL: https://github.com/apache/kafka/pull/14114#discussion_r1280095629 ## storage/src/main/java/org/apache/kafka/storage/internals/log/LogConfig.java: ## @@ -102,49 +102,14 @@ public String topicWarningMessage(String topicName) {

[GitHub] [kafka] showuon commented on a diff in pull request #14114: KAFKA-12969: Add broker level config synonyms for topic level tiered storage configs

2023-07-31 Thread via GitHub
showuon commented on code in PR #14114: URL: https://github.com/apache/kafka/pull/14114#discussion_r1280072894 ## storage/src/main/java/org/apache/kafka/storage/internals/log/LogConfig.java: ## @@ -102,49 +102,14 @@ public String topicWarningMessage(String topicName) {

[GitHub] [kafka] flashmouse commented on pull request #13920: KAFKA-15106 fix AbstractStickyAssignor isBalanced predict

2023-07-31 Thread via GitHub
flashmouse commented on PR #13920: URL: https://github.com/apache/kafka/pull/13920#issuecomment-1659472862 > > I think the root cause is performReassignments in GeneralAssignmentBuilder is a O(partSize * consumerNum) functions, it is very inefficient. > > Ack, and with your changes,

[jira] [Updated] (KAFKA-15264) Compared with 1.1.0zk, the peak throughput of 3.5.1kraft is very jitter

2023-07-31 Thread jianbin.chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jianbin.chen updated KAFKA-15264: - Attachment: image-2023-08-01-10-26-07-146.png > Compared with 1.1.0zk, the peak throughput of

[jira] [Commented] (KAFKA-15264) Compared with 1.1.0zk, the peak throughput of 3.5.1kraft is very jitter

2023-07-31 Thread jianbin.chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17749419#comment-17749419 ] jianbin.chen commented on KAFKA-15264: -- [~jsancio]  Thanks for your reply, I tested with

[jira] [Updated] (KAFKA-15264) Compared with 1.1.0zk, the peak throughput of 3.5.1kraft is very jitter

2023-07-31 Thread jianbin.chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jianbin.chen updated KAFKA-15264: - Attachment: image-2023-08-01-10-24-10-227.png > Compared with 1.1.0zk, the peak throughput of

[jira] [Updated] (KAFKA-15275) Implement consumer group membership state machine

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15275: -- Summary: Implement consumer group membership state machine (was: Consumer group membership state

[jira] [Updated] (KAFKA-15277) Design & implement support for internal Consumer delegates

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15277: -- Description: As mentioned above, there are presently two different, coexisting implementations of

[jira] [Updated] (KAFKA-15277) Design & implement support for internal Consumer delegates

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15277: -- Description: As mentioned above, there are presently two different, coexisting implementations of

[jira] [Updated] (KAFKA-15277) Design & implement support for internal Consumer delegates

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15277: -- Description: As mentioned above, there are presently two different, coexisting implementations of

[jira] [Commented] (KAFKA-15284) Implement ConsumerGroupProtocolVersionResolver to determine consumer group protocol

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17749378#comment-17749378 ] Kirk True commented on KAFKA-15284: --- Suggestions for succinct names welcomed. > Implement

[jira] [Updated] (KAFKA-15284) Implement ConsumerGroupProtocolVersionResolver to determine consumer group protocol

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15284: -- Summary: Implement ConsumerGroupProtocolVersionResolver to determine consumer group protocol (was:

[jira] [Updated] (KAFKA-15284) Determine group protocol at client initialization

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15284: -- Description: At client initialization, we need to determine which of the {{ConsumerDelegate}}

[jira] [Created] (KAFKA-15284) Determine group protocol at client initialization

2023-07-31 Thread Kirk True (Jira)
Kirk True created KAFKA-15284: - Summary: Determine group protocol at client initialization Key: KAFKA-15284 URL: https://issues.apache.org/jira/browse/KAFKA-15284 Project: Kafka Issue Type: Task

[jira] [Updated] (KAFKA-15277) Design & implement support for internal Consumer delegates

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15277: -- Description: As mentioned above, there are presently two different, coexisting implementations of

[jira] [Created] (KAFKA-15283) Add support for topic ID-related Consumer changes

2023-07-31 Thread Kirk True (Jira)
Kirk True created KAFKA-15283: - Summary: Add support for topic ID-related Consumer changes Key: KAFKA-15283 URL: https://issues.apache.org/jira/browse/KAFKA-15283 Project: Kafka Issue Type: Task

[GitHub] [kafka] philipnee commented on pull request #14123: MINOR: Fix committed API in the PrototypeAsyncConsumer timeout

2023-07-31 Thread via GitHub
philipnee commented on PR #14123: URL: https://github.com/apache/kafka/pull/14123#issuecomment-1659400843 Here are the most recent failures: ``` Build / JDK 11 and Scala 2.13 / testClose() – kafka.log.remote.RemoteIndexCacheTest <1s Build / JDK 11 and Scala 2.13 /

[jira] [Updated] (KAFKA-15282) Implement client support for KIP-848 client-side assignors

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15282: -- Description: The client-side assignor provides the logic for the partition assignments instead of on

[jira] [Updated] (KAFKA-15282) Implement client support for KIP-848 client-side assignors

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15282: -- Description: The client-side assignor provides the logic for the partition assignments instead of on

[jira] [Created] (KAFKA-15282) Implement client support for KIP-848 client-side assignors

2023-07-31 Thread Kirk True (Jira)
Kirk True created KAFKA-15282: - Summary: Implement client support for KIP-848 client-side assignors Key: KAFKA-15282 URL: https://issues.apache.org/jira/browse/KAFKA-15282 Project: Kafka Issue

[jira] [Updated] (KAFKA-15280) Implement client support for KIP-848 server-side assignors

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15280: -- Remaining Estimate: (was: 288h) Original Estimate: (was: 288h) > Implement client

[jira] [Updated] (KAFKA-15280) Implement client support for KIP-848 server-side assignors

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15280: -- Remaining Estimate: 288h (was: 420h) Original Estimate: 288h (was: 420h) > Implement client

[jira] [Updated] (KAFKA-15281) Implement the groupMetadata Consumer API

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15281: -- Remaining Estimate: 504h Original Estimate: 504h > Implement the groupMetadata Consumer API >

[jira] [Updated] (KAFKA-15280) Implement client support for KIP-848 server-side assignors

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15280: -- Remaining Estimate: 420h Original Estimate: 420h > Implement client support for KIP-848

[jira] [Updated] (KAFKA-15278) Implement client support for KIP-848 ConsumerGroupHeartbeat protocol RPC

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15278: -- Labels: consumer-threading-refactor kip-848 kip-848-client-support (was: consumer-threading-refactor

[jira] [Updated] (KAFKA-15280) Implement client support for KIP-848 server-side assignors

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15280: -- Labels: consumer-threading-refactor kip-848 kip-848-client-support (was: consumer-threading-refactor

[jira] [Updated] (KAFKA-15276) Implement partition assignment reconciliation

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15276: -- Labels: kip-848 kip-848-client-support (was: kip-848) > Implement partition assignment

[jira] [Updated] (KAFKA-15281) Implement the groupMetadata Consumer API

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15281: -- Labels: consumer-threading-refactor kip-848 kip-848-client-support (was: consumer-threading-refactor

[jira] [Updated] (KAFKA-15277) Design & implement support for internal Consumer delegates

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15277: -- Labels: consumer-threading-refactor kip-848 kip-848-client-support (was: consumer-threading-refactor

[jira] [Updated] (KAFKA-15275) Consumer group membership state machine

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15275: -- Labels: kip-848 kip-848-client-support (was: kip-848) > Consumer group membership state machine >

[jira] [Updated] (KAFKA-15279) Implement client support for KIP-848 assignment RPCs

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15279: -- Labels: consumer-threading-refactor kip-848 kip-848-client-support (was: consumer-threading-refactor

[jira] [Updated] (KAFKA-15277) Design & implement support for internal Consumer delegates

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15277: -- Description: As mentioned above, there are presently two different, coexisting implementations of

[jira] [Assigned] (KAFKA-15277) Design & implement support for internal Consumer delegates

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True reassigned KAFKA-15277: - Assignee: Philip Nee (was: Kirk True) > Design & implement support for internal Consumer

[jira] [Created] (KAFKA-15281) Implement the groupMetadata Consumer API

2023-07-31 Thread Kirk True (Jira)
Kirk True created KAFKA-15281: - Summary: Implement the groupMetadata Consumer API Key: KAFKA-15281 URL: https://issues.apache.org/jira/browse/KAFKA-15281 Project: Kafka Issue Type: Task

[jira] [Created] (KAFKA-15280) Implement client support for KIP-848 server-side assignors

2023-07-31 Thread Kirk True (Jira)
Kirk True created KAFKA-15280: - Summary: Implement client support for KIP-848 server-side assignors Key: KAFKA-15280 URL: https://issues.apache.org/jira/browse/KAFKA-15280 Project: Kafka Issue

[jira] [Updated] (KAFKA-15278) Implement client support for KIP-848 ConsumerGroupHeartbeat protocol RPC

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15278: -- Description: The protocol introduces three new RPCs that the client uses to communicate with the

[jira] [Created] (KAFKA-15279) Implement client support for KIP-848 assignment RPCs

2023-07-31 Thread Kirk True (Jira)
Kirk True created KAFKA-15279: - Summary: Implement client support for KIP-848 assignment RPCs Key: KAFKA-15279 URL: https://issues.apache.org/jira/browse/KAFKA-15279 Project: Kafka Issue Type:

[jira] [Created] (KAFKA-15278) Implement client support for KIP-848 ConsumerGroupHeartbeat protocol RPC

2023-07-31 Thread Kirk True (Jira)
Kirk True created KAFKA-15278: - Summary: Implement client support for KIP-848 ConsumerGroupHeartbeat protocol RPC Key: KAFKA-15278 URL: https://issues.apache.org/jira/browse/KAFKA-15278 Project: Kafka

[jira] [Created] (KAFKA-15277) Design & implement support for internal Consumer delegates

2023-07-31 Thread Kirk True (Jira)
Kirk True created KAFKA-15277: - Summary: Design & implement support for internal Consumer delegates Key: KAFKA-15277 URL: https://issues.apache.org/jira/browse/KAFKA-15277 Project: Kafka Issue

[jira] [Created] (KAFKA-15276) Implement partition assignment reconciliation

2023-07-31 Thread Kirk True (Jira)
Kirk True created KAFKA-15276: - Summary: Implement partition assignment reconciliation Key: KAFKA-15276 URL: https://issues.apache.org/jira/browse/KAFKA-15276 Project: Kafka Issue Type: Task

[jira] [Created] (KAFKA-15275) Consumer group membership state machine

2023-07-31 Thread Kirk True (Jira)
Kirk True created KAFKA-15275: - Summary: Consumer group membership state machine Key: KAFKA-15275 URL: https://issues.apache.org/jira/browse/KAFKA-15275 Project: Kafka Issue Type: Task

[GitHub] [kafka] ex172000 commented on pull request #14110: MINOR: Add test for describe topic with ID

2023-07-31 Thread via GitHub
ex172000 commented on PR #14110: URL: https://github.com/apache/kafka/pull/14110#issuecomment-1659366875 Thank you @divijvaidya for the timely review, updated! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Updated] (KAFKA-15173) Consumer event queues should be bounded

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15173: -- Summary: Consumer event queues should be bounded (was: ApplicationEventQueue and

[jira] [Updated] (KAFKA-14246) Update threading model for Consumer

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14246: -- Summary: Update threading model for Consumer (was: Update threading model for Consumer (KIP-945)) >

[jira] [Assigned] (KAFKA-15173) ApplicationEventQueue and BackgroundEventQueue should be bounded

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True reassigned KAFKA-15173: - Assignee: Kirk True (was: Philip Nee) > ApplicationEventQueue and BackgroundEventQueue should

[jira] [Updated] (KAFKA-15270) Integration tests for AsyncConsumer simple consume case

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15270: -- Labels: consumer-threading-refactor (was: ) > Integration tests for AsyncConsumer simple consume

[jira] [Updated] (KAFKA-14196) Duplicated consumption during rebalance, causing OffsetValidationTest to act flaky

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14196: -- Labels: consumer-threading-refactor new-consumer-threading-should-fix (was:

[jira] [Updated] (KAFKA-14274) Introduce FetchRequestManager to integrate fetch into new consumer threading refactor

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14274: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) > Introduce

[jira] [Updated] (KAFKA-14761) Integration Tests for the New Consumer Implementation

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14761: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) > Integration Tests

[jira] [Updated] (KAFKA-14246) Update threading model for Consumer (KIP-945)

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14246: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) > Update threading

[jira] [Updated] (KAFKA-14960) Metadata Request Manager and listTopics/partitionsFor API

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14960: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) > Metadata Request

[jira] [Updated] (KAFKA-14247) Implement EventHandler interface and DefaultEventHandler for Consumer

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14247: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) > Implement

[jira] [Updated] (KAFKA-14264) Refactor coordinator code

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14264: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) > Refactor

[jira] [Updated] (KAFKA-14468) Refactor Commit Logic

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14468: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) > Refactor Commit

[jira] [Updated] (KAFKA-15188) Implement more of the remaining PrototypeAsyncConsumer APIs

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15188: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) > Implement more of

[jira] [Updated] (KAFKA-14365) Extract common logic from Fetcher

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14365: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) > Extract common

[jira] [Updated] (KAFKA-14937) Refactoring for client code to reduce boilerplate

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14937: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) > Refactoring for

[jira] [Updated] (KAFKA-15180) Generalize integration tests to change use of KafkaConsumer to Consumer

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15180: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) > Generalize

[jira] [Updated] (KAFKA-14758) Extract inner classes from Fetcher for reuse in refactoring

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14758: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) > Extract inner

[jira] [Updated] (KAFKA-14950) Implement assign() and assignment()

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14950: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) > Implement assign()

[jira] [Updated] (KAFKA-14848) KafkaConsumer incorrectly passes locally-scoped deserializers to FetchConfig

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14848: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) > KafkaConsumer

[jira] [Updated] (KAFKA-15164) Extract reusable logic from OffsetsForLeaderEpochClient

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15164: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) > Extract reusable

[jira] [Updated] (KAFKA-14675) Extract metadata-related tasks from Fetcher into MetadataFetcher

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14675: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) > Extract

[jira] [Updated] (KAFKA-14724) Port tests in FetcherTest to FetchRequestManagerTest

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14724: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) > Port tests in

[jira] [Updated] (KAFKA-15115) Implement resetPositions functionality in ListOffsetRequestManager

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15115: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) > Implement

[jira] [Updated] (KAFKA-14965) Introduce ListOffsetsRequestManager to integrate ListOffsetsRequests into new consumer threading refactor

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14965: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) > Introduce

[jira] [Updated] (KAFKA-15173) ApplicationEventQueue and BackgroundEventQueue should be bounded

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15173: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) >

[jira] [Updated] (KAFKA-14966) Extract reusable logic from OffsetFetcher

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14966: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) > Extract reusable

[jira] [Updated] (KAFKA-15081) Implement new consumer offsetsForTimes

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15081: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) > Implement new

[jira] [Updated] (KAFKA-14252) Create background thread skeleton for new Consumer threading model

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14252: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) > Create background

[jira] [Updated] (KAFKA-15174) Ensure the correct thread is executing the callbacks

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15174: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) > Ensure the correct

[jira] [Updated] (KAFKA-14875) Implement Wakeup()

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14875: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) > Implement Wakeup()

[jira] [Updated] (KAFKA-15163) Implement validatePositions functionality for new KafkaConsumer

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15163: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) > Implement

[jira] [Updated] (KAFKA-15184) New consumer internals refactoring and clean up

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15184: -- Labels: consumer-threading-refactor (was: consumer-threading-refactor kip-945) > New consumer

[jira] [Updated] (KAFKA-14966) Extract reusable logic from OffsetFetcher

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14966: -- Labels: consumer-threading-refactor kip-945 (was: kip-945) > Extract reusable logic from

[jira] [Updated] (KAFKA-15164) Extract reusable logic from OffsetsForLeaderEpochClient

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15164: -- Labels: consumer-threading-refactor kip-945 (was: kip-945) > Extract reusable logic from

[jira] [Updated] (KAFKA-14247) Implement EventHandler interface and DefaultEventHandler for Consumer

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14247: -- Labels: consumer-threading-refactor kip-945 (was: kip-945) > Implement EventHandler interface and

[jira] [Updated] (KAFKA-14264) Refactor coordinator code

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14264: -- Labels: consumer-threading-refactor kip-945 (was: kip-945) > Refactor coordinator code >

[jira] [Updated] (KAFKA-14761) Integration Tests for the New Consumer Implementation

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14761: -- Labels: consumer-threading-refactor kip-945 (was: kip-945) > Integration Tests for the New Consumer

[jira] [Updated] (KAFKA-15173) ApplicationEventQueue and BackgroundEventQueue should be bounded

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15173: -- Labels: consumer-threading-refactor kip-945 (was: kip-945) > ApplicationEventQueue and

[jira] [Updated] (KAFKA-15115) Implement resetPositions functionality in ListOffsetRequestManager

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15115: -- Labels: consumer-threading-refactor kip-945 (was: kip-945) > Implement resetPositions functionality

[jira] [Updated] (KAFKA-15081) Implement new consumer offsetsForTimes

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15081: -- Labels: consumer-threading-refactor kip-945 (was: kip-945) > Implement new consumer offsetsForTimes

[jira] [Updated] (KAFKA-14468) Refactor Commit Logic

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14468: -- Labels: consumer-threading-refactor kip-945 (was: kip-945) > Refactor Commit Logic >

[jira] [Updated] (KAFKA-15188) Implement more of the remaining PrototypeAsyncConsumer APIs

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15188: -- Labels: consumer-threading-refactor kip-945 (was: kip-945) > Implement more of the remaining

[jira] [Updated] (KAFKA-14937) Refactoring for client code to reduce boilerplate

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14937: -- Labels: consumer-threading-refactor kip-945 (was: kip-945) > Refactoring for client code to reduce

[jira] [Updated] (KAFKA-14960) Metadata Request Manager and listTopics/partitionsFor API

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14960: -- Labels: consumer-threading-refactor kip-945 (was: kip-945) > Metadata Request Manager and

[jira] [Updated] (KAFKA-14675) Extract metadata-related tasks from Fetcher into MetadataFetcher

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14675: -- Labels: consumer-threading-refactor kip-945 (was: kip-945) > Extract metadata-related tasks from

[jira] [Updated] (KAFKA-15180) Generalize integration tests to change use of KafkaConsumer to Consumer

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15180: -- Labels: consumer-threading-refactor kip-945 (was: kip-945) > Generalize integration tests to change

[jira] [Updated] (KAFKA-14950) Implement assign() and assignment()

2023-07-31 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14950: -- Labels: consumer-threading-refactor kip-945 (was: kip-945) > Implement assign() and assignment() >

  1   2   >