[GitHub] [kafka] cmccabe merged pull request #11606: MINOR: Add shutdown tests for KRaft

2022-01-25 Thread GitBox
cmccabe merged pull request #11606: URL: https://github.com/apache/kafka/pull/11606 -- 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] [Resolved] (KAFKA-13585) Fix `kafka.server.ReplicaManagerTest.testReplicaAlterLogDirsWithAndWithoutIds` flaky test

2022-01-25 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-13585. - Fix Version/s: 3.2.0 3.1.1 Reviewer: Jason Gustafson

[GitHub] [kafka] dajac merged pull request #11665: KAFKA-13585; Fix flaky test `ReplicaManagerTest.testReplicaAlterLogDirsWithAndWithoutIds`

2022-01-25 Thread GitBox
dajac merged pull request #11665: URL: https://github.com/apache/kafka/pull/11665 -- 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-13617) Enhance delete-expired-group-metadata logging

2022-01-25 Thread joecqupt (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17482231#comment-17482231 ] joecqupt commented on KAFKA-13617: -- there has a trace log show those infos.  

[GitHub] [kafka] vvcephei commented on pull request #11682: KAFKA-13524: Add IQv2 query handling to the caching layer

2022-01-25 Thread GitBox
vvcephei commented on pull request #11682: URL: https://github.com/apache/kafka/pull/11682#issuecomment-1021786440 Turned out that the new test I added on trunk was incompatible with the `StoreQueryUtils.handleBasicQueries`. I fixed it and went ahead and added that default impl to

[GitHub] [kafka] splett2 commented on pull request #11714: KAFKA-13614: Don't apply leader replication quota to consumer fetches

2022-01-25 Thread GitBox
splett2 commented on pull request #11714: URL: https://github.com/apache/kafka/pull/11714#issuecomment-1021766294 @dajac do you mind reviewing? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [kafka] splett2 opened a new pull request #11714: KAFKA-13614: Don't apply leader replication quota to consumer fetches

2022-01-25 Thread GitBox
splett2 opened a new pull request #11714: URL: https://github.com/apache/kafka/pull/11714 ### What In the fetch path, we check `shouldLeaderThrottle` regardless of whether the read is coming from a consumer or follower broker. This results in replication quota being applied to consumer

[jira] [Updated] (KAFKA-10309) KafkaProducer's sendOffsetsToTransaction should not block infinitively

2022-01-25 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-10309: Fix Version/s: 2.7.0 > KafkaProducer's sendOffsetsToTransaction should not block

[GitHub] [kafka] vvcephei commented on pull request #11682: KAFKA-13524: Add IQv2 query handling to the caching layer

2022-01-25 Thread GitBox
vvcephei commented on pull request #11682: URL: https://github.com/apache/kafka/pull/11682#issuecomment-1021720193 Oy, it looks like there's a compile error after that conflict resolution. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [kafka] vvcephei commented on a change in pull request #11682: KAFKA-13524: Add IQv2 query handling to the caching layer

2022-01-25 Thread GitBox
vvcephei commented on a change in pull request #11682: URL: https://github.com/apache/kafka/pull/11682#discussion_r792216685 ## File path: streams/src/main/java/org/apache/kafka/streams/state/internals/InMemoryTimeOrderedKeyValueBuffer.java ## @@ -238,13 +243,22 @@ private

[GitHub] [kafka] vvcephei commented on pull request #11682: KAFKA-13524: Add IQv2 query handling to the caching layer

2022-01-25 Thread GitBox
vvcephei commented on pull request #11682: URL: https://github.com/apache/kafka/pull/11682#issuecomment-1021685037 Huh, I just used the GH UI to fix some merge conflicts, and it looks like it chose to merge trunk into this branch :/ -- This is an automated message from the Apache Git

[GitHub] [kafka] cwtrex edited a comment on pull request #7965: KAFKA-9436: New Kafka Connect SMT for plainText => Struct(or Map)

2022-01-25 Thread GitBox
cwtrex edited a comment on pull request #7965: URL: https://github.com/apache/kafka/pull/7965#issuecomment-1021635467 > > suggest using grok patterns > > I knew I'd seen this somewhere before, but finally found it again > >

[GitHub] [kafka] cwtrex commented on pull request #7965: KAFKA-9436: New Kafka Connect SMT for plainText => Struct(or Map)

2022-01-25 Thread GitBox
cwtrex commented on pull request #7965: URL: https://github.com/apache/kafka/pull/7965#issuecomment-1021635467 > > suggest using grok patterns > > I knew I'd seen this somewhere before, but finally found it again > >

[jira] [Comment Edited] (KAFKA-13612) internal topics won't be created in metadataRequest when auto.create.topics.enable=false

2022-01-25 Thread Dominic Evans (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17482115#comment-17482115 ] Dominic Evans edited comment on KAFKA-13612 at 1/25/22, 9:26 PM: -

[jira] [Comment Edited] (KAFKA-13612) internal topics won't be created in metadataRequest when auto.create.topics.enable=false

2022-01-25 Thread Dominic Evans (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17482115#comment-17482115 ] Dominic Evans edited comment on KAFKA-13612 at 1/25/22, 9:25 PM: -

[jira] [Commented] (KAFKA-13612) internal topics won't be created in metadataRequest when auto.create.topics.enable=false

2022-01-25 Thread Dominic Evans (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17482115#comment-17482115 ] Dominic Evans commented on KAFKA-13612: --- [~hachikuji] I have no affiliation with Burrow, but I can

[GitHub] [kafka] wcarlson5 closed pull request #11675: KAFKA-12648: POC for committing tasks on error

2022-01-25 Thread GitBox
wcarlson5 closed pull request #11675: URL: https://github.com/apache/kafka/pull/11675 -- 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-13600) Rebalances while streams is in degraded state can cause stores to be reassigned and restore from scratch

2022-01-25 Thread Tim Patterson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17482079#comment-17482079 ] Tim Patterson commented on KAFKA-13600: --- Thanks [~cadonna] I'm not sure I have the perfect

[GitHub] [kafka] vvcephei commented on pull request #11713: MINOR: Fix bug of empty position in windowed and session stores

2022-01-25 Thread GitBox
vvcephei commented on pull request #11713: URL: https://github.com/apache/kafka/pull/11713#issuecomment-1021547852 Test failures were unrelated: ``` Build / JDK 8 and Scala 2.12 / kafka.api.PlaintextAdminIntegrationTest.testReplicaCanFetchFromLogStartOffsetAfterDeleteRecords()

[GitHub] [kafka] vvcephei merged pull request #11713: MINOR: Fix bug of empty position in windowed and session stores

2022-01-25 Thread GitBox
vvcephei merged pull request #11713: URL: https://github.com/apache/kafka/pull/11713 -- 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:

[GitHub] [kafka] vvcephei merged pull request #11702: MINOR: fix NPE in iqv2

2022-01-25 Thread GitBox
vvcephei merged pull request #11702: URL: https://github.com/apache/kafka/pull/11702 -- 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:

[GitHub] [kafka] vvcephei commented on pull request #11702: MINOR: fix NPE in iqv2

2022-01-25 Thread GitBox
vvcephei commented on pull request #11702: URL: https://github.com/apache/kafka/pull/11702#issuecomment-1021525012 Unrelated failures: ``` Build / JDK 11 and Scala 2.13 / kafka.admin.LeaderElectionCommandTest.[1] Type=Raft, Name=testAllTopicPartition, Security=PLAINTEXT

[GitHub] [kafka] C0urante commented on pull request #11508: KAFKA-9279: Fail producer transactions for asynchronously-reported, synchronously-encountered ApiExceptions

2022-01-25 Thread GitBox
C0urante commented on pull request #11508: URL: https://github.com/apache/kafka/pull/11508#issuecomment-1021504481 Thanks @mimaison, appreciate it! This should make KIP-618 a little easier to implement (see the note [here](https://github.com/apache/kafka/pull/10907#discussion_r786314621)

[GitHub] [kafka] C0urante commented on a change in pull request #11508: KAFKA-9279: Fail producer transactions for asynchronously-reported, synchronously-encountered ApiExceptions

2022-01-25 Thread GitBox
C0urante commented on a change in pull request #11508: URL: https://github.com/apache/kafka/pull/11508#discussion_r792021213 ## File path: clients/src/test/java/org/apache/kafka/clients/producer/KafkaProducerTest.java ## @@ -1019,6 +1022,149 @@ public void

[GitHub] [kafka] ableegoldman merged pull request #11686: KAFKA-12648: invoke exception handler for MissingSourceTopicException with named topologies

2022-01-25 Thread GitBox
ableegoldman merged pull request #11686: URL: https://github.com/apache/kafka/pull/11686 -- 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:

[GitHub] [kafka] ableegoldman commented on pull request #11686: KAFKA-12648: invoke exception handler for MissingSourceTopicException with named topologies

2022-01-25 Thread GitBox
ableegoldman commented on pull request #11686: URL: https://github.com/apache/kafka/pull/11686#issuecomment-1021490937 Test failures are unrelated, merging to trunk 拾 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[jira] [Comment Edited] (KAFKA-13612) internal topics won't be created in metadataRequest when auto.create.topics.enable=false

2022-01-25 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17482006#comment-17482006 ] Jason Gustafson edited comment on KAFKA-13612 at 1/25/22, 5:59 PM: --- I

[jira] [Commented] (KAFKA-13612) internal topics won't be created in metadataRequest when auto.create.topics.enable=false

2022-01-25 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17482006#comment-17482006 ] Jason Gustafson commented on KAFKA-13612: - I think there is a higher level question here which

[GitHub] [kafka] mimaison commented on a change in pull request #11508: KAFKA-9279: Fail producer transactions for asynchronously-reported, synchronously-encountered ApiExceptions

2022-01-25 Thread GitBox
mimaison commented on a change in pull request #11508: URL: https://github.com/apache/kafka/pull/11508#discussion_r791977277 ## File path: clients/src/test/java/org/apache/kafka/clients/producer/KafkaProducerTest.java ## @@ -1019,6 +1022,149 @@ public void

[jira] [Comment Edited] (KAFKA-12879) Compatibility break in Admin.listOffsets()

2022-01-25 Thread Randall Hauch (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17481998#comment-17481998 ] Randall Hauch edited comment on KAFKA-12879 at 1/25/22, 5:52 PM: - The

[jira] [Commented] (KAFKA-12879) Compatibility break in Admin.listOffsets()

2022-01-25 Thread Randall Hauch (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17481998#comment-17481998 ] Randall Hauch commented on KAFKA-12879: --- The original intent of

[jira] [Commented] (KAFKA-13612) internal topics won't be created in metadataRequest when auto.create.topics.enable=false

2022-01-25 Thread Colin McCabe (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17481995#comment-17481995 ] Colin McCabe commented on KAFKA-13612: -- At the end of the day, __consumer_offsets isn't an API. If

[GitHub] [kafka] yyang48 commented on a change in pull request #11390: [KAFKA-13369] Follower fetch protocol changes for tiered storage.

2022-01-25 Thread GitBox
yyang48 commented on a change in pull request #11390: URL: https://github.com/apache/kafka/pull/11390#discussion_r791968984 ## File path: clients/src/main/java/org/apache/kafka/common/record/RemoteLogInputStream.java ## @@ -0,0 +1,75 @@ +/* + * Licensed to the Apache Software

[GitHub] [kafka] mimaison commented on pull request #7898: KAFKA-9366: Change log4j dependency into log4j2

2022-01-25 Thread GitBox
mimaison commented on pull request #7898: URL: https://github.com/apache/kafka/pull/7898#issuecomment-1021440975 @dongjinleekr Thanks for your work. I hope to start reviewing the log4j2 PRs later this week. Do you recommend starting with this one or with

[GitHub] [kafka] yyang48 commented on a change in pull request #11390: [KAFKA-13369] Follower fetch protocol changes for tiered storage.

2022-01-25 Thread GitBox
yyang48 commented on a change in pull request #11390: URL: https://github.com/apache/kafka/pull/11390#discussion_r791957579 ## File path: clients/src/main/java/org/apache/kafka/common/record/RemoteLogInputStream.java ## @@ -0,0 +1,75 @@ +/* + * Licensed to the Apache Software

[GitHub] [kafka] mjsax commented on a change in pull request #11584: MINOR: improve logging

2022-01-25 Thread GitBox
mjsax commented on a change in pull request #11584: URL: https://github.com/apache/kafka/pull/11584#discussion_r791955444 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java ## @@ -1516,4 +1527,20 @@ RebalanceProtocol

[GitHub] [kafka] vpapavas commented on a change in pull request #11682: KAFKA-13524: Add IQv2 query handling to the caching layer

2022-01-25 Thread GitBox
vpapavas commented on a change in pull request #11682: URL: https://github.com/apache/kafka/pull/11682#discussion_r791953273 ## File path: streams/src/main/java/org/apache/kafka/streams/state/internals/ChangeLoggingKeyValueBytesStore.java ## @@ -145,4 +145,9 @@ public void

[GitHub] [kafka] yyang48 commented on a change in pull request #11390: [KAFKA-13369] Follower fetch protocol changes for tiered storage.

2022-01-25 Thread GitBox
yyang48 commented on a change in pull request #11390: URL: https://github.com/apache/kafka/pull/11390#discussion_r791952565 ## File path: clients/src/main/java/org/apache/kafka/common/record/RemoteLogInputStream.java ## @@ -0,0 +1,75 @@ +/* + * Licensed to the Apache Software

[GitHub] [kafka] vpapavas opened a new pull request #11713: fix: Fix bug of empty position in windowed and session stores

2022-01-25 Thread GitBox
vpapavas opened a new pull request #11713: URL: https://github.com/apache/kafka/pull/11713 Fix the bug where the Metered window and session stores are returning an empty position although the query result contains the correct position. Also added checks in the store integration test

[GitHub] [kafka] wcarlson5 commented on a change in pull request #11712: WIP: Put failed tasks to end of processing list

2022-01-25 Thread GitBox
wcarlson5 commented on a change in pull request #11712: URL: https://github.com/apache/kafka/pull/11712#discussion_r791937041 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/Tasks.java ## @@ -270,6 +278,23 @@ Task task(final TaskId taskId) {

[GitHub] [kafka] cadonna opened a new pull request #11712: WIP: Put failed tasks to end of processing list

2022-01-25 Thread GitBox
cadonna opened a new pull request #11712: URL: https://github.com/apache/kafka/pull/11712 *More detailed description of your change, if necessary. The PR title and PR message become the squashed commit message, so use a separate comment to ping reviewers.* *Summary of

[GitHub] [kafka] mimaison commented on a change in pull request #11691: KAFKA-13598: enable idempotence producer by default and validate the configs

2022-01-25 Thread GitBox
mimaison commented on a change in pull request #11691: URL: https://github.com/apache/kafka/pull/11691#discussion_r791845179 ## File path: clients/src/main/java/org/apache/kafka/common/config/AbstractConfig.java ## @@ -226,6 +227,11 @@ public Password getPassword(String key)

[GitHub] [kafka] mjsax commented on a change in pull request #11455: KAFKA-13423: GlobalThread should not log ERROR on clean shutdown

2022-01-25 Thread GitBox
mjsax commented on a change in pull request #11455: URL: https://github.com/apache/kafka/pull/11455#discussion_r791323385 ## File path: streams/src/test/java/org/apache/kafka/streams/integration/GlobalKTableIntegrationTest.java ## @@ -176,7 +177,9 @@ public void

[GitHub] [kafka] guozhangwang commented on pull request #11686: KAFKA-12648: invoke exception handler for MissingSourceTopicException with named topologies

2022-01-25 Thread GitBox
guozhangwang commented on pull request #11686: URL: https://github.com/apache/kafka/pull/11686#issuecomment-1020665875 Made a final pass on the latest commits. LGTM! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [kafka] dajac merged pull request #11708: MINOR: Upgrade netty to 4.1.73.Final (3.0 branch)

2022-01-25 Thread GitBox
dajac merged pull request #11708: URL: https://github.com/apache/kafka/pull/11708 -- 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:

[GitHub] [kafka] ableegoldman commented on pull request #11609: KAFKA-12648: fixes for query APIs with named topologies

2022-01-25 Thread GitBox
ableegoldman commented on pull request #11609: URL: https://github.com/apache/kafka/pull/11609#issuecomment-1021195931 test failures are unrelated, ready to merge -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [kafka] dengziming commented on pull request #10500: MINOR: Move envelop body request serialize code to RequestContext

2022-01-25 Thread GitBox
dengziming commented on pull request #10500: URL: https://github.com/apache/kafka/pull/10500#issuecomment-1020820360 ping @abbccdda @hachikuji to have a look when you are free. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [kafka] guozhangwang commented on a change in pull request #11609: KAFKA-12648: fixes for query APIs with named topologies

2022-01-25 Thread GitBox
guozhangwang commented on a change in pull request #11609: URL: https://github.com/apache/kafka/pull/11609#discussion_r791262134 ## File path: streams/src/test/java/org/apache/kafka/streams/integration/NamedTopologyIntegrationTest.java ## @@ -635,6 +710,19 @@ public void

[GitHub] [kafka] vvcephei commented on a change in pull request #11676: KAFKA-13605: checkpoint position in state stores

2022-01-25 Thread GitBox
vvcephei commented on a change in pull request #11676: URL: https://github.com/apache/kafka/pull/11676#discussion_r791343342 ## File path: streams/src/test/java/org/apache/kafka/streams/integration/PositionCheckpointIntegrationTest.java ## @@ -0,0 +1,777 @@ +/* + * Licensed

[GitHub] [kafka] mimaison commented on pull request #11642: MINOR: Improve Connect docs

2022-01-25 Thread GitBox
mimaison commented on pull request #11642: URL: https://github.com/apache/kafka/pull/11642#issuecomment-1021099300 @dajac can you take a look? Thanks -- 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

[GitHub] [kafka] ccding closed pull request #11709: MINOR: fix testDescribeUnderMinIsrPartitionsMixed

2022-01-25 Thread GitBox
ccding closed pull request #11709: URL: https://github.com/apache/kafka/pull/11709 -- 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:

[GitHub] [kafka] mjsax commented on a change in pull request #11584: MINOR: improve logging

2022-01-25 Thread GitBox
mjsax commented on a change in pull request #11584: URL: https://github.com/apache/kafka/pull/11584#discussion_r791429259 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java ## @@ -1516,4 +1527,20 @@ RebalanceProtocol

[GitHub] [kafka] ableegoldman commented on a change in pull request #11609: KAFKA-12648: fixes for query APIs with named topologies

2022-01-25 Thread GitBox
ableegoldman commented on a change in pull request #11609: URL: https://github.com/apache/kafka/pull/11609#discussion_r791115535 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java ## @@ -1140,6 +1140,11 @@ private void

[GitHub] [kafka] vvcephei commented on pull request #11702: MINOR: fix NPE in iqv2

2022-01-25 Thread GitBox
vvcephei commented on pull request #11702: URL: https://github.com/apache/kafka/pull/11702#issuecomment-1020723191 Test failures were unrelated: ``` Build / JDK 11 and Scala 2.13 / integration.kafka.server.FetchRequestBetweenDifferentIbpTest.testControllerOldToNewIBP()

[GitHub] [kafka] showuon commented on a change in pull request #11584: MINOR: improve logging

2022-01-25 Thread GitBox
showuon commented on a change in pull request #11584: URL: https://github.com/apache/kafka/pull/11584#discussion_r791569474 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java ## @@ -1516,4 +1527,20 @@ RebalanceProtocol

[GitHub] [kafka] sayantanu-dey commented on pull request #11703: KAFKA-13588: consolidate `changelogFor` methods to simplify the generation of internal topic names

2022-01-25 Thread GitBox
sayantanu-dey commented on pull request #11703: URL: https://github.com/apache/kafka/pull/11703#issuecomment-1020797877 > One meta comment regarding consolidating the functions: we have `getPrefix` in multiple classes (and thanks @sayantanu-dey your PRs remove some already), but there are

[GitHub] [kafka] jsancio commented on a change in pull request #11711: MINOR: handle appending to configuration values that are empty better

2022-01-25 Thread GitBox
jsancio commented on a change in pull request #11711: URL: https://github.com/apache/kafka/pull/11711#discussion_r791893829 ## File path: core/src/main/scala/kafka/server/ConfigAdminManager.scala ## @@ -515,4 +512,16 @@ object ConfigAdminManager { } } } + + def

[GitHub] [kafka] dajac commented on pull request #11701: MINOR: Add 3.0 and 3.1 to broker and client compatibility tests

2022-01-25 Thread GitBox
dajac commented on pull request #11701: URL: https://github.com/apache/kafka/pull/11701#issuecomment-1020351046 There are failures in the system tests but they are not related to this change. All the tests changed in this PR have passed.

[GitHub] [kafka] cmccabe commented on pull request #11710: MINOR: MiniTrogdorCluster mutates objects from other threads

2022-01-25 Thread GitBox
cmccabe commented on pull request #11710: URL: https://github.com/apache/kafka/pull/11710#issuecomment-1020677668 It would be nice to redo this without the volatiles, but for now, LGTM. Thanks, @lbradstreet . -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [kafka] ableegoldman merged pull request #11704: KAFKA-13590: rename InternalTopologyBuilder#topicGroups

2022-01-25 Thread GitBox
ableegoldman merged pull request #11704: URL: https://github.com/apache/kafka/pull/11704 -- 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:

[GitHub] [kafka] dengziming commented on pull request #10830: KAFKA-12902: Add unit32 type in generator

2022-01-25 Thread GitBox
dengziming commented on pull request #10830: URL: https://github.com/apache/kafka/pull/10830#issuecomment-1020819384 ping @cmccabe -- 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

[GitHub] [kafka] mjsax commented on a change in pull request #11675: KAFKA-12648: POC for committing tasks on error

2022-01-25 Thread GitBox
mjsax commented on a change in pull request #11675: URL: https://github.com/apache/kafka/pull/11675#discussion_r79115 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java ## @@ -1321,11 +1322,22 @@ int process(final int

[GitHub] [kafka] guozhangwang commented on pull request #11609: KAFKA-12648: fixes for query APIs with named topologies

2022-01-25 Thread GitBox
guozhangwang commented on pull request #11609: URL: https://github.com/apache/kafka/pull/11609#issuecomment-1020690230 LGTM! Jenkins failed on compilation (checkstyle). Please feel free to merge after addressing the nit comments and green build. -- This is an automated message from the

[GitHub] [kafka] showuon commented on pull request #11242: [WIP] MINOR: POC for KIP-591: Add config to set default store impl class

2022-01-25 Thread GitBox
showuon commented on pull request #11242: URL: https://github.com/apache/kafka/pull/11242#issuecomment-1020885807 PR for the implementation: https://github.com/apache/kafka/pull/11705 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [kafka] dajac merged pull request #11701: MINOR: Add 3.0 and 3.1 to broker and client compatibility tests

2022-01-25 Thread GitBox
dajac merged pull request #11701: URL: https://github.com/apache/kafka/pull/11701 -- 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:

[GitHub] [kafka] ableegoldman merged pull request #11609: KAFKA-12648: fixes for query APIs with named topologies

2022-01-25 Thread GitBox
ableegoldman merged pull request #11609: URL: https://github.com/apache/kafka/pull/11609 -- 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:

[GitHub] [kafka] mjsax commented on pull request #11584: MINOR: improve logging

2022-01-25 Thread GitBox
mjsax commented on pull request #11584: URL: https://github.com/apache/kafka/pull/11584#issuecomment-1020784877 Finally updated this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [kafka] mattwong949 commented on a change in pull request #11694: MINOR: deleteHorizonMs update to documentation and DumpLogSegments tool

2022-01-25 Thread GitBox
mattwong949 commented on a change in pull request #11694: URL: https://github.com/apache/kafka/pull/11694#discussion_r791420348 ## File path: clients/src/main/java/org/apache/kafka/common/record/DefaultRecordBatch.java ## @@ -82,9 +82,9 @@ * are retained only until either a

[GitHub] [kafka] dajac commented on pull request #11708: MINOR: Upgrade netty to 4.1.73.Final (3.0 branch)

2022-01-25 Thread GitBox
dajac commented on pull request #11708: URL: https://github.com/apache/kafka/pull/11708#issuecomment-1020369488 @omkreddy This is the cherry-pick for https://github.com/apache/kafka/pull/11706 for 3.0. The cherry-pick was not clean. Could you take a look please? -- This is an automated

[GitHub] [kafka] satishd commented on a change in pull request #11390: [KAFKA-13369] Follower fetch protocol changes for tiered storage.

2022-01-25 Thread GitBox
satishd commented on a change in pull request #11390: URL: https://github.com/apache/kafka/pull/11390#discussion_r791322611 ## File path: core/src/main/scala/kafka/server/AbstractFetcherThread.scala ## @@ -715,6 +727,58 @@ abstract class AbstractFetcherThread(name: String,

[GitHub] [kafka] mimaison commented on pull request #11695: KAFKA-13595: Allow producing records with null fields in ConsoleProducer

2022-01-25 Thread GitBox
mimaison commented on pull request #11695: URL: https://github.com/apache/kafka/pull/11695#issuecomment-1021050143 @tombentley @vvcephei @mjsax As you voted on the KIP, can you take a look? Thanks -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [kafka] kowshik commented on a change in pull request #11345: KAFKA-13603: Allow the empty active segment to have missing offset index during recovery

2022-01-25 Thread GitBox
kowshik commented on a change in pull request #11345: URL: https://github.com/apache/kafka/pull/11345#discussion_r791176937 ## File path: core/src/main/scala/kafka/log/UnifiedLog.scala ## @@ -1498,28 +1498,48 @@ class UnifiedLog(@volatile var logStartOffset: Long,

[GitHub] [kafka] showuon closed pull request #11242: [WIP] MINOR: POC for KIP-591: Add config to set default store impl class

2022-01-25 Thread GitBox
showuon closed pull request #11242: URL: https://github.com/apache/kafka/pull/11242 -- 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:

[GitHub] [kafka] patrickstuedi commented on a change in pull request #11676: KAFKA-13605: checkpoint position in state stores

2022-01-25 Thread GitBox
patrickstuedi commented on a change in pull request #11676: URL: https://github.com/apache/kafka/pull/11676#discussion_r791157542 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/ProcessorContext.java ## @@ -85,8 +85,23 @@ * @throws

[GitHub] [kafka] ableegoldman commented on pull request #11702: MINOR: fix NPE in iqv2

2022-01-25 Thread GitBox
ableegoldman commented on pull request #11702: URL: https://github.com/apache/kafka/pull/11702#issuecomment-1020816735 compiler error, fyi thanks for the fix though! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [kafka] ccding commented on pull request #11709: MINOR: fix testDescribeUnderMinIsrPartitionsMixed

2022-01-25 Thread GitBox
ccding commented on pull request #11709: URL: https://github.com/apache/kafka/pull/11709#issuecomment-1020679187 Dropping this. Lucas will bring more fixes together. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [kafka] dengziming commented on pull request #11677: KAFKA-13410 Add KRaft metadata.version for KIP-778

2022-01-25 Thread GitBox
dengziming commented on pull request #11677: URL: https://github.com/apache/kafka/pull/11677#issuecomment-1020850019 I have some questions concerning the `VersionRange` entity. In zk-related classes we use FinalizedVersionRange and SupportedVersionRange whereas in kraft-related code we

[GitHub] [kafka] jsancio commented on a change in pull request #11711: MINOR: handle appending to configuration values that are empty better

2022-01-25 Thread GitBox
jsancio commented on a change in pull request #11711: URL: https://github.com/apache/kafka/pull/11711#discussion_r791893829 ## File path: core/src/main/scala/kafka/server/ConfigAdminManager.scala ## @@ -515,4 +512,16 @@ object ConfigAdminManager { } } } + + def

[GitHub] [kafka] dajac merged pull request #11701: MINOR: Add 3.0 and 3.1 to broker and client compatibility tests

2022-01-25 Thread GitBox
dajac merged pull request #11701: URL: https://github.com/apache/kafka/pull/11701 -- 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] [Created] (KAFKA-13617) Enhance delete-expired-group-metadata logging

2022-01-25 Thread Nicolas Guyomar (Jira)
Nicolas Guyomar created KAFKA-13617: --- Summary: Enhance delete-expired-group-metadata logging Key: KAFKA-13617 URL: https://issues.apache.org/jira/browse/KAFKA-13617 Project: Kafka Issue

[jira] [Created] (KAFKA-13616) Log4j 1.X CVE-2022-23302/5/7 vulnerabilities

2022-01-25 Thread Dominique Mongelli (Jira)
Dominique Mongelli created KAFKA-13616: -- Summary: Log4j 1.X CVE-2022-23302/5/7 vulnerabilities Key: KAFKA-13616 URL: https://issues.apache.org/jira/browse/KAFKA-13616 Project: Kafka

[GitHub] [kafka] ableegoldman merged pull request #11609: KAFKA-12648: fixes for query APIs with named topologies

2022-01-25 Thread GitBox
ableegoldman merged pull request #11609: URL: https://github.com/apache/kafka/pull/11609 -- 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:

[GitHub] [kafka] ableegoldman commented on pull request #11609: KAFKA-12648: fixes for query APIs with named topologies

2022-01-25 Thread GitBox
ableegoldman commented on pull request #11609: URL: https://github.com/apache/kafka/pull/11609#issuecomment-1021195931 test failures are unrelated, ready to merge -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [kafka] mimaison commented on pull request #11642: MINOR: Improve Connect docs

2022-01-25 Thread GitBox
mimaison commented on pull request #11642: URL: https://github.com/apache/kafka/pull/11642#issuecomment-1021099300 @dajac can you take a look? Thanks -- 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

[jira] [Commented] (KAFKA-13406) Cooperative sticky assignor got stuck due to assignment validation failed

2022-01-25 Thread Tomaz Muraus (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17481754#comment-17481754 ] Tomaz Muraus commented on KAFKA-13406: -- First thank you for fixing this bug.   I see that v3.1.0

[GitHub] [kafka] mimaison commented on pull request #11695: KAFKA-13595: Allow producing records with null fields in ConsoleProducer

2022-01-25 Thread GitBox
mimaison commented on pull request #11695: URL: https://github.com/apache/kafka/pull/11695#issuecomment-1021050143 @tombentley @vvcephei @mjsax As you voted on the KIP, can you take a look? Thanks -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [kafka] showuon commented on a change in pull request #11584: MINOR: improve logging

2022-01-25 Thread GitBox
showuon commented on a change in pull request #11584: URL: https://github.com/apache/kafka/pull/11584#discussion_r791569474 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java ## @@ -1516,4 +1527,20 @@ RebalanceProtocol

[jira] [Commented] (KAFKA-13334) ERROR Failed to clean up log for __consumer_offsets

2022-01-25 Thread Maksim Zinal (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17481628#comment-17481628 ] Maksim Zinal commented on KAFKA-13334: -- Duplicating my comment from KAFKA-2170 here. I've created

[GitHub] [kafka] dajac merged pull request #11708: MINOR: Upgrade netty to 4.1.73.Final (3.0 branch)

2022-01-25 Thread GitBox
dajac merged pull request #11708: URL: https://github.com/apache/kafka/pull/11708 -- 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: