[jira] [Commented] (KAFKA-14269) Partition Assignment Strategy - Topic Round Robin Assignor

2022-10-02 Thread Mathieu Amblard (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17612181#comment-17612181 ] Mathieu Amblard commented on KAFKA-14269: - Hello [~guozhang] , Thanks for your comment that's a

[jira] [Assigned] (KAFKA-14254) Format timestamps in assignor logs as dates instead of integers

2022-10-02 Thread Ashmeet Lamba (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashmeet Lamba reassigned KAFKA-14254: - Assignee: Ashmeet Lamba > Format timestamps in assignor logs as dates instead of

[jira] [Commented] (KAFKA-14270) Kafka Streams logs exception on startup

2022-10-02 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17612165#comment-17612165 ] Guozhang Wang commented on KAFKA-14270: --- Thanks for filing the bug [~eikemeier], will take a look.

[jira] [Comment Edited] (KAFKA-14260) InMemoryKeyValueStore iterator still throws ConcurrentModificationException

2022-10-02 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17612164#comment-17612164 ] Guozhang Wang edited comment on KAFKA-14260 at 10/3/22 3:50 AM: Hello

[jira] [Commented] (KAFKA-14260) InMemoryKeyValueStore iterator still throws ConcurrentModificationException

2022-10-02 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17612164#comment-17612164 ] Guozhang Wang commented on KAFKA-14260: --- Hello [~aviperksy] sorry for the late reply! >

[jira] [Commented] (KAFKA-14269) Partition Assignment Strategy - Topic Round Robin Assignor

2022-10-02 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17612163#comment-17612163 ] Guozhang Wang commented on KAFKA-14269: --- Hello [~mathieu.amblard], thanks for reporting this use

[GitHub] [kafka] see-quick commented on pull request #12692: MINOR: Add test cases to the Raft module

2022-10-02 Thread GitBox
see-quick commented on PR #12692: URL: https://github.com/apache/kafka/pull/12692#issuecomment-1264624416 > Thanks for the PR. I don't understand the goal of the `toString` tests since they basically check that the toString doesn't have `@`? The main purpose of such test cases is to

[GitHub] [kafka] showuon commented on pull request #12707: MINOR: add kraft controller log level entry in log4j prop

2022-10-02 Thread GitBox
showuon commented on PR #12707: URL: https://github.com/apache/kafka/pull/12707#issuecomment-1264565979 @jsancio @hachikuji , please 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

[GitHub] [kafka] showuon commented on a diff in pull request #12707: MINOR: add kraft controller log level entry in log4j prop

2022-10-02 Thread GitBox
showuon commented on code in PR #12707: URL: https://github.com/apache/kafka/pull/12707#discussion_r985187979 ## core/src/main/scala/kafka/server/BrokerToControllerChannelManager.scala: ## @@ -370,7 +370,7 @@ class BrokerToControllerRequestThread( debug("Controller isn't

[GitHub] [kafka] showuon commented on a diff in pull request #12707: MINOR: add kraft controller log level entry in log4j prop

2022-10-02 Thread GitBox
showuon commented on code in PR #12707: URL: https://github.com/apache/kafka/pull/12707#discussion_r985187944 ## config/log4j.properties: ## @@ -76,6 +76,11 @@ log4j.additivity.kafka.request.logger=false log4j.logger.kafka.network.RequestChannel$=WARN, requestAppender

[GitHub] [kafka] showuon opened a new pull request, #12707: MINOR: add kraft controller log level entry in log4j prop

2022-10-02 Thread GitBox
showuon opened a new pull request, #12707: URL: https://github.com/apache/kafka/pull/12707 What changes: 1. add KRaft controller log level entry in log4j.properties 2. minor cleanup ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation