[jira] [Updated] (KAFKA-13875) update docs to include topoicId for kafka-topics.sh --describe output

2022-05-04 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen updated KAFKA-13875: -- Description: The topic describe output in quickstart doc here: [https://kafka.apache.org/quickstart]

[jira] [Created] (KAFKA-13875) update docs to include topoicId for kafka-topics.sh --describe output

2022-05-04 Thread Luke Chen (Jira)
Luke Chen created KAFKA-13875: - Summary: update docs to include topoicId for kafka-topics.sh --describe output Key: KAFKA-13875 URL: https://issues.apache.org/jira/browse/KAFKA-13875 Project: Kafka

[jira] [Updated] (KAFKA-13875) update docs to include topoicId for kafka-topics.sh --describe output

2022-05-04 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen updated KAFKA-13875: -- Labels: newbie (was: ) > update docs to include topoicId for kafka-topics.sh --describe output >

[GitHub] [kafka] dengziming commented on pull request #12112: MINOR: Fix flaky testDescribeUnderReplicatedPartitions

2022-05-04 Thread GitBox
dengziming commented on PR #12112: URL: https://github.com/apache/kafka/pull/12112#issuecomment-1118110191 @showuon I seem to see it failed but I can't find it anymore, I will close this after I can't see it fail again in a few days. @divijvaidya I would fix your comment if this test

[GitHub] [kafka] dengziming commented on a diff in pull request #12104: KAFKA-13746: Attempt to fix flaky test by waiting to fetch 2 topics f…

2022-05-04 Thread GitBox
dengziming commented on code in PR #12104: URL: https://github.com/apache/kafka/pull/12104#discussion_r865512959 ## core/src/test/scala/integration/kafka/admin/TopicCommandIntegrationTest.scala: ## @@ -733,12 +733,18 @@ class TopicCommandIntegrationTest extends

[jira] [Commented] (KAFKA-13872) Partitions are truncated when leader is replaced

2022-05-04 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17532002#comment-17532002 ] Luke Chen commented on KAFKA-13872: --- [~fvisconte] , thanks for reporting the issue. But I think this

[GitHub] [kafka] dengziming commented on a diff in pull request #12104: KAFKA-13746: Attempt to fix flaky test by waiting to fetch 2 topics f…

2022-05-04 Thread GitBox
dengziming commented on code in PR #12104: URL: https://github.com/apache/kafka/pull/12104#discussion_r865512959 ## core/src/test/scala/integration/kafka/admin/TopicCommandIntegrationTest.scala: ## @@ -733,12 +733,18 @@ class TopicCommandIntegrationTest extends

[GitHub] [kafka] cmccabe commented on a diff in pull request #11969: KAFKA-13649: Implement early.start.listeners and fix StandardAuthorizer loading [WIP]

2022-05-04 Thread GitBox
cmccabe commented on code in PR #11969: URL: https://github.com/apache/kafka/pull/11969#discussion_r865499094 ## core/src/main/scala/kafka/network/SocketServer.scala: ## @@ -1864,6 +1780,18 @@ class ConnectionQuotas(config: KafkaConfig, time: Time, metrics: Metrics) extend

[GitHub] [kafka] cmccabe commented on a diff in pull request #11969: KAFKA-13649: Implement early.start.listeners and fix StandardAuthorizer loading [WIP]

2022-05-04 Thread GitBox
cmccabe commented on code in PR #11969: URL: https://github.com/apache/kafka/pull/11969#discussion_r865496509 ## core/src/main/scala/kafka/network/SocketServer.scala: ## @@ -104,184 +103,141 @@ class SocketServer(val config: KafkaConfig, private[this] val nextProcessorId:

[jira] [Created] (KAFKA-13874) Avoid synchronization in SocketServer metrics

2022-05-04 Thread Colin McCabe (Jira)
Colin McCabe created KAFKA-13874: Summary: Avoid synchronization in SocketServer metrics Key: KAFKA-13874 URL: https://issues.apache.org/jira/browse/KAFKA-13874 Project: Kafka Issue Type:

[GitHub] [kafka] cmccabe commented on a diff in pull request #11969: KAFKA-13649: Implement early.start.listeners and fix StandardAuthorizer loading [WIP]

2022-05-04 Thread GitBox
cmccabe commented on code in PR #11969: URL: https://github.com/apache/kafka/pull/11969#discussion_r865495994 ## core/src/main/scala/kafka/network/SocketServer.scala: ## @@ -104,184 +103,141 @@ class SocketServer(val config: KafkaConfig, private[this] val nextProcessorId:

[GitHub] [kafka] cmccabe commented on a diff in pull request #11969: KAFKA-13649: Implement early.start.listeners and fix StandardAuthorizer loading [WIP]

2022-05-04 Thread GitBox
cmccabe commented on code in PR #11969: URL: https://github.com/apache/kafka/pull/11969#discussion_r865495566 ## metadata/src/main/java/org/apache/kafka/controller/QuorumController.java: ## @@ -906,12 +906,35 @@ private void appendRaftEvent(String name, Runnable runnable) {

[GitHub] [kafka] hachikuji commented on a diff in pull request #11969: KAFKA-13649: Implement early.start.listeners and fix StandardAuthorizer loading [WIP]

2022-05-04 Thread GitBox
hachikuji commented on code in PR #11969: URL: https://github.com/apache/kafka/pull/11969#discussion_r865430367 ## core/src/main/scala/kafka/network/SocketServer.scala: ## @@ -1864,6 +1780,18 @@ class ConnectionQuotas(config: KafkaConfig, time: Time, metrics: Metrics) extend

[jira] [Updated] (KAFKA-13873) Add ability to Pause / Resume KafkaStreams Topologies

2022-05-04 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-13873: Description: In order to reduce resources used or modify data pipelines, users may want

[jira] [Updated] (KAFKA-13873) Add ability to Pause / Resume KafkaStreams Topologies

2022-05-04 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-13873: Component/s: streams > Add ability to Pause / Resume KafkaStreams Topologies >

[jira] [Updated] (KAFKA-13873) Add ability to Pause / Resume KafkaStreams Topologies

2022-05-04 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-13873: Labels: kip (was: ) > Add ability to Pause / Resume KafkaStreams Topologies >

[GitHub] [kafka] artemlivshits commented on pull request #12049: KAFKA-10888: Sticky partition leads to uneven produce msg

2022-05-04 Thread GitBox
artemlivshits commented on PR #12049: URL: https://github.com/apache/kafka/pull/12049#issuecomment-1117971682 Hmm, for some reason the update didn't trigger any build & test jobs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [kafka] artemlivshits commented on a diff in pull request #12049: KAFKA-10888: Sticky partition leads to uneven produce msg

2022-05-04 Thread GitBox
artemlivshits commented on code in PR #12049: URL: https://github.com/apache/kafka/pull/12049#discussion_r865302205 ## clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java: ## @@ -960,8 +1002,10 @@ private Future doSend(ProducerRecord record, Callback call

[GitHub] [kafka] hachikuji commented on a diff in pull request #12108: KAFKA-13862: Support Append/Subtract multiple config values in KRaft mode

2022-05-04 Thread GitBox
hachikuji commented on code in PR #12108: URL: https://github.com/apache/kafka/pull/12108#discussion_r865377321 ## metadata/src/main/java/org/apache/kafka/controller/ConfigurationControlManager.java: ## @@ -215,13 +215,17 @@ private void

[GitHub] [kafka] ahuang98 opened a new pull request, #12123: KAFKA-13830 Introduce metadata.version for KRaft

2022-05-04 Thread GitBox
ahuang98 opened a new pull request, #12123: URL: https://github.com/apache/kafka/pull/12123 From https://github.com/apache/kafka/pull/12050: > This patch includes a new metadata.version which is planned to replace IBP in KRaft clusters as specified in KIP-778. The kafka-storage tool

[jira] [Resolved] (KAFKA-13815) Avoid reinitialization for a replica that is being deleted

2022-05-04 Thread Jun Rao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao resolved KAFKA-13815. - Fix Version/s: 3.3.0 Resolution: Fixed merged the PR to trunk > Avoid reinitialization for a

[GitHub] [kafka] junrao merged pull request #12029: KAFKA-13815: Avoid reinitialization for a replica that is being deleted

2022-05-04 Thread GitBox
junrao merged PR #12029: URL: https://github.com/apache/kafka/pull/12029 -- 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] akhileshchg commented on a diff in pull request #12108: KAFKA-13862: Support Append/Subtract multiple config values in KRaft mode

2022-05-04 Thread GitBox
akhileshchg commented on code in PR #12108: URL: https://github.com/apache/kafka/pull/12108#discussion_r865146433 ## core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala: ## @@ -1751,13 +1777,32 @@ class PlaintextAdminIntegrationTest extends

[GitHub] [kafka] Gerrrr opened a new pull request, #12122: WIP: Upgrade tests for KAFKA-13769

2022-05-04 Thread GitBox
Ge opened a new pull request, #12122: URL: https://github.com/apache/kafka/pull/12122 *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

[jira] [Commented] (KAFKA-13863) Prevent null config value when create topic in KRaft mode

2022-05-04 Thread Colin McCabe (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17531880#comment-17531880 ] Colin McCabe commented on KAFKA-13863: -- We already validate that topic configurations can't be null

[GitHub] [kafka] cmccabe commented on pull request #12109: KAFKA-13863: Prevent null config value when create topic in KRaft mode

2022-05-04 Thread GitBox
cmccabe commented on PR #12109: URL: https://github.com/apache/kafka/pull/12109#issuecomment-1117657256 We already validate that topic configurations can't be null in `ControllerConfigurationValidator`. ``` override def validate( resource: ConfigResource, config:

[jira] [Updated] (KAFKA-13861) validateOnly request field does not work for CreatePartition requests in Kraft mode.

2022-05-04 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-13861: Fix Version/s: 3.3.0 > validateOnly request field does not work for CreatePartition

[jira] [Resolved] (KAFKA-13861) validateOnly request field does not work for CreatePartition requests in Kraft mode.

2022-05-04 Thread Akhilesh Chaganti (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akhilesh Chaganti resolved KAFKA-13861. --- Resolution: Fixed > validateOnly request field does not work for CreatePartition

[GitHub] [kafka] guozhangwang commented on pull request #12041: MINOR: ignore unused configuration when ConsumerCoordinator is not constructed

2022-05-04 Thread GitBox
guozhangwang commented on PR #12041: URL: https://github.com/apache/kafka/pull/12041#issuecomment-1117635812 Thanks @C0urante for your thoughts. I'd like to clarify one thing that, today users can pass in both defined and unknown config values, where the latter may be used in some plugin

[jira] [Assigned] (KAFKA-13873) Add ability to Pause / Resume KafkaStreams Topologies

2022-05-04 Thread Jim Hughes (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Hughes reassigned KAFKA-13873: -- Assignee: Jim Hughes > Add ability to Pause / Resume KafkaStreams Topologies >

[jira] [Created] (KAFKA-13873) Add ability to Pause / Resume KafkaStreams Topologies

2022-05-04 Thread Jim Hughes (Jira)
Jim Hughes created KAFKA-13873: -- Summary: Add ability to Pause / Resume KafkaStreams Topologies Key: KAFKA-13873 URL: https://issues.apache.org/jira/browse/KAFKA-13873 Project: Kafka Issue

[GitHub] [kafka] vamossagar12 opened a new pull request, #12121: Kafka 13846: Adding overloaded metricOrElseCreate method

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

[GitHub] [kafka] hachikuji merged pull request #12106: KAFKA-13861: Fix the validateOnly behavior for CreatePartitions requests in KRaft mode

2022-05-04 Thread GitBox
hachikuji merged PR #12106: URL: https://github.com/apache/kafka/pull/12106 -- 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] guozhangwang merged pull request #11874: Fix typos in configuration docs

2022-05-04 Thread GitBox
guozhangwang merged PR #11874: URL: https://github.com/apache/kafka/pull/11874 -- 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] vamossagar12 commented on pull request #11211: KAFKA-12960: Enforcing strict retention time for WindowStore and Sess…

2022-05-04 Thread GitBox
vamossagar12 commented on PR #11211: URL: https://github.com/apache/kafka/pull/11211#issuecomment-1117583307 > LGTM! Thanks for the PR and, the patience! @ableegoldman @guozhangwang @mjsax , do you want to have another look for this PR? hi.. whenever you get the chance, could you plz

[jira] [Updated] (KAFKA-13870) support both Suppressed untilTimeLimit and maxBytes without using emitEarlyWhenFull()

2022-05-04 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-13870: Labels: needs-kip (was: ) > support both Suppressed untilTimeLimit and maxBytes without

[jira] [Commented] (KAFKA-13870) support both Suppressed untilTimeLimit and maxBytes without using emitEarlyWhenFull()

2022-05-04 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17531836#comment-17531836 ] Matthias J. Sax commented on KAFKA-13870: - I think you mix up two concepts: windowing is about

[GitHub] [kafka] vamossagar12 commented on a diff in pull request #12104: KAFKA-13746: Attempt to fix flaky test by waiting to fetch 2 topics f…

2022-05-04 Thread GitBox
vamossagar12 commented on code in PR #12104: URL: https://github.com/apache/kafka/pull/12104#discussion_r865051847 ## core/src/test/scala/integration/kafka/admin/TopicCommandIntegrationTest.scala: ## @@ -733,12 +733,18 @@ class TopicCommandIntegrationTest extends

[jira] [Updated] (KAFKA-13872) Partitions are truncated when leader is replaced

2022-05-04 Thread Francois Visconte (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francois Visconte updated KAFKA-13872: -- Description: Sample setup: * a topic with one partition and RF=3 * a producer using

[jira] [Created] (KAFKA-13872) Partitions are truncated when leader is replaced

2022-05-04 Thread Francois Visconte (Jira)
Francois Visconte created KAFKA-13872: - Summary: Partitions are truncated when leader is replaced Key: KAFKA-13872 URL: https://issues.apache.org/jira/browse/KAFKA-13872 Project: Kafka

[jira] [Created] (KAFKA-13871) The documentation for the configuration item QUORUM_FETCH_TIMEOUT of the RaftConfig class is incorrect

2022-05-04 Thread yingquan he (Jira)
yingquan he created KAFKA-13871: --- Summary: The documentation for the configuration item QUORUM_FETCH_TIMEOUT of the RaftConfig class is incorrect Key: KAFKA-13871 URL: