[GitHub] [kafka] mjsax commented on pull request #13143: KAFKA-14491: [3/N] Add logical key value segments

2023-01-26 Thread via GitHub
mjsax commented on PR #13143: URL: https://github.com/apache/kafka/pull/13143#issuecomment-1405948413 Checkstyle error: ``` > Task :streams:checkstyleTest [2023-01-26T23:03:19.137Z] [ant:checkstyle] [ERROR]

[GitHub] [kafka] mjsax commented on pull request #13142: KAFKA-14491: [2/N] Refactor RocksDB store open iterator management

2023-01-26 Thread via GitHub
mjsax commented on PR #13142: URL: https://github.com/apache/kafka/pull/13142#issuecomment-1405947882 Checkstyle error: ``` > Task :streams:checkstyleTest [2023-01-26T22:45:54.179Z] [ant:checkstyle] [ERROR]

[GitHub] [kafka] vcrfxia commented on pull request #13143: KAFKA-14491: [3/N] Add logical key value segments

2023-01-26 Thread via GitHub
vcrfxia commented on PR #13143: URL: https://github.com/apache/kafka/pull/13143#issuecomment-1405780466 Thanks. Needed to update the test for the latest changes which now set `isOpen = true` always. Fixed now. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [kafka] vcrfxia commented on pull request #13142: KAFKA-14491: [2/N] Refactor RocksDB store open iterator management

2023-01-26 Thread via GitHub
vcrfxia commented on PR #13142: URL: https://github.com/apache/kafka/pull/13142#issuecomment-1405766435 Thanks @mjsax , fixed now. Wasn't sure whether it'd be better to add a dummy close callback just for the single test or for all tests (even the ones which do not call close(), and

[jira] [Commented] (KAFKA-14565) Interceptor Resource Leak

