[GitHub] [kafka] akatona84 commented on a diff in pull request #12392: KAFKA-14053: Transactional producer should bump the epoch and skip ab…

2022-07-18 Thread GitBox
akatona84 commented on code in PR #12392: URL: https://github.com/apache/kafka/pull/12392#discussion_r923072806 ## clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionManager.java: ## @@ -728,18 +779,11 @@ synchronized void maybeResolveSequences() {

[jira] [Commented] (KAFKA-2170) 10 LogTest cases failed for file.renameTo failed under windows

2022-07-18 Thread Martin Pelak (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-2170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17567871#comment-17567871 ] Martin Pelak commented on KAFKA-2170: - Hi, I have created [a pull request|https://git

[jira] [Commented] (KAFKA-1194) The kafka broker cannot delete the old log files after the configured time

2022-07-18 Thread Martin Pelak (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17567880#comment-17567880 ] Martin Pelak commented on KAFKA-1194: - Hi, I have created [a pull request|https://git

[GitHub] [kafka] dengziming commented on pull request #12274: KAFKA-13959: Controller should unfence Broker with busy metadata log

2022-07-18 Thread GitBox
dengziming commented on PR #12274: URL: https://github.com/apache/kafka/pull/12274#issuecomment-1186984525 > How about the controller unfence the broker when the broker's high-watermark This is a good idea, however, the offset of each registration record is a soft state(not persist t

[jira] [Commented] (KAFKA-13217) Reconsider skipping the LeaveGroup on close() or add an overload that does so

2022-07-18 Thread Bruno Cadonna (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17567906#comment-17567906 ] Bruno Cadonna commented on KAFKA-13217: --- [~mjsax] and [~jhughes] may have some con

[GitHub] [kafka] dengziming commented on a diff in pull request #12414: KAFKA-14073 Logging the reason for Snapshot

2022-07-18 Thread GitBox
dengziming commented on code in PR #12414: URL: https://github.com/apache/kafka/pull/12414#discussion_r923157385 ## core/src/main/scala/kafka/server/metadata/BrokerMetadataListener.scala: ## @@ -128,7 +134,15 @@ class BrokerMetadataListener( } private def shouldSnapshot(

[GitHub] [kafka] mimaison commented on a diff in pull request #11478: KAFKA-13299: Accept duplicate listener on port for IPv4/IPv6

2022-07-18 Thread GitBox
mimaison commented on code in PR #11478: URL: https://github.com/apache/kafka/pull/11478#discussion_r923145340 ## core/src/main/scala/kafka/utils/CoreUtils.scala: ## @@ -252,16 +255,62 @@ object CoreUtils { listenerListToEndPoints(listeners, securityProtocolMap, true) }

[jira] [Commented] (KAFKA-13868) Website updates to satisfy Apache privacy policies

2022-07-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17567915#comment-17567915 ] ASF GitHub Bot commented on KAFKA-13868: mimaison commented on code in PR #420:

[jira] [Commented] (KAFKA-13868) Website updates to satisfy Apache privacy policies

2022-07-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17567916#comment-17567916 ] ASF GitHub Bot commented on KAFKA-13868: mimaison commented on PR #421: URL: htt

[jira] [Commented] (KAFKA-13868) Website updates to satisfy Apache privacy policies

2022-07-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17567917#comment-17567917 ] ASF GitHub Bot commented on KAFKA-13868: divijvaidya commented on PR #421: URL:

[jira] [Commented] (KAFKA-13868) Website updates to satisfy Apache privacy policies

2022-07-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17567920#comment-17567920 ] ASF GitHub Bot commented on KAFKA-13868: mimaison merged PR #422: URL: https://g

[GitHub] [kafka] viktorsomogyi opened a new pull request, #12417: KAFKA-13917: Avoid calling lookupCoordinator() in tight loop (#12180)

2022-07-18 Thread GitBox
viktorsomogyi opened a new pull request, #12417: URL: https://github.com/apache/kafka/pull/12417 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade

[GitHub] [kafka] viktorsomogyi commented on pull request #12417: KAFKA-13917: Avoid calling lookupCoordinator() in tight loop (#12180)

2022-07-18 Thread GitBox
viktorsomogyi commented on PR #12417: URL: https://github.com/apache/kafka/pull/12417#issuecomment-1187138701 @showuon thanks for merging the original PR, I created a backport to 3.2, would you please merge this too? -- This is an automated message from the Apache Git Service. To respond

[GitHub] [kafka] cadonna closed pull request #12384: KAFKA-10199: Add methods to add and remove tasks to task manager

2022-07-18 Thread GitBox
cadonna closed pull request #12384: KAFKA-10199: Add methods to add and remove tasks to task manager URL: https://github.com/apache/kafka/pull/12384 -- 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 t

[GitHub] [kafka] cadonna merged pull request #12404: MINOR: Fix QueryResult Javadocs

2022-07-18 Thread GitBox
cadonna merged PR #12404: URL: https://github.com/apache/kafka/pull/12404 -- 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-unsubscr...@kafka.apache.

[GitHub] [kafka] nicolasguyomar commented on pull request #12378: MINOR : lower Metadata info log to debug for topic ID change

2022-07-18 Thread GitBox
nicolasguyomar commented on PR #12378: URL: https://github.com/apache/kafka/pull/12378#issuecomment-1187171895 Hello @jolshan Yes you will see the log on any consumer/producer startup -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [kafka] tombentley commented on a diff in pull request #11478: KAFKA-13299: Accept duplicate listener on port for IPv4/IPv6

2022-07-18 Thread GitBox
tombentley commented on code in PR #11478: URL: https://github.com/apache/kafka/pull/11478#discussion_r923311371 ## core/src/test/scala/unit/kafka/server/KafkaConfigTest.scala: ## @@ -206,6 +206,39 @@ class KafkaConfigTest { assertBadConfigContainingMessage(props, "Each lis

[GitHub] [kafka] jsancio commented on pull request #12274: KAFKA-13959: Controller should unfence Broker with busy metadata log

2022-07-18 Thread GitBox
jsancio commented on PR #12274: URL: https://github.com/apache/kafka/pull/12274#issuecomment-1187345352 > This is a good idea, however, the offset of each registration record is a soft state(not persist to metadata log) @dengziming The offset is persistent along with the record. This

[GitHub] [kafka] pnagy-cldr commented on a diff in pull request #12392: KAFKA-14053: Transactional producer should bump the epoch and skip ab…

2022-07-18 Thread GitBox
pnagy-cldr commented on code in PR #12392: URL: https://github.com/apache/kafka/pull/12392#discussion_r923345335 ## clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionManager.java: ## @@ -168,6 +171,8 @@ private boolean isTransitionValid(State source, S

[GitHub] [kafka] mdedetrich commented on a diff in pull request #11478: KAFKA-13299: Accept duplicate listener on port for IPv4/IPv6

2022-07-18 Thread GitBox
mdedetrich commented on code in PR #11478: URL: https://github.com/apache/kafka/pull/11478#discussion_r923354559 ## core/src/test/scala/unit/kafka/server/KafkaConfigTest.scala: ## @@ -206,6 +206,39 @@ class KafkaConfigTest { assertBadConfigContainingMessage(props, "Each lis

[GitHub] [kafka] mdedetrich commented on a diff in pull request #11478: KAFKA-13299: Accept duplicate listener on port for IPv4/IPv6

2022-07-18 Thread GitBox
mdedetrich commented on code in PR #11478: URL: https://github.com/apache/kafka/pull/11478#discussion_r923359025 ## core/src/test/scala/unit/kafka/server/KafkaConfigTest.scala: ## @@ -206,6 +206,39 @@ class KafkaConfigTest { assertBadConfigContainingMessage(props, "Each lis

[GitHub] [kafka] mdedetrich commented on a diff in pull request #11478: KAFKA-13299: Accept duplicate listener on port for IPv4/IPv6

2022-07-18 Thread GitBox
mdedetrich commented on code in PR #11478: URL: https://github.com/apache/kafka/pull/11478#discussion_r923361588 ## core/src/main/scala/kafka/utils/CoreUtils.scala: ## @@ -252,16 +255,62 @@ object CoreUtils { listenerListToEndPoints(listeners, securityProtocolMap, true)

[GitHub] [kafka] mdedetrich commented on pull request #11478: KAFKA-13299: Accept duplicate listener on port for IPv4/IPv6

2022-07-18 Thread GitBox
mdedetrich commented on PR #11478: URL: https://github.com/apache/kafka/pull/11478#issuecomment-1187401803 @tombentley @mimaison I have gone through each of the review comments and submitted the requested changes and marked them as resolved, only one comment is still outstanding. -- This

[GitHub] [kafka] mdedetrich commented on a diff in pull request #11478: KAFKA-13299: Accept duplicate listener on port for IPv4/IPv6

2022-07-18 Thread GitBox
mdedetrich commented on code in PR #11478: URL: https://github.com/apache/kafka/pull/11478#discussion_r923366063 ## core/src/main/scala/kafka/utils/CoreUtils.scala: ## @@ -252,16 +255,62 @@ object CoreUtils { listenerListToEndPoints(listeners, securityProtocolMap, true)

[GitHub] [kafka] cadonna commented on a diff in pull request #12386: KAFKA-10199: Add PAUSE in task updater

2022-07-18 Thread GitBox
cadonna commented on code in PR #12386: URL: https://github.com/apache/kafka/pull/12386#discussion_r923282700 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/DefaultStateUpdater.java: ## @@ -267,8 +276,31 @@ private void removeTask(final TaskId taskId) {

[jira] [Commented] (KAFKA-13868) Website updates to satisfy Apache privacy policies

2022-07-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568025#comment-17568025 ] ASF GitHub Bot commented on KAFKA-13868: mimaison commented on PR #421: URL: htt

[GitHub] [kafka] tombentley commented on a diff in pull request #11478: KAFKA-13299: Accept duplicate listener on port for IPv4/IPv6

2022-07-18 Thread GitBox
tombentley commented on code in PR #11478: URL: https://github.com/apache/kafka/pull/11478#discussion_r923431888 ## core/src/test/scala/unit/kafka/server/KafkaConfigTest.scala: ## @@ -206,6 +206,39 @@ class KafkaConfigTest { assertBadConfigContainingMessage(props, "Each lis

[jira] [Commented] (KAFKA-13868) Website updates to satisfy Apache privacy policies

2022-07-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568026#comment-17568026 ] ASF GitHub Bot commented on KAFKA-13868: mimaison commented on code in PR #421:

[jira] [Commented] (KAFKA-13868) Website updates to satisfy Apache privacy policies

2022-07-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568029#comment-17568029 ] ASF GitHub Bot commented on KAFKA-13868: tombentley commented on code in PR #421

[GitHub] [kafka] cadonna commented on a diff in pull request #12386: KAFKA-10199: Add PAUSE in state updater

2022-07-18 Thread GitBox
cadonna commented on code in PR #12386: URL: https://github.com/apache/kafka/pull/12386#discussion_r923463164 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/DefaultStateUpdater.java: ## @@ -520,6 +568,8 @@ private Stream getStreamOfTasks() {

[jira] [Commented] (KAFKA-13868) Website updates to satisfy Apache privacy policies

2022-07-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568046#comment-17568046 ] ASF GitHub Bot commented on KAFKA-13868: divijvaidya commented on code in PR #42

[GitHub] [kafka] urbandan commented on a diff in pull request #12392: KAFKA-14053: Transactional producer should bump the epoch and skip ab…

2022-07-18 Thread GitBox
urbandan commented on code in PR #12392: URL: https://github.com/apache/kafka/pull/12392#discussion_r923482851 ## clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionManager.java: ## @@ -241,12 +246,39 @@ synchronized TransactionalRequestResult initiali

[GitHub] [kafka] tombentley commented on a diff in pull request #11478: KAFKA-13299: Accept duplicate listener on port for IPv4/IPv6

2022-07-18 Thread GitBox
tombentley commented on code in PR #11478: URL: https://github.com/apache/kafka/pull/11478#discussion_r923484438 ## core/src/main/scala/kafka/utils/CoreUtils.scala: ## @@ -252,16 +255,62 @@ object CoreUtils { listenerListToEndPoints(listeners, securityProtocolMap, true)

[GitHub] [kafka] aiquestion commented on a diff in pull request #12349: KAFKA-14024: Consumer keeps Commit offset in onJoinPrepare in Cooperative rebalance

2022-07-18 Thread GitBox
aiquestion commented on code in PR #12349: URL: https://github.com/apache/kafka/pull/12349#discussion_r923485561 ## clients/src/test/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinatorTest.java: ## @@ -1413,10 +1458,55 @@ public void testOnJoinPrepareWithOffsetC

[GitHub] [kafka] aiquestion commented on a diff in pull request #12349: KAFKA-14024: Consumer keeps Commit offset in onJoinPrepare in Cooperative rebalance

2022-07-18 Thread GitBox
aiquestion commented on code in PR #12349: URL: https://github.com/apache/kafka/pull/12349#discussion_r923485781 ## clients/src/test/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinatorTest.java: ## @@ -1413,10 +1458,55 @@ public void testOnJoinPrepareWithOffsetC

[GitHub] [kafka] urbandan commented on a diff in pull request #12392: KAFKA-14053: Transactional producer should bump the epoch and skip ab…

2022-07-18 Thread GitBox
urbandan commented on code in PR #12392: URL: https://github.com/apache/kafka/pull/12392#discussion_r923486245 ## clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionManager.java: ## @@ -728,18 +779,11 @@ synchronized void maybeResolveSequences() {

[GitHub] [kafka] urbandan commented on a diff in pull request #12392: KAFKA-14053: Transactional producer should bump the epoch and skip ab…

2022-07-18 Thread GitBox
urbandan commented on code in PR #12392: URL: https://github.com/apache/kafka/pull/12392#discussion_r923486565 ## clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionManager.java: ## @@ -168,6 +171,8 @@ private boolean isTransitionValid(State source, Sta

[GitHub] [kafka] mdedetrich commented on a diff in pull request #11478: KAFKA-13299: Accept duplicate listener on port for IPv4/IPv6

2022-07-18 Thread GitBox
mdedetrich commented on code in PR #11478: URL: https://github.com/apache/kafka/pull/11478#discussion_r923495672 ## core/src/main/scala/kafka/utils/CoreUtils.scala: ## @@ -252,16 +255,62 @@ object CoreUtils { listenerListToEndPoints(listeners, securityProtocolMap, true)

[GitHub] [kafka] mdedetrich commented on a diff in pull request #11478: KAFKA-13299: Accept duplicate listener on port for IPv4/IPv6

2022-07-18 Thread GitBox
mdedetrich commented on code in PR #11478: URL: https://github.com/apache/kafka/pull/11478#discussion_r923495672 ## core/src/main/scala/kafka/utils/CoreUtils.scala: ## @@ -252,16 +255,62 @@ object CoreUtils { listenerListToEndPoints(listeners, securityProtocolMap, true)

[GitHub] [kafka] mdedetrich commented on a diff in pull request #11478: KAFKA-13299: Accept duplicate listener on port for IPv4/IPv6

2022-07-18 Thread GitBox
mdedetrich commented on code in PR #11478: URL: https://github.com/apache/kafka/pull/11478#discussion_r923495672 ## core/src/main/scala/kafka/utils/CoreUtils.scala: ## @@ -252,16 +255,62 @@ object CoreUtils { listenerListToEndPoints(listeners, securityProtocolMap, true)

[jira] [Commented] (KAFKA-13868) Website updates to satisfy Apache privacy policies

2022-07-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568060#comment-17568060 ] ASF GitHub Bot commented on KAFKA-13868: tombentley commented on code in PR #421

[GitHub] [kafka] mdedetrich commented on a diff in pull request #11478: KAFKA-13299: Accept duplicate listener on port for IPv4/IPv6

2022-07-18 Thread GitBox
mdedetrich commented on code in PR #11478: URL: https://github.com/apache/kafka/pull/11478#discussion_r923495672 ## core/src/main/scala/kafka/utils/CoreUtils.scala: ## @@ -252,16 +255,62 @@ object CoreUtils { listenerListToEndPoints(listeners, securityProtocolMap, true)

[GitHub] [kafka] mimaison commented on a diff in pull request #11478: KAFKA-13299: Accept duplicate listener on port for IPv4/IPv6

2022-07-18 Thread GitBox
mimaison commented on code in PR #11478: URL: https://github.com/apache/kafka/pull/11478#discussion_r923498937 ## core/src/main/scala/kafka/utils/CoreUtils.scala: ## @@ -252,16 +255,62 @@ object CoreUtils { listenerListToEndPoints(listeners, securityProtocolMap, true) }

[GitHub] [kafka] mdedetrich commented on a diff in pull request #11478: KAFKA-13299: Accept duplicate listener on port for IPv4/IPv6

2022-07-18 Thread GitBox
mdedetrich commented on code in PR #11478: URL: https://github.com/apache/kafka/pull/11478#discussion_r923500547 ## core/src/main/scala/kafka/utils/CoreUtils.scala: ## @@ -252,16 +255,62 @@ object CoreUtils { listenerListToEndPoints(listeners, securityProtocolMap, true)

[GitHub] [kafka] mdedetrich commented on a diff in pull request #11478: KAFKA-13299: Accept duplicate listener on port for IPv4/IPv6

2022-07-18 Thread GitBox
mdedetrich commented on code in PR #11478: URL: https://github.com/apache/kafka/pull/11478#discussion_r923502725 ## core/src/main/scala/kafka/utils/CoreUtils.scala: ## @@ -252,16 +255,62 @@ object CoreUtils { listenerListToEndPoints(listeners, securityProtocolMap, true)

[GitHub] [kafka] cadonna commented on a diff in pull request #12386: KAFKA-10199: Add PAUSE in state updater

2022-07-18 Thread GitBox
cadonna commented on code in PR #12386: URL: https://github.com/apache/kafka/pull/12386#discussion_r923506009 ## streams/src/test/java/org/apache/kafka/streams/processor/internals/DefaultStateUpdaterTest.java: ## @@ -983,6 +1120,27 @@ private void verifyRemovedTasks(final Task..

[GitHub] [kafka] cadonna commented on a diff in pull request #12386: KAFKA-10199: Add PAUSE in state updater

2022-07-18 Thread GitBox
cadonna commented on code in PR #12386: URL: https://github.com/apache/kafka/pull/12386#discussion_r923506434 ## streams/src/test/java/org/apache/kafka/streams/processor/internals/DefaultStateUpdaterTest.java: ## @@ -498,6 +575,66 @@ private void shouldNotRemoveTaskFromFailedTas

[GitHub] [kafka] cadonna commented on a diff in pull request #12386: KAFKA-10199: Add PAUSE in state updater

2022-07-18 Thread GitBox
cadonna commented on code in PR #12386: URL: https://github.com/apache/kafka/pull/12386#discussion_r923506717 ## streams/src/test/java/org/apache/kafka/streams/processor/internals/DefaultStateUpdaterTest.java: ## @@ -498,6 +575,66 @@ private void shouldNotRemoveTaskFromFailedTas

[GitHub] [kafka] cadonna commented on a diff in pull request #12387: KAFKA-10199: Add RESUME in state updater

2022-07-18 Thread GitBox
cadonna commented on code in PR #12387: URL: https://github.com/apache/kafka/pull/12387#discussion_r923475558 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskAndAction.java: ## @@ -55,7 +67,7 @@ public Task getTask() { } public TaskId getTas

[jira] [Created] (KAFKA-14081) Cannot get my MetricsReporter implementation to receive meaningful metrics

2022-07-18 Thread Gian Luca (Jira)
Gian Luca created KAFKA-14081: - Summary: Cannot get my MetricsReporter implementation to receive meaningful metrics Key: KAFKA-14081 URL: https://issues.apache.org/jira/browse/KAFKA-14081 Project: Kafka

[GitHub] [kafka] tombentley commented on a diff in pull request #11478: KAFKA-13299: Accept duplicate listener on port for IPv4/IPv6

2022-07-18 Thread GitBox
tombentley commented on code in PR #11478: URL: https://github.com/apache/kafka/pull/11478#discussion_r923511503 ## core/src/main/scala/kafka/utils/CoreUtils.scala: ## @@ -252,16 +255,62 @@ object CoreUtils { listenerListToEndPoints(listeners, securityProtocolMap, true)

[GitHub] [kafka] mdedetrich commented on a diff in pull request #11478: KAFKA-13299: Accept duplicate listener on port for IPv4/IPv6

2022-07-18 Thread GitBox
mdedetrich commented on code in PR #11478: URL: https://github.com/apache/kafka/pull/11478#discussion_r923514829 ## core/src/main/scala/kafka/utils/CoreUtils.scala: ## @@ -252,16 +255,62 @@ object CoreUtils { listenerListToEndPoints(listeners, securityProtocolMap, true)

[GitHub] [kafka] mdedetrich commented on a diff in pull request #11478: KAFKA-13299: Accept duplicate listener on port for IPv4/IPv6

2022-07-18 Thread GitBox
mdedetrich commented on code in PR #11478: URL: https://github.com/apache/kafka/pull/11478#discussion_r923514829 ## core/src/main/scala/kafka/utils/CoreUtils.scala: ## @@ -252,16 +255,62 @@ object CoreUtils { listenerListToEndPoints(listeners, securityProtocolMap, true)

[GitHub] [kafka] mdedetrich commented on a diff in pull request #11478: KAFKA-13299: Accept duplicate listener on port for IPv4/IPv6

2022-07-18 Thread GitBox
mdedetrich commented on code in PR #11478: URL: https://github.com/apache/kafka/pull/11478#discussion_r923514829 ## core/src/main/scala/kafka/utils/CoreUtils.scala: ## @@ -252,16 +255,62 @@ object CoreUtils { listenerListToEndPoints(listeners, securityProtocolMap, true)

[GitHub] [kafka] mdedetrich commented on a diff in pull request #11478: KAFKA-13299: Accept duplicate listener on port for IPv4/IPv6

2022-07-18 Thread GitBox
mdedetrich commented on code in PR #11478: URL: https://github.com/apache/kafka/pull/11478#discussion_r923514829 ## core/src/main/scala/kafka/utils/CoreUtils.scala: ## @@ -252,16 +255,62 @@ object CoreUtils { listenerListToEndPoints(listeners, securityProtocolMap, true)

[jira] [Commented] (KAFKA-13217) Reconsider skipping the LeaveGroup on close() or add an overload that does so

2022-07-18 Thread Jim Hughes (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568071#comment-17568071 ] Jim Hughes commented on KAFKA-13217: [~jagsancio] I've got a PR up to try and fix th

[GitHub] [kafka] clolov opened a new pull request, #12418: KAFKA-13414: Replace PowerMock/EasyMock with Mockito in connect.storage.KafkaOffsetBackingStoreTest

2022-07-18 Thread GitBox
clolov opened a new pull request, #12418: URL: https://github.com/apache/kafka/pull/12418 Partially addressing https://issues.apache.org/jira/browse/KAFKA-13414. Other test files will be updated in other pull requests. -- This is an automated message from the Apache Git Service. To respon

[GitHub] [kafka] clolov commented on pull request #12418: KAFKA-13414: Replace PowerMock/EasyMock with Mockito in connect.storage.KafkaOffsetBackingStoreTest

2022-07-18 Thread GitBox
clolov commented on PR #12418: URL: https://github.com/apache/kafka/pull/12418#issuecomment-1187678788 @mimaison I believe you might be best suited to review this pull request :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[jira] [Commented] (KAFKA-14081) Cannot get my MetricsReporter implementation to receive meaningful metrics

2022-07-18 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568078#comment-17568078 ] Kirk True commented on KAFKA-14081: --- Would you be able to share steps and/or some code

[GitHub] [kafka] franz1981 commented on pull request #12163: KAFKA-13900 Support Java 9 direct ByteBuffer Checksum methods

2022-07-18 Thread GitBox
franz1981 commented on PR #12163: URL: https://github.com/apache/kafka/pull/12163#issuecomment-1187692857 I've updated the PR, let me know if there're other concerns I can address :+1: -- This is an automated message from the Apache Git Service. To respond to the message, please log

[jira] [Created] (KAFKA-14082) Mirror Maker 2.0 sync topic configs need more validly

2022-07-18 Thread xiaoyao qu (Jira)
xiaoyao qu created KAFKA-14082: -- Summary: Mirror Maker 2.0 sync topic configs need more validly Key: KAFKA-14082 URL: https://issues.apache.org/jira/browse/KAFKA-14082 Project: Kafka Issue Type

[GitHub] [kafka] FreerXY opened a new pull request, #12419: fix KAFKA-14082

2022-07-18 Thread GitBox
FreerXY opened a new pull request, #12419: URL: https://github.com/apache/kafka/pull/12419 *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 testing

[GitHub] [kafka] FreerXY commented on pull request #12419: fix KAFKA-14082

2022-07-18 Thread GitBox
FreerXY commented on PR #12419: URL: https://github.com/apache/kafka/pull/12419#issuecomment-1187700242 Fix Mirror Maker 2.0 sync topic configs need more validly ,linking: https://issues.apache.org/jira/browse/KAFKA-14082 -- This is an automated message from the Apache Git Service. To res

[jira] [Commented] (KAFKA-13868) Website updates to satisfy Apache privacy policies

2022-07-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568101#comment-17568101 ] ASF GitHub Bot commented on KAFKA-13868: divijvaidya commented on code in PR #42

[jira] [Commented] (KAFKA-13868) Website updates to satisfy Apache privacy policies

2022-07-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568102#comment-17568102 ] ASF GitHub Bot commented on KAFKA-13868: divijvaidya commented on code in PR #42

[GitHub] [kafka] FreerXY commented on a diff in pull request #12419: fix KAFKA-14082

2022-07-18 Thread GitBox
FreerXY commented on code in PR #12419: URL: https://github.com/apache/kafka/pull/12419#discussion_r923577568 ## connect/mirror/src/main/java/org/apache/kafka/connect/mirror/MirrorSourceConnector.java: ## @@ -297,10 +291,18 @@ private void syncTopicAcls() private void syn

[jira] [Commented] (KAFKA-13868) Website updates to satisfy Apache privacy policies

2022-07-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568110#comment-17568110 ] ASF GitHub Bot commented on KAFKA-13868: divijvaidya commented on code in PR #42

[GitHub] [kafka] jolshan commented on pull request #12378: MINOR : lower Metadata info log to debug for topic ID change

2022-07-18 Thread GitBox
jolshan commented on PR #12378: URL: https://github.com/apache/kafka/pull/12378#issuecomment-1187722165 I'm not sure I follow why this happens though -- can you share an example of one of the logs? -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [kafka] Gerrrr opened a new pull request, #12420: KAFKA-13769 Fix version check in SubscriptionJoinForeignProcessorSupplier

2022-07-18 Thread GitBox
Ge opened a new pull request, #12420: URL: https://github.com/apache/kafka/pull/12420 This commit changes the version check from` !=` to `>` as the `process` method works correctly on both version 1 and 2. `!=` incorrectly throws on v1 records. *Summary of testing strategy (

[jira] [Commented] (KAFKA-13868) Website updates to satisfy Apache privacy policies

2022-07-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568117#comment-17568117 ] ASF GitHub Bot commented on KAFKA-13868: divijvaidya commented on code in PR #42

[jira] [Commented] (KAFKA-13868) Website updates to satisfy Apache privacy policies

2022-07-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568153#comment-17568153 ] ASF GitHub Bot commented on KAFKA-13868: divijvaidya commented on PR #420: URL:

[GitHub] [kafka] mumrah commented on pull request #12349: KAFKA-14024: Consumer keeps Commit offset in onJoinPrepare in Cooperative rebalance

2022-07-18 Thread GitBox
mumrah commented on PR #12349: URL: https://github.com/apache/kafka/pull/12349#issuecomment-1188068663 @aiquestion looks like you've got a few test failures https://ci-builds.apache.org/blue/organizations/jenkins/Kafka%2Fkafka-pr/detail/PR-12349/11/tests -- This is an automated message fr

[GitHub] [kafka] wcarlson5 opened a new pull request, #12421: Revert "KAFKA-12887 Skip some RuntimeExceptions from exception handle…

2022-07-18 Thread GitBox
wcarlson5 opened a new pull request, #12421: URL: https://github.com/apache/kafka/pull/12421 …r (#11228)" This reverts commit 4835c64f *More detailed description of your change, if necessary. The PR title and PR message become the squashed commit message, so use a separate

[jira] [Updated] (KAFKA-13470) Test the handling of secure controller ports

2022-07-18 Thread Colin McCabe (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin McCabe updated KAFKA-13470: - Issue Type: Improvement (was: Bug) > Test the handling of secure controller ports > ---

[jira] [Updated] (KAFKA-13470) Test the handling of secure controller ports

2022-07-18 Thread Colin McCabe (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin McCabe updated KAFKA-13470: - Description: It should be possible to configure the controller to use secure ports. We need a ju

[jira] [Updated] (KAFKA-13470) Test the handling of secure controller ports

2022-07-18 Thread Colin McCabe (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin McCabe updated KAFKA-13470: - Priority: Major (was: Critical) > Test the handling of secure controller ports > --

[jira] [Commented] (KAFKA-13470) Test the handling of secure controller ports

2022-07-18 Thread Colin McCabe (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568178#comment-17568178 ] Colin McCabe commented on KAFKA-13470: -- We do not include the controller listener i

[jira] [Commented] (KAFKA-13743) kraft controller should prevent topics with conflicting metrics names from being created

2022-07-18 Thread Colin McCabe (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568179#comment-17568179 ] Colin McCabe commented on KAFKA-13743: -- The PR was merged, just not through the git

[GitHub] [kafka] wcarlson5 commented on pull request #12324: KAFKA-12699: override the default handler for stream threads if the stream's handl…

2022-07-18 Thread GitBox
wcarlson5 commented on PR #12324: URL: https://github.com/apache/kafka/pull/12324#issuecomment-1188229295 @ableegoldman looks like i had a small issue fixed it now -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[jira] [Created] (KAFKA-14083) Check if we don't need to refresh time in RecordAccumulator.append

2022-07-18 Thread Artem Livshits (Jira)
Artem Livshits created KAFKA-14083: -- Summary: Check if we don't need to refresh time in RecordAccumulator.append Key: KAFKA-14083 URL: https://issues.apache.org/jira/browse/KAFKA-14083 Project: Kafka

[GitHub] [kafka] artemlivshits commented on a diff in pull request #12365: KAFKA-14020: Performance regression in Producer

2022-07-18 Thread GitBox
artemlivshits commented on code in PR #12365: URL: https://github.com/apache/kafka/pull/12365#discussion_r923725627 ## clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java: ## @@ -1491,20 +1495,25 @@ public void setPartition(int partition) {

[GitHub] [kafka] cmccabe commented on pull request #12403: KAFKA-13166 Fix missing ControllerApis error handling

2022-07-18 Thread GitBox
cmccabe commented on PR #12403: URL: https://github.com/apache/kafka/pull/12403#issuecomment-1188236978 So, we definitely need to get rid of the calls to *.get* and other cases of needless blocking. There are definitely some cases where we aren't properly handling errors as well (this is re

[GitHub] [kafka] cmccabe commented on pull request #12278: MINOR: add AuthorizerNotReadyException

2022-07-18 Thread GitBox
cmccabe commented on PR #12278: URL: https://github.com/apache/kafka/pull/12278#issuecomment-1188304891 It is part of the Authorizer KIP, but slipped from 3.2 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[jira] [Updated] (KAFKA-14084) Support SCRAM when using KRaft mode

2022-07-18 Thread Colin McCabe (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin McCabe updated KAFKA-14084: - Labels: kip-500 (was: ) > Support SCRAM when using KRaft mode > ---

[jira] [Created] (KAFKA-14084) Support SCRAM when using KRaft mode

2022-07-18 Thread Colin McCabe (Jira)
Colin McCabe created KAFKA-14084: Summary: Support SCRAM when using KRaft mode Key: KAFKA-14084 URL: https://issues.apache.org/jira/browse/KAFKA-14084 Project: Kafka Issue Type: Improvement

[GitHub] [kafka] mjsax merged pull request #12420: KAFKA-13769 Fix version check in SubscriptionJoinForeignProcessorSupplier

2022-07-18 Thread GitBox
mjsax merged PR #12420: URL: https://github.com/apache/kafka/pull/12420 -- 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-unsubscr...@kafka.apache.or

[GitHub] [kafka] cmccabe commented on pull request #12196: KAFKA-14084: Implement SCRAM support in KRaft

2022-07-18 Thread GitBox
cmccabe commented on PR #12196: URL: https://github.com/apache/kafka/pull/12196#issuecomment-1188314543 > @cmccabe is there a JIRA for this? I created KAFKA-14084 for this. The message types and so on are spelled out in KIP-631, I believe. > Are you intending to implement suppo

[GitHub] [kafka] mjsax commented on pull request #12420: KAFKA-13769 Fix version check in SubscriptionJoinForeignProcessorSupplier

2022-07-18 Thread GitBox
mjsax commented on PR #12420: URL: https://github.com/apache/kafka/pull/12420#issuecomment-1188316135 Thanks for the fix! Merged to `trunk` and cherry-picked to `3.3` branch. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[jira] [Updated] (KAFKA-14079) Source task will not commit offsets and develops memory leak if "error.tolerance" is set to "all"

2022-07-18 Thread Randall Hauch (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Hauch updated KAFKA-14079: -- Priority: Critical (was: Major) > Source task will not commit offsets and develops memory lea

[GitHub] [kafka] ijuma commented on a diff in pull request #12365: KAFKA-14020: Performance regression in Producer

2022-07-18 Thread GitBox
ijuma commented on code in PR #12365: URL: https://github.com/apache/kafka/pull/12365#discussion_r923872451 ## clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java: ## @@ -1491,20 +1495,25 @@ public void setPartition(int partition) { if (log.

[GitHub] [kafka] junrao commented on a diff in pull request #12365: KAFKA-14020: Performance regression in Producer

2022-07-18 Thread GitBox
junrao commented on code in PR #12365: URL: https://github.com/apache/kafka/pull/12365#discussion_r923872243 ## clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java: ## @@ -1491,20 +1495,25 @@ public void setPartition(int partition) { if (log

[GitHub] [kafka] guozhangwang commented on pull request #12386: KAFKA-10199: Add PAUSE in state updater

2022-07-18 Thread GitBox
guozhangwang commented on PR #12386: URL: https://github.com/apache/kafka/pull/12386#issuecomment-1188363535 > Currently, it is not clear to me if we also need to consider the case were a task is paused before it is added to the state updater? Such a situation might happen when a Kafka Stre

[GitHub] [kafka] guozhangwang commented on a diff in pull request #12386: KAFKA-10199: Add PAUSE in state updater

2022-07-18 Thread GitBox
guozhangwang commented on code in PR #12386: URL: https://github.com/apache/kafka/pull/12386#discussion_r923898461 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/DefaultStateUpdater.java: ## @@ -267,8 +276,31 @@ private void removeTask(final TaskId taskId)

[GitHub] [kafka] guozhangwang commented on a diff in pull request #12386: KAFKA-10199: Add PAUSE in state updater

2022-07-18 Thread GitBox
guozhangwang commented on code in PR #12386: URL: https://github.com/apache/kafka/pull/12386#discussion_r923898981 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskAndAction.java: ## @@ -47,6 +48,11 @@ public static TaskAndAction createRemoveTask(final T

[GitHub] [kafka] rhauch merged pull request #12412: KAFKA-14079 - Ack failed records in WorkerSourceTask when error tolerance is ALL

2022-07-18 Thread GitBox
rhauch merged PR #12412: URL: https://github.com/apache/kafka/pull/12412 -- 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-unsubscr...@kafka.apache.o

[GitHub] [kafka] guozhangwang commented on a diff in pull request #12386: KAFKA-10199: Add PAUSE in state updater

2022-07-18 Thread GitBox
guozhangwang commented on code in PR #12386: URL: https://github.com/apache/kafka/pull/12386#discussion_r923899776 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskAndAction.java: ## @@ -55,7 +61,7 @@ public Task getTask() { } public TaskId g

[GitHub] [kafka] rhauch merged pull request #12415: KAFKA-14079 - Ack failed records in WorkerSourceTask when error tolerance is ALL

2022-07-18 Thread GitBox
rhauch merged PR #12415: URL: https://github.com/apache/kafka/pull/12415 -- 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-unsubscr...@kafka.apache.o

[GitHub] [kafka] guozhangwang commented on a diff in pull request #12386: KAFKA-10199: Add PAUSE in state updater

2022-07-18 Thread GitBox
guozhangwang commented on code in PR #12386: URL: https://github.com/apache/kafka/pull/12386#discussion_r923900551 ## streams/src/test/java/org/apache/kafka/streams/processor/internals/DefaultStateUpdaterTest.java: ## @@ -143,6 +142,27 @@ public void shouldThrowIfStandbyTaskNotI

[jira] [Resolved] (KAFKA-14079) Source task will not commit offsets and develops memory leak if "error.tolerance" is set to "all"

2022-07-18 Thread Randall Hauch (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Hauch resolved KAFKA-14079. --- Reviewer: Randall Hauch Resolution: Fixed > Source task will not commit offsets and de

[GitHub] [kafka] guozhangwang commented on a diff in pull request #12386: KAFKA-10199: Add PAUSE in state updater

2022-07-18 Thread GitBox
guozhangwang commented on code in PR #12386: URL: https://github.com/apache/kafka/pull/12386#discussion_r923900844 ## streams/src/test/java/org/apache/kafka/streams/processor/internals/DefaultStateUpdaterTest.java: ## @@ -983,6 +1120,27 @@ private void verifyRemovedTasks(final T

  1   2   >