[GitHub] [kafka] satishd commented on a diff in pull request #13043: KAFKA-14558: Move LastRecord, TxnMetadata, BatchMetadata, ProducerStateEntry, and ProducerAppendInfo to the storage module

2023-01-05 Thread GitBox
satishd commented on code in PR #13043: URL: https://github.com/apache/kafka/pull/13043#discussion_r1063066837 ## storage/src/main/java/org/apache/kafka/server/log/internals/TxnMetadata.java: ## @@ -0,0 +1,70 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [kafka] satishd commented on a diff in pull request #13043: KAFKA-14558: Move LastRecord, TxnMetadata, BatchMetadata, ProducerStateEntry, and ProducerAppendInfo to the storage module

2023-01-05 Thread GitBox
satishd commented on code in PR #13043: URL: https://github.com/apache/kafka/pull/13043#discussion_r1063066837 ## storage/src/main/java/org/apache/kafka/server/log/internals/TxnMetadata.java: ## @@ -0,0 +1,70 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [kafka] ijuma commented on a diff in pull request #13043: KAFKA-14558: Move LastRecord, TxnMetadata, BatchMetadata, ProducerStateEntry, and ProducerAppendInfo to the storage module

2023-01-05 Thread GitBox
ijuma commented on code in PR #13043: URL: https://github.com/apache/kafka/pull/13043#discussion_r1063147960 ## storage/src/main/java/org/apache/kafka/server/log/internals/ProducerAppendInfo.java: ## @@ -0,0 +1,238 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [kafka] satishd commented on a diff in pull request #13043: KAFKA-14558: Move LastRecord, TxnMetadata, BatchMetadata, ProducerStateEntry, and ProducerAppendInfo to the storage module

2023-01-05 Thread GitBox
satishd commented on code in PR #13043: URL: https://github.com/apache/kafka/pull/13043#discussion_r1063066837 ## storage/src/main/java/org/apache/kafka/server/log/internals/TxnMetadata.java: ## @@ -0,0 +1,70 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [kafka] satishd commented on a diff in pull request #13043: KAFKA-14558: Move LastRecord, TxnMetadata, BatchMetadata, ProducerStateEntry, and ProducerAppendInfo to the storage module

2023-01-05 Thread GitBox
satishd commented on code in PR #13043: URL: https://github.com/apache/kafka/pull/13043#discussion_r1063072191 ## storage/src/main/java/org/apache/kafka/server/log/internals/ProducerAppendInfo.java: ## @@ -0,0 +1,238 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [kafka] satishd commented on a diff in pull request #13043: KAFKA-14558: Move LastRecord, TxnMetadata, BatchMetadata, ProducerStateEntry, and ProducerAppendInfo to the storage module

2023-01-05 Thread GitBox
satishd commented on code in PR #13043: URL: https://github.com/apache/kafka/pull/13043#discussion_r1063071578 ## storage/src/main/java/org/apache/kafka/server/log/internals/ProducerAppendInfo.java: ## @@ -0,0 +1,238 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [kafka] satishd commented on a diff in pull request #13043: KAFKA-14558: Move LastRecord, TxnMetadata, BatchMetadata, ProducerStateEntry, and ProducerAppendInfo to the storage module

2023-01-05 Thread GitBox
satishd commented on code in PR #13043: URL: https://github.com/apache/kafka/pull/13043#discussion_r1063070497 ## storage/src/main/java/org/apache/kafka/server/log/internals/ProducerStateEntry.java: ## @@ -0,0 +1,143 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [kafka] satishd commented on a diff in pull request #13043: KAFKA-14558: Move LastRecord, TxnMetadata, BatchMetadata, ProducerStateEntry, and ProducerAppendInfo to the storage module

2023-01-05 Thread GitBox
satishd commented on code in PR #13043: URL: https://github.com/apache/kafka/pull/13043#discussion_r1063068193 ## storage/src/main/java/org/apache/kafka/server/log/internals/ProducerStateEntry.java: ## @@ -0,0 +1,143 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [kafka] satishd commented on a diff in pull request #13043: KAFKA-14558: Move LastRecord, TxnMetadata, BatchMetadata, ProducerStateEntry, and ProducerAppendInfo to the storage module

