[jira] [Commented] (KAFKA-16211) Inconsistent config values in CreateTopicsResult and DescribeConfigsResult

2024-02-20 Thread Deng Ziming (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17819095#comment-17819095 ] Deng Ziming commented on KAFKA-16211: -   {code:java} // code placeholder @ExtendWith(value =

[jira] [Commented] (KAFKA-16190) Member should send full heartbeat when rejoining

2024-02-20 Thread Quoc Phong Dang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17819081#comment-17819081 ] Quoc Phong Dang commented on KAFKA-16190: - [~kirktrue] Sorry for the delay, I've just create a

[PR] KAFKA-16190: Member should send full heartbeat when rejoining [kafka]

2024-02-20 Thread via GitHub
phong260702 opened a new pull request, #15401: URL: https://github.com/apache/kafka/pull/15401 When the consumer rejoins, heartbeat request builder make sure that all fields are sent in the heartbeat request. ### Committer Checklist (excluded from commit message) - [ ] Verify

[jira] (KAFKA-16190) Member should send full heartbeat when rejoining

2024-02-20 Thread Quoc Phong Dang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16190 ] Quoc Phong Dang deleted comment on KAFKA-16190: - was (Author: JIRAUSER303789): [~kirktrue] Thank you and sorry for the dely, It takes my sometime to look into the KIP and trying to

Re: [PR] KAFKA-16259 Immutable MetadataCache to improve client performance [kafka]

2024-02-20 Thread via GitHub
ericzhifengchen commented on PR #15376: URL: https://github.com/apache/kafka/pull/15376#issuecomment-1955880312 Hi Mayank, My github account is ***@***.*** Thanks, Zhifeng On Mon, Feb 19, 2024 at 4:22 AM Mayank Shekhar Narula < ***@***.***> wrote: >

[jira] [Updated] (KAFKA-16283) RoundRobinPartitioner will only send to half of the partitions in a topic

2024-02-20 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen updated KAFKA-16283: -- Description: When using `org.apache.kafka.clients.producer.RoundRobinPartitioner`, we expect data

[jira] [Updated] (KAFKA-16283) RoundRobinPartitioner will only send to half of the partitions in a topic

2024-02-20 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen updated KAFKA-16283: -- Description: When using `org.apache.kafka.clients.producer.RoundRobinPartitioner`, we expect data

[jira] [Commented] (KAFKA-16283) RoundRobinPartitioner will only send to half of the partitions in a topic

2024-02-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17819057#comment-17819057 ] ASF GitHub Bot commented on KAFKA-16283: showuon opened a new pull request, #585: URL:

[PR] KAFKA-16283: notify users about RoundRobinPartitioner bug [kafka]

2024-02-20 Thread via GitHub
showuon opened a new pull request, #15400: URL: https://github.com/apache/kafka/pull/15400 Add notes in "3.7.0 notable changes" and "config doc" to notify users not to use `RoundRobinPartitioner`. ### Committer Checklist (excluded from commit message) - [ ] Verify design and

[jira] [Updated] (KAFKA-16283) RoundRobinPartitioner will only send to half of the partitions in a topic

2024-02-20 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen updated KAFKA-16283: -- Affects Version/s: 3.6.1 3.0.0 3.1.0 >

[jira] [Updated] (KAFKA-16283) RoundRobinPartitioner will only send to half of the partitions in a topic

2024-02-20 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen updated KAFKA-16283: -- Description: When using `org.apache.kafka.clients.producer.RoundRobinPartitioner`, we expect data

[jira] [Updated] (KAFKA-16283) RoundRobinPartitioner will only send to half of the partitions in a topic

2024-02-20 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen updated KAFKA-16283: -- Description: When using `org.apache.kafka.clients.producer.RoundRobinPartitioner`, we expect data

[jira] [Updated] (KAFKA-16283) RoundRobinPartitioner will only send to half of the partitions in a topic

2024-02-20 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen updated KAFKA-16283: -- Description: When using `org.apache.kafka.clients.producer.RoundRobinPartitioner`, we expect data

Re: [PR] KAFKA-16288, KAFKA-16289: Fix Values convertToDecimal exception and parseString corruption [kafka]

2024-02-20 Thread via GitHub
C0urante commented on code in PR #15399: URL: https://github.com/apache/kafka/pull/15399#discussion_r1496759639 ## connect/api/src/test/java/org/apache/kafka/connect/data/ValuesTest.java: ## @@ -744,6 +785,32 @@ public void shouldConvertTimestampValues() {