2023-01-26 Thread Terry Beard (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17681123#comment-17681123 ] Terry Beard commented on KAFKA-14565: - [~ChrisEgerton] I created the PR  h1. Kafka 14565:

[GitHub] [kafka] beardt opened a new pull request, #13168: Kafka 14565: Interceptor Resource Leak

2023-01-26 Thread via GitHub
beardt opened a new pull request, #13168: URL: https://github.com/apache/kafka/pull/13168 Added try/catch within Abstract::getConfigInstances to enable clean up any available instances (interceptors in this case) resources. ### Committer Checklist (excluded from commit message) -

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

2023-01-26 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: Summary: Interceptor Resource Leakage (was: Fix Interceptor Resource Leakage) > Interceptor

[jira] [Updated] (KAFKA-14565) Interceptor Resource Leak

2023-01-26 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: Summary: Interceptor Resource Leak (was: Interceptor Resource Leakage) > Interceptor Resource

[jira] [Comment Edited] (KAFKA-14139) Replaced disk can lead to loss of committed data even with non-empty ISR

2023-01-26 Thread Alexandre Dupriez (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17681096#comment-17681096 ] Alexandre Dupriez edited comment on KAFKA-14139 at 1/26/23 7:36 PM:

[jira] [Comment Edited] (KAFKA-14139) Replaced disk can lead to loss of committed data even with non-empty ISR

2023-01-26 Thread Alexandre Dupriez (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17681096#comment-17681096 ] Alexandre Dupriez edited comment on KAFKA-14139 at 1/26/23 7:35 PM:

[jira] [Commented] (KAFKA-14139) Replaced disk can lead to loss of committed data even with non-empty ISR

2023-01-26 Thread Alexandre Dupriez (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17681096#comment-17681096 ] Alexandre Dupriez commented on KAFKA-14139: --- Started to look at this JIRA. Please let me know

[jira] [Assigned] (KAFKA-14139) Replaced disk can lead to loss of committed data even with non-empty ISR

2023-01-26 Thread Alexandre Dupriez (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexandre Dupriez reassigned KAFKA-14139: - Assignee: Alexandre Dupriez > Replaced disk can lead to loss of committed data

[GitHub] [kafka] mimaison merged pull request #13131: KAFKA-14628: Move CommandLineUtils and CommandDefaultOptions shared classes

2023-01-26 Thread via GitHub
mimaison merged PR #13131: URL: https://github.com/apache/kafka/pull/13131 -- 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] big-andy-coates commented on pull request #7414: MINOR: Fixed a division by 0 scenario

2023-01-26 Thread via GitHub
big-andy-coates commented on PR #7414: URL: https://github.com/apache/kafka/pull/7414#issuecomment-1405439947 FYI, this is probably being fixed because of this:

[jira] [Updated] (KAFKA-14623) OAuth's HttpAccessTokenRetriever potentially leaks secrets in logging

2023-01-26 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True updated KAFKA-14623: -- Fix Version/s: 3.4.1 3.3.3 > OAuth's HttpAccessTokenRetriever potentially leaks

[GitHub] [kafka] vamossagar12 commented on pull request #13095: KAFKA-14580: Moving EndToEndLatency from core to tools module

2023-01-26 Thread via GitHub
vamossagar12 commented on PR #13095: URL: https://github.com/apache/kafka/pull/13095#issuecomment-1405382219 > Sorry for the delay. Thanks for the PR, I left a few minor suggestions. No problem! I addressed the comments. Thanks for the review. -- This is an automated message from

[GitHub] [kafka] vamossagar12 commented on a diff in pull request #13095: KAFKA-14580: Moving EndToEndLatency from core to tools module

2023-01-26 Thread via GitHub
vamossagar12 commented on code in PR #13095: URL: https://github.com/apache/kafka/pull/13095#discussion_r1088168895 ## tools/src/main/java/org/apache/kafka/tools/EndToEndLatency.java: ## @@ -0,0 +1,225 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [kafka] vamossagar12 commented on a diff in pull request #13095: KAFKA-14580: Moving EndToEndLatency from core to tools module

2023-01-26 Thread via GitHub
vamossagar12 commented on code in PR #13095: URL: https://github.com/apache/kafka/pull/13095#discussion_r1088161412 ## tools/src/main/java/org/apache/kafka/tools/EndToEndLatency.java: ## @@ -0,0 +1,225 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [kafka] guozhangwang commented on pull request #12654: KAFKA-10575: Add onRestorePaused to StateRestoreListener

2023-01-26 Thread via GitHub
guozhangwang commented on PR #12654: URL: https://github.com/apache/kafka/pull/12654#issuecomment-1405370976 This PR is now ready for review @cadonna @lucasbru -- 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] [Commented] (KAFKA-13882) Dockerfile for previewing website

2023-01-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17681058#comment-17681058 ] ASF GitHub Bot commented on KAFKA-13882: mimaison commented on PR #410: URL:

[GitHub] [kafka] mimaison commented on a diff in pull request #13095: KAFKA-14580: Moving EndToEndLatency from core to tools module

2023-01-26 Thread via GitHub
mimaison commented on code in PR #13095: URL: https://github.com/apache/kafka/pull/13095#discussion_r1088121137 ## tools/src/main/java/org/apache/kafka/tools/EndToEndLatency.java: ## @@ -0,0 +1,225 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more +

[GitHub] [kafka] rondagostino commented on a diff in pull request #13116: KAFKA-14351: Controller Mutation Quota for KRaft

2023-01-26 Thread via GitHub
rondagostino commented on code in PR #13116: URL: https://github.com/apache/kafka/pull/13116#discussion_r1088113461 ## core/src/main/scala/kafka/server/ControllerApis.scala: ## @@ -392,14 +394,36 @@ class ControllerApis(val requestChannel: RequestChannel, val

[GitHub] [kafka] viktorsomogyi commented on a diff in pull request #13137: KAFKA-15086: Intra-cluster communication for Mirror Maker 2

2023-01-26 Thread via GitHub
viktorsomogyi commented on code in PR #13137: URL: https://github.com/apache/kafka/pull/13137#discussion_r1087986328 ## connect/mirror/src/main/java/org/apache/kafka/connect/mirror/MirrorMaker.java: ## @@ -119,7 +126,16 @@ public class MirrorMaker { public

[jira] [Created] (KAFKA-14656) Brokers rejecting LISR during ZK migration

2023-01-26 Thread David Arthur (Jira)
David Arthur created KAFKA-14656: Summary: Brokers rejecting LISR during ZK migration Key: KAFKA-14656 URL: https://issues.apache.org/jira/browse/KAFKA-14656 Project: Kafka Issue Type: Bug

[jira] [Commented] (KAFKA-14525) Move CLI tools from `core` to `tools` module

2023-01-26 Thread Omnia Ibrahim (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17681022#comment-17681022 ] Omnia Ibrahim commented on KAFKA-14525: --- [~fvaleri] I had a look into the PR, I think Mickael and 

[GitHub] [kafka] vamossagar12 commented on a diff in pull request #13158: KAFKA-14647: Moving TopicFilter to server-common/utils

2023-01-26 Thread via GitHub
vamossagar12 commented on code in PR #13158: URL: https://github.com/apache/kafka/pull/13158#discussion_r1087838897 ## server-common/src/main/java/org/apache/kafka/server/util/TopicFilter.java: ## @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [kafka] vamossagar12 commented on a diff in pull request #13158: KAFKA-14647: Moving TopicFilter to server-common/utils

2023-01-26 Thread via GitHub
vamossagar12 commented on code in PR #13158: URL: https://github.com/apache/kafka/pull/13158#discussion_r1087826981 ## server-common/src/test/java/org/apache/kafka/server/util/TopicFilterTest.java: ## @@ -0,0 +1,50 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [kafka] lucasbru commented on a diff in pull request #13164: MINOR: Fix scaladoc warnings

2023-01-26 Thread via GitHub
lucasbru commented on code in PR #13164: URL: https://github.com/apache/kafka/pull/13164#discussion_r1087656183 ## streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/kstream/Consumed.scala: ## @@ -43,7 +43,7 @@ object Consumed { ConsumedJ.`with`(keySerde,

[GitHub] [kafka] rajinisivaram merged pull request #13166: KAFKA-14623: OAuth's HttpAccessTokenRetriever potentially leaks secrets in logging

2023-01-26 Thread via GitHub
rajinisivaram merged PR #13166: URL: https://github.com/apache/kafka/pull/13166 -- 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 #13143: KAFKA-14491: [3/N] Add logical key value segments

2023-01-26 Thread via GitHub
mjsax commented on PR #13143: URL: https://github.com/apache/kafka/pull/13143#issuecomment-1404747240 Seems some of you newly added tests fail. Can you have 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

[GitHub] [kafka] mjsax commented on pull request #13142: KAFKA-14491: [2/N] Refactor RocksDB store open iterator management

2023-01-26 Thread via GitHub
mjsax commented on PR #13142: URL: https://github.com/apache/kafka/pull/13142#issuecomment-1404744058 There is a test failure -- seems you need to update `shouldCloseIterator()` test and set a callback via `onClose()`? -- This is an automated message from the Apache Git Service. To

[jira] [Created] (KAFKA-14655) Case-insensitive header key operations in Java client

2023-01-26 Thread Romain Quinio (Jira)
Romain Quinio created KAFKA-14655: - Summary: Case-insensitive header key operations in Java client Key: KAFKA-14655 URL: https://issues.apache.org/jira/browse/KAFKA-14655 Project: Kafka

[GitHub] [kafka] fvaleri commented on a diff in pull request #13158: KAFKA-14647: Moving TopicFilter to server-common/utils

2023-01-26 Thread via GitHub
fvaleri commented on code in PR #13158: URL: https://github.com/apache/kafka/pull/13158#discussion_r1087551664 ## server-common/src/main/java/org/apache/kafka/server/util/TopicFilter.java: ## @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [kafka] fvaleri commented on a diff in pull request #13158: KAFKA-14647: Moving TopicFilter to server-common/utils

2023-01-26 Thread via GitHub
fvaleri commented on code in PR #13158: URL: https://github.com/apache/kafka/pull/13158#discussion_r1087550486 ## server-common/src/main/java/org/apache/kafka/server/util/TopicFilter.java: ## @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [kafka] fvaleri commented on a diff in pull request #13158: KAFKA-14647: Moving TopicFilter to server-common/utils

2023-01-26 Thread via GitHub
fvaleri commented on code in PR #13158: URL: https://github.com/apache/kafka/pull/13158#discussion_r1087550486 ## server-common/src/main/java/org/apache/kafka/server/util/TopicFilter.java: ## @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [kafka] fvaleri commented on a diff in pull request #13158: KAFKA-14647: Moving TopicFilter to server-common/utils

2023-01-26 Thread via GitHub
fvaleri commented on code in PR #13158: URL: https://github.com/apache/kafka/pull/13158#discussion_r1087550310 ## server-common/src/main/java/org/apache/kafka/server/util/TopicFilter.java: ## @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [kafka] vamossagar12 commented on pull request #13158: KAFKA-14647: Moving TopicFilter to server-common/utils

2023-01-26 Thread via GitHub
vamossagar12 commented on PR #13158: URL: https://github.com/apache/kafka/pull/13158#issuecomment-1404671786 > TopicPartitionFilter @fvaleri , sorry about the build failures. I hadn't run the checkstyle for core on my local before pushing. I will work on the TopicPartitionFilter

[GitHub] [kafka] vamossagar12 commented on a diff in pull request #13158: KAFKA-14647: Moving TopicFilter to server-common/utils

2023-01-26 Thread via GitHub
vamossagar12 commented on code in PR #13158: URL: https://github.com/apache/kafka/pull/13158#discussion_r1087521793 ## server-common/src/main/java/org/apache/kafka/server/util/TopicFilter.java: ## @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [kafka] vamossagar12 commented on a diff in pull request #13158: KAFKA-14647: Moving TopicFilter to server-common/utils

2023-01-26 Thread via GitHub
vamossagar12 commented on code in PR #13158: URL: https://github.com/apache/kafka/pull/13158#discussion_r1087521073 ## server-common/src/main/java/org/apache/kafka/server/util/TopicFilter.java: ## @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under