2023-01-05 Thread GitBox
satishd commented on code in PR #13043: URL: https://github.com/apache/kafka/pull/13043#discussion_r1063067653 ## storage/src/main/java/org/apache/kafka/server/log/internals/LastRecord.java: ## @@ -0,0 +1,60 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [kafka] satishd commented on a diff in pull request #13043: KAFKA-14558: Move LastRecord, TxnMetadata, BatchMetadata, ProducerStateEntry, and ProducerAppendInfo to the storage module

2023-01-05 Thread GitBox
satishd commented on code in PR #13043: URL: https://github.com/apache/kafka/pull/13043#discussion_r1063067362 ## core/src/test/scala/unit/kafka/log/LogSegmentTest.scala: ## @@ -354,9 +356,10 @@ class LogSegmentTest { // recover again, but this time assuming the

[GitHub] [kafka] satishd commented on a diff in pull request #13043: KAFKA-14558: Move LastRecord, TxnMetadata, BatchMetadata, ProducerStateEntry, and ProducerAppendInfo to the storage module

2023-01-05 Thread GitBox
satishd commented on code in PR #13043: URL: https://github.com/apache/kafka/pull/13043#discussion_r1063066837 ## storage/src/main/java/org/apache/kafka/server/log/internals/TxnMetadata.java: ## @@ -0,0 +1,70 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [kafka] showuon commented on pull request #13083: MINOR: bump year in NOTICE

2023-01-05 Thread GitBox
showuon commented on PR #13083: URL: https://github.com/apache/kafka/pull/13083#issuecomment-1373098778 Happy new year! :) -- 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.

[GitHub] [kafka] ijuma commented on a diff in pull request #13075: KAFKA-9087 Replace log high watermark by future log high watermark wh…

2023-01-05 Thread GitBox
ijuma commented on code in PR #13075: URL: https://github.com/apache/kafka/pull/13075#discussion_r1063058965 ## core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala: ## @@ -205,6 +205,61 @@ class ReplicaManagerTest {

[jira] [Commented] (KAFKA-14465) java.lang.NumberFormatException: For input string: "index"

2023-01-05 Thread jianbin.chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655220#comment-17655220 ] jianbin.chen commented on KAFKA-14465: -- Can you help me with this question? >

[GitHub] [kafka] ableegoldman merged pull request #13083: MINOR: bump year in NOTICE

2023-01-05 Thread GitBox
ableegoldman merged PR #13083: URL: https://github.com/apache/kafka/pull/13083 -- 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 opened a new pull request, #13083: MINOR: bump year in NOTICE

2023-01-05 Thread GitBox
ableegoldman opened a new pull request, #13083: URL: https://github.com/apache/kafka/pull/13083 It's 2023 now y'all -- 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

[GitHub] [kafka] ableegoldman closed pull request #7824: MINOR: flush only the evicted dirty entry

2023-01-05 Thread GitBox
ableegoldman closed pull request #7824: MINOR: flush only the evicted dirty entry URL: https://github.com/apache/kafka/pull/7824 -- 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

[jira] [Assigned] (KAFKA-14565) Improving Interceptor Resource Leakage Prevention