[jira] [Comment Edited] (KAFKA-16190) Member should send full heartbeat when rejoining

2024-02-20 Thread Quoc Phong Dang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17818979#comment-17818979 ] Quoc Phong Dang edited comment on KAFKA-16190 at 2/21/24 1:11 AM: --

[jira] [Resolved] (KAFKA-6675) Connect workers should log plugin path and available plugins more clearly

2024-02-20 Thread Greg Harris (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-6675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Harris resolved KAFKA-6675. Fix Version/s: 3.6.0 Assignee: Greg Harris (was: Valeria Vasylieva) Resolution:

Re: [PR] MINOR: Document MetadataResponse invariants for name and ID [kafka]

2024-02-20 Thread via GitHub
gharris1727 commented on PR #15386: URL: https://github.com/apache/kafka/pull/15386#issuecomment-1955537975 Hi @dengziming @jolshan @rajinisivaram Could you PTAL at this documentation change? Going off of KIP-516 and the discussion on the PRs which added topic IDs to the metadata

Re: [PR] KAFKA-16249; Improve reconciliation state machine [kafka]

2024-02-20 Thread via GitHub
jeffkbkim commented on code in PR #15364: URL: https://github.com/apache/kafka/pull/15364#discussion_r1496700583 ## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupMetadataManager.java: ## @@ -1211,13 +1192,99 @@ private CoordinatorResult consumerGr

[jira] [Commented] (KAFKA-16212) Cache partitions by TopicIdPartition instead of TopicPartition

2024-02-20 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17819023#comment-17819023 ] Justine Olshan commented on KAFKA-16212: We use something similar in the fetch session cache

[PR] KAFKA-16288, KAFKA-16289: Fix Values convertToDecimal exception and parseString corruption [kafka]

2024-02-20 Thread via GitHub
gharris1727 opened a new pull request, #15399: URL: https://github.com/apache/kafka/pull/15399 See the descriptions of the tickets for full details: * https://issues.apache.org/jira/browse/KAFKA-16288 convertToDecimal * https://issues.apache.org/jira/browse/KAFKA-16289 parseString

[jira] [Commented] (KAFKA-16277) CooperativeStickyAssignor does not spread topics evenly among consumer group

2024-02-20 Thread Cameron Redpath (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17819013#comment-17819013 ] Cameron Redpath commented on KAFKA-16277: - Thanks [~ableegoldman] for the response - yes we will

[jira] [Created] (KAFKA-16289) Values.parseString on heterogeneous lists and maps sometimes corrupts data by inferring incorrect schema

2024-02-20 Thread Greg Harris (Jira)
Greg Harris created KAFKA-16289: --- Summary: Values.parseString on heterogeneous lists and maps sometimes corrupts data by inferring incorrect schema Key: KAFKA-16289 URL:

[jira] [Comment Edited] (KAFKA-16160) AsyncKafkaConsumer is trying to connect to a disconnected node in a tight loop

2024-02-20 Thread Phuc Hong Tran (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17819009#comment-17819009 ] Phuc Hong Tran edited comment on KAFKA-16160 at 2/20/24 11:15 PM: -- Also

Re: [PR] MINOR: extend transaction unit test to validate drain [kafka]

2024-02-20 Thread via GitHub
jolshan merged PR #15320: URL: https://github.com/apache/kafka/pull/15320 -- 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] [Commented] (KAFKA-16160) AsyncKafkaConsumer is trying to connect to a disconnected node in a tight loop

2024-02-20 Thread Phuc Hong Tran (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17819009#comment-17819009 ] Phuc Hong Tran commented on KAFKA-16160: Also after some findings, I’m thinking that this one is

[jira] [Commented] (KAFKA-15538) Client support for java regex based subscription

2024-02-20 Thread Phuc Hong Tran (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17819008#comment-17819008 ] Phuc Hong Tran commented on KAFKA-15538: I can put up a pull request for this ticket by this

[jira] [Commented] (KAFKA-16281) Possible IllegalState with KIP-996

2024-02-20 Thread Calvin Liu (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17819007#comment-17819007 ] Calvin Liu commented on KAFKA-16281: [~alivshits] Jack has corrected that the issue is with KIP-996

[jira] [Commented] (KAFKA-16160) AsyncKafkaConsumer is trying to connect to a disconnected node in a tight loop

2024-02-20 Thread Phuc Hong Tran (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17819005#comment-17819005 ] Phuc Hong Tran commented on KAFKA-16160: [~kirktrue] I was not able to reproduce this scenario

[jira] [Commented] (KAFKA-16281) Possible IllegalState with KIP-996

2024-02-20 Thread Artem Livshits (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17819004#comment-17819004 ] Artem Livshits commented on KAFKA-16281: Is this a problem with KIP-966 or just a model that was

[jira] [Commented] (KAFKA-16160) AsyncKafkaConsumer is trying to connect to a disconnected node in a tight loop

2024-02-20 Thread Phuc Hong Tran (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17819003#comment-17819003 ] Phuc Hong Tran commented on KAFKA-16160: For this one, I do need some helps. >

[jira] [Assigned] (KAFKA-16008) Fix PlaintextConsumerTest.testMaxPollIntervalMs

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True reassigned KAFKA-16008: - Assignee: Lucas Brutschy (was: Philip Nee) > Fix PlaintextConsumerTest.testMaxPollIntervalMs

[jira] [Assigned] (KAFKA-16152) Fix PlaintextConsumerTest.testStaticConsumerDetectsNewPartitionCreatedAfterRestart

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True reassigned KAFKA-16152: - Assignee: Lucas Brutschy (was: Kirk True) > Fix >

[jira] [Assigned] (KAFKA-16010) Fix PlaintextConsumerTest.testMultiConsumerSessionTimeoutOnStopPolling

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True reassigned KAFKA-16010: - Assignee: Lucas Brutschy (was: Kirk True) > Fix

[jira] [Assigned] (KAFKA-16167) Fix PlaintextConsumerTest.testAutoCommitOnCloseAfterWakeup

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True reassigned KAFKA-16167: - Assignee: Lucas Brutschy (was: Kirk True) > Fix

Re: [PR] MINOR: remove unnecessary logging [kafka]

2024-02-20 Thread via GitHub
wcarlson5 commented on code in PR #15396: URL: https://github.com/apache/kafka/pull/15396#discussion_r1496604182 ## streams/src/main/java/org/apache/kafka/streams/state/internals/AbstractRocksDBSegmentedBytesStore.java: ## @@ -264,7 +264,6 @@ public void put(final Bytes key,

[jira] [Assigned] (KAFKA-16200) Enforce that RequestManager implementations respect user-provided timeout

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True reassigned KAFKA-16200: - Assignee: Bruno Cadonna (was: Kirk True) > Enforce that RequestManager implementations

[jira] [Assigned] (KAFKA-16008) Fix PlaintextConsumerTest.testMaxPollIntervalMs

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True reassigned KAFKA-16008: - Assignee: Philip Nee (was: Kirk True) > Fix PlaintextConsumerTest.testMaxPollIntervalMs >

[jira] [Updated] (KAFKA-16241) Kafka Streams hits IllegalStateException trying to recycle a task

2024-02-20 Thread Walker Carlson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Walker Carlson updated KAFKA-16241: --- Priority: Critical (was: Major) > Kafka Streams hits IllegalStateException trying to

[jira] [Reopened] (KAFKA-16200) Enforce that RequestManager implementations respect user-provided timeout

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True reopened KAFKA-16200: --- > Enforce that RequestManager implementations respect user-provided timeout >

[jira] [Resolved] (KAFKA-15475) Request might retry forever even if the user API timeout expires

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True resolved KAFKA-15475. --- Resolution: Fixed > Request might retry forever even if the user API timeout expires >

Re: [PR] KAFKA-16265: KIP-994 (Part 1) Minor Enhancements to ListTransactionsRequest [kafka]

2024-02-20 Thread via GitHub
jolshan commented on code in PR #15384: URL: https://github.com/apache/kafka/pull/15384#discussion_r1496555226 ## tools/src/main/java/org/apache/kafka/tools/TransactionsCommand.java: ## @@ -436,16 +436,26 @@ public String name() { @Override public void

[jira] [Commented] (KAFKA-16212) Cache partitions by TopicIdPartition instead of TopicPartition

2024-02-20 Thread Omnia Ibrahim (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17818991#comment-17818991 ] Omnia Ibrahim commented on KAFKA-16212: --- I don't believe ReplicaManager have significant meaning

[jira] [Assigned] (KAFKA-16233) Review auto-commit continuously committing when no progress

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True reassigned KAFKA-16233: - Assignee: Philip Nee > Review auto-commit continuously committing when no progress >

[jira] [Updated] (KAFKA-16261) MembershipManagerImpl.updateSubscription fails if already empty subscription

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-16261: -- Fix Version/s: 3.8.0 > MembershipManagerImpl.updateSubscription fails if already empty subscription >

[jira] [Updated] (KAFKA-16233) Review auto-commit continuously committing when no progress

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-16233: -- Fix Version/s: 3.8.0 > Review auto-commit continuously committing when no progress >

[jira] [Updated] (KAFKA-15694) New integration tests to have full coverage for preview

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15694: -- Fix Version/s: 3.8.0 > New integration tests to have full coverage for preview >

[jira] [Updated] (KAFKA-15840) Correct initialization of ConsumerGroupHeartbeat by client

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15840: -- Fix Version/s: 3.7.0 > Correct initialization of ConsumerGroupHeartbeat by client >

[jira] [Updated] (KAFKA-15651) Investigate auto commit guarantees during Consumer.assign()

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15651: -- Fix Version/s: 3.7.0 > Investigate auto commit guarantees during Consumer.assign() >

[jira] [Updated] (KAFKA-15631) Do not send new heartbeat request while another one in-flight

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15631: -- Fix Version/s: 3.7.0 > Do not send new heartbeat request while another one in-flight >

[jira] [Updated] (KAFKA-16261) MembershipManagerImpl.updateSubscription fails if already empty subscription

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-16261: -- Component/s: consumer > MembershipManagerImpl.updateSubscription fails if already empty subscription

[jira] [Updated] (KAFKA-15543) Send HB request right after reconciliation completes

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15543: -- Fix Version/s: 3.7.0 > Send HB request right after reconciliation completes >

[jira] [Updated] (KAFKA-15573) Implement auto-commit on partition assignment revocation

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15573: -- Fix Version/s: 3.7.0 > Implement auto-commit on partition assignment revocation >

[jira] [Updated] (KAFKA-15592) Member does not need to always try to join a group when a groupId is configured

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15592: -- Fix Version/s: 3.7.0 > Member does not need to always try to join a group when a groupId is >

[jira] [Updated] (KAFKA-16284) Performance regression in RocksDB

2024-02-20 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-16284: Affects Version/s: 3.8.0 > Performance regression in RocksDB >

[jira] [Updated] (KAFKA-15540) Handle heartbeat and revocation when consumer leaves group

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15540: -- Fix Version/s: 3.7.0 > Handle heartbeat and revocation when consumer leaves group >

[jira] [Updated] (KAFKA-15539) Client should stop fetching while partitions being revoked

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15539: -- Fix Version/s: 3.7.0 > Client should stop fetching while partitions being revoked >

[jira] [Updated] (KAFKA-15515) Remove duplicated integration tests for new consumer

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15515: -- Fix Version/s: 3.7.0 > Remove duplicated integration tests for new consumer >

Re: [PR] KAFKA-16286; Notify listener of latest leader and epoch [kafka]

2024-02-20 Thread via GitHub
jsancio commented on PR #15397: URL: https://github.com/apache/kafka/pull/15397#issuecomment-1955046620 > Is there any chance we could fire leader change more than once on a transition? (I guess this might be allowable behavior?) Thanks. I updated the KRaft tests to check that there

[jira] [Updated] (KAFKA-16224) Fix handling of deleted topic when auto-committing before revocation

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-16224: -- Fix Version/s: 3.8.0 > Fix handling of deleted topic when auto-committing before revocation >

[jira] [Updated] (KAFKA-16251) Fenced member should not send heartbeats while waiting for onPartitionsLost to complete

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-16251: -- Fix Version/s: 3.8.0 > Fenced member should not send heartbeats while waiting for onPartitionsLost >

[jira] [Resolved] (KAFKA-16199) Prune the event queue if event timeout expired before starting

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True resolved KAFKA-16199. --- Resolution: Duplicate > Prune the event queue if event timeout expired before starting >

[jira] [Resolved] (KAFKA-16200) Enforce that RequestManager implementations respect user-provided timeout

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True resolved KAFKA-16200. --- Resolution: Duplicate > Enforce that RequestManager implementations respect user-provided timeout >

[jira] [Commented] (KAFKA-16019) Some of the tests in PlaintextConsumer can't seem to deterministically invoke and verify the consumer callback

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17818983#comment-17818983 ] Kirk True commented on KAFKA-16019: --- {{testPerPartitionLeadMetricsCleanUpWithSubscribe}} is now

[jira] [Resolved] (KAFKA-16019) Some of the tests in PlaintextConsumer can't seem to deterministically invoke and verify the consumer callback

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True resolved KAFKA-16019. --- Resolution: Fixed > Some of the tests in PlaintextConsumer can't seem to deterministically invoke

[jira] [Resolved] (KAFKA-16023) PlaintextConsumerTest needs to wait for reconciliation to complete before proceeding

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True resolved KAFKA-16023. --- Resolution: Fixed {{testPerPartitionLagMetricsCleanUpWithSubscribe}} is now passing consistently,

[jira] [Resolved] (KAFKA-15993) Enable max poll integration tests that depend on callback invocation

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True resolved KAFKA-15993. --- Resolution: Duplicate > Enable max poll integration tests that depend on callback invocation >

[jira] [Updated] (KAFKA-16010) Fix PlaintextConsumerTest.testMultiConsumerSessionTimeoutOnStopPolling

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-16010: -- Issue Type: Bug (was: Test) > Fix PlaintextConsumerTest.testMultiConsumerSessionTimeoutOnStopPolling

[jira] [Commented] (KAFKA-15993) Enable max poll integration tests that depend on callback invocation

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17818981#comment-17818981 ] Kirk True commented on KAFKA-15993: --- Closing this as it will be covered when the following Jiras are

[jira] [Updated] (KAFKA-16200) Enforce that RequestManager implementations respect user-provided timeout

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-16200: -- Priority: Blocker (was: Critical) > Enforce that RequestManager implementations respect

Re: [PR] KAFKA-15770: IQv2 must return immutable position [kafka]

2024-02-20 Thread via GitHub
mjsax merged PR #15219: URL: https://github.com/apache/kafka/pull/15219 -- 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] [Updated] (KAFKA-15974) Enforce that event processing respects user-provided timeout

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15974: -- Description: The intention of the {{CompletableApplicationEvent}} is for a {{Consumer}} to block

[jira] [Updated] (KAFKA-16200) Enforce that RequestManager implementations respect user-provided timeout

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-16200: -- Description: The intention of the {{CompletableApplicationEvent}} is for a {{Consumer}} to block

[jira] [Updated] (KAFKA-16200) Enforce that RequestManager implementations respect user-provided timeout

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-16200: -- Summary: Enforce that RequestManager implementations respect user-provided timeout (was: Ensure

[jira] [Updated] (KAFKA-15974) Enforce that event processing respects user-provided timeout

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15974: -- Summary: Enforce that event processing respects user-provided timeout (was: Enforce that events and

[jira] [Commented] (KAFKA-16190) Member should send full heartbeat when rejoining

2024-02-20 Thread Quoc Phong Dang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17818979#comment-17818979 ] Quoc Phong Dang commented on KAFKA-16190: - [~kirktrue] Thank you and sorry for the dely, It

[jira] [Updated] (KAFKA-15848) Design solution for inconsistency between ConsumerDelegate timeout policies

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15848: -- Summary: Design solution for inconsistency between ConsumerDelegate timeout policies (was: Consumer

[jira] [Resolved] (KAFKA-16208) Design new Consumer timeout policy

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True resolved KAFKA-16208. --- Resolution: Duplicate > Design new Consumer timeout policy > -- > >

[jira] [Updated] (KAFKA-15848) Consumer API timeout inconsistent between ConsumerDelegate implementations

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15848: -- Description: The two {{ConsumerDelegate}} implementations ({{{}LegacyKafkaConsumer{}}} and

[jira] [Updated] (KAFKA-15848) Consumer API timeout inconsistent between ConsumerDelegate implementations

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-15848: -- Component/s: documentation > Consumer API timeout inconsistent between ConsumerDelegate

[jira] [Updated] (KAFKA-16285) Make group metadata available when a new assignment is set in async Kafka consumer

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-16285: -- Fix Version/s: 3.8.0 > Make group metadata available when a new assignment is set in async Kafka >

[jira] [Commented] (KAFKA-16160) AsyncKafkaConsumer is trying to connect to a disconnected node in a tight loop

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17818978#comment-17818978 ] Kirk True commented on KAFKA-16160: --- [~phuctran] same question on this one—do you need any more help

[jira] [Updated] (KAFKA-16160) AsyncKafkaConsumer is trying to connect to a disconnected node in a tight loop

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-16160: -- Priority: Major (was: Critical) > AsyncKafkaConsumer is trying to connect to a disconnected node in

[jira] [Commented] (KAFKA-15538) Client support for java regex based subscription

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17818977#comment-17818977 ] Kirk True commented on KAFKA-15538: --- [~phuctran] thanks for your willingness to help out on this task!

[jira] [Created] (KAFKA-16288) Values.convertToDecimal throws ClassCastExceptions on String inputs

2024-02-20 Thread Greg Harris (Jira)
Greg Harris created KAFKA-16288: --- Summary: Values.convertToDecimal throws ClassCastExceptions on String inputs Key: KAFKA-16288 URL: https://issues.apache.org/jira/browse/KAFKA-16288 Project: Kafka

[jira] [Commented] (KAFKA-16190) Member should send full heartbeat when rejoining

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17818976#comment-17818976 ] Kirk True commented on KAFKA-16190: --- [~phong260702] thanks for your willingness to help out on this

[jira] [Assigned] (KAFKA-16227) Console consumer fails with `IllegalStateException`

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True reassigned KAFKA-16227: - Assignee: Philip Nee > Console consumer fails with `IllegalStateException` >

[jira] [Updated] (KAFKA-16199) Prune the event queue if event timeout expired before starting

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-16199: -- Priority: Major (was: Critical) > Prune the event queue if event timeout expired before starting >

Re: [PR] KAFKA-16278 Missing license for scala related dependencies [kafka]

2024-02-20 Thread via GitHub
anton-liauchuk commented on PR #15398: URL: https://github.com/apache/kafka/pull/15398#issuecomment-1954961890 hello @divijvaidya Please take a look. -- 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-16111) Implement tests for tricky rebalance callback scenarios

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-16111: -- Affects Version/s: 3.7.0 > Implement tests for tricky rebalance callback scenarios >

[jira] [Updated] (KAFKA-16287) Implement example test for common rebalance callback scenarios

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-16287: -- Affects Version/s: 3.7.0 > Implement example test for common rebalance callback scenarios >

[jira] [Updated] (KAFKA-16111) Implement tests for tricky rebalance callback scenarios

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-16111: -- Priority: Major (was: Blocker) > Implement tests for tricky rebalance callback scenarios >

[jira] [Updated] (KAFKA-16287) Implement example test for common rebalance callback scenarios

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-16287: -- Description: We need to add an example test to the {{PlaintextConsumerTest}} that tests a common

[PR] KAFKA-16278 Missing license for scala related dependencies [kafka]

2024-02-20 Thread via GitHub
anton-liauchuk opened a new pull request, #15398: URL: https://github.com/apache/kafka/pull/15398 KAFKA-16278 Missing license for scala related dependencies ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage

[jira] [Created] (KAFKA-16287) Implement example test for common rebalance callback scenarios

2024-02-20 Thread Kirk True (Jira)
Kirk True created KAFKA-16287: - Summary: Implement example test for common rebalance callback scenarios Key: KAFKA-16287 URL: https://issues.apache.org/jira/browse/KAFKA-16287 Project: Kafka

[jira] [Updated] (KAFKA-16111) Implement tests for tricky rebalance callback scenarios

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-16111: -- Summary: Implement tests for tricky rebalance callback scenarios (was: Implement example test for

[jira] [Updated] (KAFKA-16111) Implement example test for tricky rebalance callback scenarios

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-16111: -- Summary: Implement example test for tricky rebalance callback scenarios (was: Implement tests for

[jira] [Updated] (KAFKA-16111) Implement tests for tricky rebalance callback scenarios

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-16111: -- Summary: Implement tests for tricky rebalance callback scenarios (was: Implement tests for rebalance

[jira] [Updated] (KAFKA-16111) Implement tests for rebalance callback scenarios

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-16111: -- Summary: Implement tests for rebalance callback scenarios (was: Implement tests for tricky rebalance

[jira] [Updated] (KAFKA-16285) Make group metadata available when a new assignment is set in async Kafka consumer

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-16285: -- Priority: Critical (was: Major) > Make group metadata available when a new assignment is set in

[jira] [Updated] (KAFKA-16258) Stale member should trigger onPartitionsLost when leaving group

2024-02-20 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-16258: -- Priority: Critical (was: Major) > Stale member should trigger onPartitionsLost when leaving group >

  1   2   3   >