2023-01-05 Thread Terry Beard (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Terry Beard reassigned KAFKA-14565: --- Assignee: Terry Beard > Improving Interceptor Resource Leakage Prevention >

[jira] [Updated] (KAFKA-14565) Improving Interceptor Resource Leakage Prevention

2023-01-05 Thread Terry Beard (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Terry Beard updated KAFKA-14565: Fix Version/s: 3.5.0 > Improving Interceptor Resource Leakage Prevention >

[GitHub] [kafka] jolshan commented on a diff in pull request #13075: KAFKA-9087 Replace log high watermark by future log high watermark wh…

2023-01-05 Thread GitBox
jolshan commented on code in PR #13075: URL: https://github.com/apache/kafka/pull/13075#discussion_r1063013207 ## core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala: ## @@ -205,6 +205,61 @@ class ReplicaManagerTest {

[GitHub] [kafka] jolshan commented on a diff in pull request #13075: KAFKA-9087 Replace log high watermark by future log high watermark wh…

2023-01-05 Thread GitBox
jolshan commented on code in PR #13075: URL: https://github.com/apache/kafka/pull/13075#discussion_r1063013207 ## core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala: ## @@ -205,6 +205,61 @@ class ReplicaManagerTest {

[GitHub] [kafka] jolshan commented on a diff in pull request #13075: KAFKA-9087 Replace log high watermark by future log high watermark wh…

2023-01-05 Thread GitBox
jolshan commented on code in PR #13075: URL: https://github.com/apache/kafka/pull/13075#discussion_r1063012777 ## core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala: ## @@ -205,6 +205,61 @@ class ReplicaManagerTest {

[GitHub] [kafka] junrao commented on a diff in pull request #13046: KAFKA-14551 Move LeaderEpochFileCache and its dependencies to the storage module.

2023-01-05 Thread GitBox
junrao commented on code in PR #13046: URL: https://github.com/apache/kafka/pull/13046#discussion_r1063005106 ## core/src/test/scala/unit/kafka/server/epoch/LeaderEpochFileCacheTest.scala: ## @@ -243,282 +245,287 @@ class LeaderEpochFileCacheTest { //Given val cache

[GitHub] [kafka] chia7712 commented on a diff in pull request #13075: KAFKA-9087 Replace log high watermark by future log high watermark wh…

2023-01-05 Thread GitBox
chia7712 commented on code in PR #13075: URL: https://github.com/apache/kafka/pull/13075#discussion_r1063007860 ## core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala: ## @@ -205,6 +205,61 @@ class ReplicaManagerTest {

[GitHub] [kafka] littlehorse-eng commented on a diff in pull request #13082: MINOR: Clarify docs for Streams config max.warmup.replicas.

2023-01-05 Thread GitBox
littlehorse-eng commented on code in PR #13082: URL: https://github.com/apache/kafka/pull/13082#discussion_r1062979323 ## docs/streams/developer-guide/config-streams.html: ## @@ -778,10 +778,21 @@ rack.aware.assignment.tagsmax.warmup.replicas -

[GitHub] [kafka] littlehorse-eng opened a new pull request, #13082: MINOR: Clarify docs for Streams config max.warmup.replicas.

2023-01-05 Thread GitBox
littlehorse-eng opened a new pull request, #13082: URL: https://github.com/apache/kafka/pull/13082 Documentation only—Minor clarification on how max.warmup.replicas works; specifically, that one "warmup replica" corresponds to a Task that is restoring its state. Also clarifies how

[GitHub] [kafka] chia7712 commented on pull request #13075: KAFKA-9087 Replace log high watermark by future log high watermark wh…

2023-01-05 Thread GitBox
chia7712 commented on PR #13075: URL: https://github.com/apache/kafka/pull/13075#issuecomment-1372912104 > is this because the log's highwatermark is lower or higher than the futureLog's? higher, and thanks to @junrao for the great explanation. -- This is an automated

[GitHub] [kafka] vladimirdyuzhev commented on pull request #13081: Re-using callbackHandler for refreshing Kerberos TGT when keytab is not used

2023-01-05 Thread GitBox
vladimirdyuzhev commented on PR #13081: URL: https://github.com/apache/kafka/pull/13081#issuecomment-1372892329 Some tests are failed, but apparently it has nothing to do with Kerberos: ``` testSendNonCompressedMessageWithCreateTime(String) >

[jira] [Commented] (KAFKA-9087) ReplicaAlterLogDirs stuck and restart fails with java.lang.IllegalStateException: Offset mismatch for the future replica

2023-01-05 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655155#comment-17655155 ] Chia-Ping Tsai commented on KAFKA-9087: --- [~junrao] Please take a look at

[jira] [Commented] (KAFKA-9087) ReplicaAlterLogDirs stuck and restart fails with java.lang.IllegalStateException: Offset mismatch for the future replica

2023-01-05 Thread Jun Rao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655153#comment-17655153 ] Jun Rao commented on KAFKA-9087: [~chia7712] : Thanks for the explanation. Great find! I agree that this

[GitHub] [kafka] jolshan commented on pull request #13075: KAFKA-9087 Replace log high watermark by future log high watermark wh…

2023-01-05 Thread GitBox
jolshan commented on PR #13075: URL: https://github.com/apache/kafka/pull/13075#issuecomment-1372876700 So the error occurs when the fetch offset is not the futureLog's log end offset. Just curious -- is this because the log's highwatermark is lower or higher than the futureLog's?

[GitHub] [kafka] jsancio commented on pull request #13077: KAFKA-14279; Add 3.3.x streams system tests

2023-01-05 Thread GitBox
jsancio commented on PR #13077: URL: https://github.com/apache/kafka/pull/13077#issuecomment-1372724189 Same failure again:

[GitHub] [kafka] mjsax commented on a diff in pull request #13077: KAFKA-14279; Add 3.3.x streams system tests

2023-01-05 Thread GitBox
mjsax commented on code in PR #13077: URL: https://github.com/apache/kafka/pull/13077#discussion_r1062838773 ## streams/upgrade-system-tests-33/src/test/java/org/apache/kafka/streams/tests/StreamsUpgradeTest.java: ## @@ -0,0 +1,121 @@ +/* + * Licensed to the Apache Software

[GitHub] [kafka] jsancio merged pull request #13076: KAFKA-14279; Add 3.3.x to core compatibility tests

2023-01-05 Thread GitBox
jsancio merged PR #13076: URL: https://github.com/apache/kafka/pull/13076 -- 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] vladimirdyuzhev opened a new pull request, #13081: Re-using callbackHandler for refreshing Kerberos TGT when keytab is not used

2023-01-05 Thread GitBox
vladimirdyuzhev opened a new pull request, #13081: URL: https://github.com/apache/kafka/pull/13081 When keytab file is not used, and the necessary configuration data are provided by the SASL callback handler, the Kerberos TGT renewal fails because the code is not re-using the configured

[GitHub] [kafka] philipnee commented on a diff in pull request #13021: KAFKA-14468: Implement CommitRequestManager to manage the commit and autocommit requests

2023-01-05 Thread GitBox
philipnee commented on code in PR #13021: URL: https://github.com/apache/kafka/pull/13021#discussion_r1062809110 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/CommitRequestManager.java: ## @@ -0,0 +1,273 @@ +/* + * Licensed to the Apache Software

[GitHub] [kafka] junrao commented on a diff in pull request #13049: KAFKA-14478: Move LogConfig/CleanerConfig and related to storage module

2023-01-05 Thread GitBox
junrao commented on code in PR #13049: URL: https://github.com/apache/kafka/pull/13049#discussion_r1062797781 ## server-common/src/main/java/org/apache/kafka/server/config/ServerTopicConfigSynonyms.java: ## @@ -0,0 +1,140 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] [kafka] jsancio commented on pull request #13077: KAFKA-14545; Add 3.3.x streams system tests

2023-01-05 Thread GitBox
jsancio commented on PR #13077: URL: https://github.com/apache/kafka/pull/13077#issuecomment-1372590378 Here are the system test results:

[GitHub] [kafka] jsancio commented on pull request #13076: KAFKA-14279; Add 3.3.x to core compatibility tests

2023-01-05 Thread GitBox
jsancio commented on PR #13076: URL: https://github.com/apache/kafka/pull/13076#issuecomment-1372586923 Thanks for the review @ijuma. Here are the results:

[jira] [Updated] (KAFKA-14597) [Streams] record-e2e-latency-max is not reporting correct metrics

2023-01-05 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-14597: Component/s: metrics streams > [Streams] record-e2e-latency-max is not

[jira] [Updated] (KAFKA-14597) [Streams] record-e2e-latency-max is not reporting correct metrics

2023-01-05 Thread Atul Jain (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Jain updated KAFKA-14597: -- Description: I was following this KIP documentation

[jira] [Created] (KAFKA-14597) [Streams] record-e2e-latency-max is not reporting correct metrics

2023-01-05 Thread Atul Jain (Jira)
Atul Jain created KAFKA-14597: - Summary: [Streams] record-e2e-latency-max is not reporting correct metrics Key: KAFKA-14597 URL: https://issues.apache.org/jira/browse/KAFKA-14597 Project: Kafka

[GitHub] [kafka] gharris1727 commented on a diff in pull request #12984: KAFKA-14455: Kafka Connect create and update REST APIs should surface failures while writing to the config topic

2023-01-05 Thread GitBox
gharris1727 commented on code in PR #12984: URL: https://github.com/apache/kafka/pull/12984#discussion_r1062744806 ## connect/runtime/src/main/java/org/apache/kafka/connect/storage/KafkaConfigBackingStore.java: ## @@ -723,7 +752,11 @@ private void sendPrivileged(String key,

[GitHub] [kafka] gharris1727 commented on a diff in pull request #12984: KAFKA-14455: Kafka Connect create and update REST APIs should surface failures while writing to the config topic

2023-01-05 Thread GitBox
gharris1727 commented on code in PR #12984: URL: https://github.com/apache/kafka/pull/12984#discussion_r1062726003 ## connect/runtime/src/main/java/org/apache/kafka/connect/storage/KafkaConfigBackingStore.java: ## @@ -712,8 +733,16 @@ KafkaBasedLog

[jira] [Commented] (KAFKA-14547) Be able to run kafka KRaft Server in tests without needing to run a storage setup script

2023-01-05 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655063#comment-17655063 ] Ismael Juma commented on KAFKA-14547: - Related KIP

[jira] [Created] (KAFKA-14594) Move LogDirsCommand to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14594: -- Summary: Move LogDirsCommand to tools Key: KAFKA-14594 URL: https://issues.apache.org/jira/browse/KAFKA-14594 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14593) Move LeaderElectionCommand to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14593: -- Summary: Move LeaderElectionCommand to tools Key: KAFKA-14593 URL: https://issues.apache.org/jira/browse/KAFKA-14593 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14595) Move ReassignPartitionsCommand to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14595: -- Summary: Move ReassignPartitionsCommand to tools Key: KAFKA-14595 URL: https://issues.apache.org/jira/browse/KAFKA-14595 Project: Kafka Issue Type:

[jira] [Created] (KAFKA-14596) Move TopicCommand to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14596: -- Summary: Move TopicCommand to tools Key: KAFKA-14596 URL: https://issues.apache.org/jira/browse/KAFKA-14596 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14590) Move DelegationTokenCommand to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14590: -- Summary: Move DelegationTokenCommand to tools Key: KAFKA-14590 URL: https://issues.apache.org/jira/browse/KAFKA-14590 Project: Kafka Issue Type:

[jira] [Created] (KAFKA-14591) Move DeleteRecordsCommand to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14591: -- Summary: Move DeleteRecordsCommand to tools Key: KAFKA-14591 URL: https://issues.apache.org/jira/browse/KAFKA-14591 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14592) Move FeatureCommand to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14592: -- Summary: Move FeatureCommand to tools Key: KAFKA-14592 URL: https://issues.apache.org/jira/browse/KAFKA-14592 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14589) Move ConsumerGroupCommand to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14589: -- Summary: Move ConsumerGroupCommand to tools Key: KAFKA-14589 URL: https://issues.apache.org/jira/browse/KAFKA-14589 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14588) Move ConfigCommand to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14588: -- Summary: Move ConfigCommand to tools Key: KAFKA-14588 URL: https://issues.apache.org/jira/browse/KAFKA-14588 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14587) Move AclCommand to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14587: -- Summary: Move AclCommand to tools Key: KAFKA-14587 URL: https://issues.apache.org/jira/browse/KAFKA-14587 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14586) Move StreamsResetter to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14586: -- Summary: Move StreamsResetter to tools Key: KAFKA-14586 URL: https://issues.apache.org/jira/browse/KAFKA-14586 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14585) Move StorageTool to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14585: -- Summary: Move StorageTool to tools Key: KAFKA-14585 URL: https://issues.apache.org/jira/browse/KAFKA-14585 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14583) Move ReplicaVerificationTool to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14583: -- Summary: Move ReplicaVerificationTool to tools Key: KAFKA-14583 URL: https://issues.apache.org/jira/browse/KAFKA-14583 Project: Kafka Issue Type:

[jira] [Created] (KAFKA-14584) Move StateChangeLogMerger to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14584: -- Summary: Move StateChangeLogMerger to tools Key: KAFKA-14584 URL: https://issues.apache.org/jira/browse/KAFKA-14584 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14581) Move GetOffsetShell to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14581: -- Summary: Move GetOffsetShell to tools Key: KAFKA-14581 URL: https://issues.apache.org/jira/browse/KAFKA-14581 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14582) Move JmxTool to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14582: -- Summary: Move JmxTool to tools Key: KAFKA-14582 URL: https://issues.apache.org/jira/browse/KAFKA-14582 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14578) Move ConsumerPerformance to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14578: -- Summary: Move ConsumerPerformance to tools Key: KAFKA-14578 URL: https://issues.apache.org/jira/browse/KAFKA-14578 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14580) Move EndToEndLatency to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14580: -- Summary: Move EndToEndLatency to tools Key: KAFKA-14580 URL: https://issues.apache.org/jira/browse/KAFKA-14580 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14579) Move DumpLogSegments to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14579: -- Summary: Move DumpLogSegments to tools Key: KAFKA-14579 URL: https://issues.apache.org/jira/browse/KAFKA-14579 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14577) Move ConsoleProducer to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14577: -- Summary: Move ConsoleProducer to tools Key: KAFKA-14577 URL: https://issues.apache.org/jira/browse/KAFKA-14577 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14576) Move ConsoleConsumer to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14576: -- Summary: Move ConsoleConsumer to tools Key: KAFKA-14576 URL: https://issues.apache.org/jira/browse/KAFKA-14576 Project: Kafka Issue Type: Sub-task

[jira] [Updated] (KAFKA-14575) Move ClusterTool to tools

2023-01-05 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison updated KAFKA-14575: --- Summary: Move ClusterTool to tools (was: Move ClusterTool) > Move ClusterTool to tools >

[GitHub] [kafka] mimaison opened a new pull request, #13080: KAFKA-14575: Move ClusterTool to tools module

2023-01-05 Thread GitBox
mimaison opened a new pull request, #13080: URL: https://github.com/apache/kafka/pull/13080 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including

[GitHub] [kafka] cmccabe commented on a diff in pull request #12998: KAFKA-14493: Introduce Zk to KRaft migration state machine STUBs in KRaft controller.

2023-01-05 Thread GitBox
cmccabe commented on code in PR #12998: URL: https://github.com/apache/kafka/pull/12998#discussion_r1062646329 ## metadata/src/main/java/org/apache/kafka/controller/MigrationControlManager.java: ## @@ -0,0 +1,38 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [kafka] cmccabe commented on a diff in pull request #12998: KAFKA-14493: Introduce Zk to KRaft migration state machine STUBs in KRaft controller.

2023-01-05 Thread GitBox
cmccabe commented on code in PR #12998: URL: https://github.com/apache/kafka/pull/12998#discussion_r1062645398 ## metadata/src/main/java/org/apache/kafka/metadata/migration/BrokersRpcClient.java: ## @@ -0,0 +1,37 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [kafka] cmccabe commented on a diff in pull request #12998: KAFKA-14493: Introduce Zk to KRaft migration state machine STUBs in KRaft controller.

2023-01-05 Thread GitBox
cmccabe commented on code in PR #12998: URL: https://github.com/apache/kafka/pull/12998#discussion_r1062640868 ## core/src/main/scala/kafka/server/KafkaServer.scala: ## @@ -348,7 +345,7 @@ class KafkaServer( time = time, metrics = metrics,

[GitHub] [kafka] ijuma commented on a diff in pull request #13043: KAFKA-14558: Move LastRecord, TxnMetadata, BatchMetadata, ProducerStateEntry, and ProducerAppendInfo to the storage module

2023-01-05 Thread GitBox
ijuma commented on code in PR #13043: URL: https://github.com/apache/kafka/pull/13043#discussion_r1062635407 ## storage/src/main/java/org/apache/kafka/server/log/internals/ProducerStateEntry.java: ## @@ -0,0 +1,149 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [kafka] cmccabe commented on a diff in pull request #12998: KAFKA-14493: Introduce Zk to KRaft migration state machine STUBs in KRaft controller.

2023-01-05 Thread GitBox
cmccabe commented on code in PR #12998: URL: https://github.com/apache/kafka/pull/12998#discussion_r1062634566 ## core/src/main/scala/kafka/server/BrokerLifecycleManager.scala: ## @@ -292,7 +292,7 @@ class BrokerLifecycleManager( } val data = new

[GitHub] [kafka] cmccabe commented on a diff in pull request #12998: KAFKA-14493: Introduce Zk to KRaft migration state machine STUBs in KRaft controller.

2023-01-05 Thread GitBox
cmccabe commented on code in PR #12998: URL: https://github.com/apache/kafka/pull/12998#discussion_r1062634160 ## core/src/main/scala/kafka/server/BrokerLifecycleManager.scala: ## @@ -55,7 +55,7 @@ class BrokerLifecycleManager( val config: KafkaConfig, val time: Time,

[jira] [Created] (KAFKA-14575) Move ClusterTool

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14575: -- Summary: Move ClusterTool Key: KAFKA-14575 URL: https://issues.apache.org/jira/browse/KAFKA-14575 Project: Kafka Issue Type: Sub-task

[GitHub] [kafka] cmccabe commented on a diff in pull request #12998: KAFKA-14493: Introduce Zk to KRaft migration state machine STUBs in KRaft controller.

2023-01-05 Thread GitBox
cmccabe commented on code in PR #12998: URL: https://github.com/apache/kafka/pull/12998#discussion_r1062628793 ## core/src/main/scala/kafka/server/BrokerEpochManager.scala: ## @@ -0,0 +1,52 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [kafka] cmccabe commented on a diff in pull request #12998: KAFKA-14493: Introduce Zk to KRaft migration state machine STUBs in KRaft controller.

2023-01-05 Thread GitBox
cmccabe commented on code in PR #12998: URL: https://github.com/apache/kafka/pull/12998#discussion_r1062627093 ## clients/src/main/resources/common/message/BrokerRegistrationRequest.json: ## @@ -51,7 +51,7 @@ }, { "name": "Rack", "type": "string", "versions": "0+",

[GitHub] [kafka] calmera commented on a diff in pull request #12742: KAFKA-10892: Shared Readonly State Stores ( revisited )

2023-01-05 Thread GitBox
calmera commented on code in PR #12742: URL: https://github.com/apache/kafka/pull/12742#discussion_r1062611257 ## docs/streams/developer-guide/processor-api.html: ## @@ -396,6 +397,21 @@ + +ReadOnly

[GitHub] [kafka] calmera commented on a diff in pull request #12742: KAFKA-10892: Shared Readonly State Stores ( revisited )

2023-01-05 Thread GitBox
calmera commented on code in PR #12742: URL: https://github.com/apache/kafka/pull/12742#discussion_r1062606439 ## streams/src/main/java/org/apache/kafka/streams/Topology.java: ## @@ -737,6 +737,91 @@ public synchronized Topology addStateStore(final StoreBuilder storeBuilder,

[jira] [Assigned] (KAFKA-14565) Improving Interceptor Resource Leakage Prevention

2023-01-05 Thread Terry Beard (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Terry Beard reassigned KAFKA-14565: --- Assignee: (was: Terry Beard) > Improving Interceptor Resource Leakage Prevention >

[jira] [Updated] (KAFKA-14565) Improving Interceptor Resource Leakage Prevention

2023-01-05 Thread Terry Beard (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Terry Beard updated KAFKA-14565: Description: The Consumer and Producer interceptor interfaces and their corresponding Kafka

[jira] [Updated] (KAFKA-14565) Improving Interceptor Resource Leakage Prevention

2023-01-05 Thread Terry Beard (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Terry Beard updated KAFKA-14565: Description: The Consumer and Producer interceptor interfaces and their corresponding Kafka

[jira] [Updated] (KAFKA-14565) Improving Interceptor Resource Leakage Prevention

2023-01-05 Thread Terry Beard (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Terry Beard updated KAFKA-14565: Description: The Consumer and Producer interceptor interfaces and their corresponding Kafka

[jira] [Updated] (KAFKA-14565) Improving Interceptor Resource Leakage Prevention

2023-01-05 Thread Terry Beard (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Terry Beard updated KAFKA-14565: Description: The Consumer and Producer interceptor interfaces and their corresponding Kafka

[jira] [Updated] (KAFKA-14565) Improving Interceptor Resource Leakage Prevention

2023-01-05 Thread Terry Beard (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Terry Beard updated KAFKA-14565: Description: The Consumer and Producer interceptor interfaces and their corresponding Kafka

[jira] [Updated] (KAFKA-14565) Improving Interceptor Resource Leakage Prevention

2023-01-05 Thread Terry Beard (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Terry Beard updated KAFKA-14565: Description: The Consumer and Producer interceptor interfaces and their corresponding Kafka

[jira] [Updated] (KAFKA-14566) Add A No Implementation Default Open Method To Consumer and Producer Interceptor Interfaces

2023-01-05 Thread Terry Beard (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Terry Beard updated KAFKA-14566: Description: (was: h2. PROBLEM The Consumer and Producer interceptor interfaces and their

[GitHub] [kafka] divijvaidya commented on a diff in pull request #13078: KAFKA-13999: Add ProducerCount metrics (KIP-847)

2023-01-05 Thread GitBox
divijvaidya commented on code in PR #13078: URL: https://github.com/apache/kafka/pull/13078#discussion_r1062290508 ## core/src/main/scala/kafka/log/UnifiedLog.scala: ## @@ -576,6 +576,13 @@ class UnifiedLog(@volatile var logStartOffset: Long, } }, period =