[GitHub] [kafka] showuon merged pull request #12251: MINOR: fix streams tutorial

2022-06-03 Thread GitBox
showuon merged PR #12251: URL: https://github.com/apache/kafka/pull/12251 -- 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] [Created] (KAFKA-13960) ERROR Shutdown broker because all log dirs in c:\kafka\kafka-logs have failed (kafka.log.LogManager)

2022-06-03 Thread rohit k (Jira)
rohit k created KAFKA-13960: --- Summary: ERROR Shutdown broker because all log dirs in c:\kafka\kafka-logs have failed (kafka.log.LogManager) Key: KAFKA-13960 URL: https://issues.apache.org/jira/browse/KAFKA-13960

[jira] [Updated] (KAFKA-13960) ERROR Shutdown broker because all log dirs in c:\kafka\kafka-logs have failed (kafka.log.LogManager)

2022-06-03 Thread rohit k (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] rohit k updated KAFKA-13960: Issue Type: Test (was: Bug) > ERROR Shutdown broker because all log dirs in c:\kafka\kafka-logs have

[jira] [Commented] (KAFKA-13598) idempotence producer is not enabled by default if not set explicitly

2022-06-03 Thread Derek Troy-West (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17547818#comment-17547818 ] Derek Troy-West commented on KAFKA-13598: - Very happy to [~showuon] I will just copy points 1-4

[GitHub] [kafka] ocadaruma commented on a diff in pull request #12251: MINOR: fix streams tutorial

2022-06-03 Thread GitBox
ocadaruma commented on code in PR #12251: URL: https://github.com/apache/kafka/pull/12251#discussion_r889457352 ## docs/streams/tutorial.html: ## @@ -490,25 +490,25 @@ Writing a th Processor: KSTREAM-FLATMAPVALUES-01(stores: []) --> KSTREAM-KEY-SELECT-02

[jira] [Resolved] (KAFKA-13926) Proposal to have "HasField" predicate for kafka connect

2022-06-03 Thread Kumud Kumar Srivatsava Tirupati (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kumud Kumar Srivatsava Tirupati resolved KAFKA-13926. - Resolution: Won't Fix Dropping in favor of improving

[GitHub] [kafka] showuon commented on a diff in pull request #12251: MINOR: fix streams tutorial

2022-06-03 Thread GitBox
showuon commented on code in PR #12251: URL: https://github.com/apache/kafka/pull/12251#discussion_r889451065 ## docs/streams/tutorial.html: ## @@ -490,25 +490,25 @@ Writing a th Processor: KSTREAM-FLATMAPVALUES-01(stores: []) --> KSTREAM-KEY-SELECT-02 <--

[jira] [Commented] (KAFKA-13598) idempotence producer is not enabled by default if not set explicitly

2022-06-03 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17547813#comment-17547813 ] Luke Chen commented on KAFKA-13598: --- [~d-t-w] , yes, adding a note to notable changes in 3.2.0 section

[jira] [Commented] (KAFKA-13598) idempotence producer is not enabled by default if not set explicitly

2022-06-03 Thread Derek Troy-West (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17547803#comment-17547803 ] Derek Troy-West commented on KAFKA-13598: - This represents a breaking change where: # Broker

[jira] [Comment Edited] (KAFKA-13598) idempotence producer is not enabled by default if not set explicitly

2022-06-03 Thread Derek Troy-West (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17547803#comment-17547803 ] Derek Troy-West edited comment on KAFKA-13598 at 6/4/22 2:02 AM: - This

[GitHub] [kafka] dengziming commented on pull request #12236: MINOR: Use right enum value for broker registration change

2022-06-03 Thread GitBox
dengziming commented on PR #12236: URL: https://github.com/apache/kafka/pull/12236#issuecomment-1146478325 > @dengziming I merge `trunk` to try to kick off a build. Thank you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [kafka] dengziming commented on a diff in pull request #12206: KAFKA-13888: Addition of Information in DescribeQuorumResponse about Voter Lag

2022-06-03 Thread GitBox
dengziming commented on code in PR #12206: URL: https://github.com/apache/kafka/pull/12206#discussion_r889424223 ## clients/src/main/java/org/apache/kafka/clients/admin/QuorumInfo.java: ## @@ -0,0 +1,149 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [kafka] dengziming commented on a diff in pull request #12206: KAFKA-13888: Addition of Information in DescribeQuorumResponse about Voter Lag

2022-06-03 Thread GitBox
dengziming commented on code in PR #12206: URL: https://github.com/apache/kafka/pull/12206#discussion_r889423970 ## clients/src/test/java/org/apache/kafka/clients/admin/KafkaAdminClientTest.java: ## @@ -4833,6 +4879,92 @@ public void testDescribeFeaturesFailure() { }

[GitHub] [kafka] ocadaruma opened a new pull request, #12251: MINOR: fix streams tutorial

2022-06-03 Thread GitBox
ocadaruma opened a new pull request, #12251: URL: https://github.com/apache/kafka/pull/12251 - Fix inconsistency in store name in streams tutorial ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI

[jira] [Updated] (KAFKA-13935) Factor out static IBP usages from broker

2022-06-03 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur updated KAFKA-13935: - Summary: Factor out static IBP usages from broker (was: Factor out IBP from Partition and Log

[GitHub] [kafka] guozhangwang commented on a diff in pull request #12244: HOTFIX: only try to clear discover-coordinator future upon commit

2022-06-03 Thread GitBox
guozhangwang commented on code in PR #12244: URL: https://github.com/apache/kafka/pull/12244#discussion_r889363536 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java: ## @@ -548,14 +549,18 @@ public boolean poll(Timer timer, boolean

[GitHub] [kafka] guozhangwang commented on a diff in pull request #12244: HOTFIX: only try to clear discover-coordinator future upon commit

2022-06-03 Thread GitBox
guozhangwang commented on code in PR #12244: URL: https://github.com/apache/kafka/pull/12244#discussion_r889361765 ## clients/src/test/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinatorTest.java: ## @@ -514,9 +514,50 @@ public void

[GitHub] [kafka] ableegoldman commented on a diff in pull request #12235: KAFKA-13945: add bytes/records consumed and produced metrics

2022-06-03 Thread GitBox
ableegoldman commented on code in PR #12235: URL: https://github.com/apache/kafka/pull/12235#discussion_r889358327 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/metrics/StreamsMetricsImpl.java: ## @@ -388,6 +401,40 @@ private String

[jira] [Commented] (KAFKA-13944) Shutting down broker can be elected as partition leader in KRaft

2022-06-03 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17547157#comment-17547157 ] Jose Armando Garcia Sancio commented on KAFKA-13944: Looks like this issue is

[GitHub] [kafka] jsancio commented on pull request #12236: MINOR: Use right enum value for broker registration change

2022-06-03 Thread GitBox
jsancio commented on PR #12236: URL: https://github.com/apache/kafka/pull/12236#issuecomment-1146366630 @dengziming I merge `trunk` to try to kick off a build. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [kafka] guozhangwang commented on a diff in pull request #12244: HOTFIX: only try to clear discover-coordinator future upon commit

2022-06-03 Thread GitBox
guozhangwang commented on code in PR #12244: URL: https://github.com/apache/kafka/pull/12244#discussion_r889351949 ## clients/src/test/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinatorTest.java: ## @@ -514,9 +514,50 @@ public void

[GitHub] [kafka] guozhangwang commented on a diff in pull request #12244: HOTFIX: only try to clear discover-coordinator future upon commit

2022-06-03 Thread GitBox
guozhangwang commented on code in PR #12244: URL: https://github.com/apache/kafka/pull/12244#discussion_r889350182 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java: ## @@ -553,8 +554,8 @@ public boolean poll(Timer timer, boolean

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

2022-06-03 Thread Jim Hughes (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Hughes updated KAFKA-13873: --- Fix Version/s: 3.3.0 > Add ability to Pause / Resume KafkaStreams Topologies >

[GitHub] [kafka] aartigao closed pull request #10929: KAFKA-12995 [WIP] Allow old Broker compatibility for Metadata calls

2022-06-03 Thread GitBox
aartigao closed pull request #10929: KAFKA-12995 [WIP] Allow old Broker compatibility for Metadata calls URL: https://github.com/apache/kafka/pull/10929 -- 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

[GitHub] [kafka] jsancio commented on a diff in pull request #12245: KAFKA-13410; Add a --release-version flag for storage-tool

2022-06-03 Thread GitBox
jsancio commented on code in PR #12245: URL: https://github.com/apache/kafka/pull/12245#discussion_r889255627 ## core/src/test/scala/unit/kafka/tools/StorageToolTest.scala: ## @@ -162,7 +163,7 @@ Found problem: val stream = new ByteArrayOutputStream()

[jira] [Commented] (KAFKA-13959) Controller should unfence Broker with busy metadata log

2022-06-03 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17546695#comment-17546695 ] Jose Armando Garcia Sancio commented on KAFKA-13959: [~dengziming] [~showuon] Are

[jira] [Updated] (KAFKA-13959) Controller should unfence Broker with busy metadata log

2022-06-03 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jose Armando Garcia Sancio updated KAFKA-13959: --- Description: https://issues.apache.org/jira/browse/KAFKA-13955

[GitHub] [kafka] jsancio commented on pull request #12238: KAFKA-13955: Fix failing KRaftClusterTest tests

2022-06-03 Thread GitBox
jsancio commented on PR #12238: URL: https://github.com/apache/kafka/pull/12238#issuecomment-1146263145 I merged this PR to fix the tests and I created https://issues.apache.org/jira/browse/KAFKA-13959. > @showuon Yes, after we reach a consensus here, we should update the KIP and

[jira] [Created] (KAFKA-13959) Controller should unfence Broker with busy metadata log

2022-06-03 Thread Jose Armando Garcia Sancio (Jira)
Jose Armando Garcia Sancio created KAFKA-13959: -- Summary: Controller should unfence Broker with busy metadata log Key: KAFKA-13959 URL: https://issues.apache.org/jira/browse/KAFKA-13959

[GitHub] [kafka] niket-goel commented on a diff in pull request #12206: KAFKA-13888: Addition of Information in DescribeQuorumResponse about Voter Lag

2022-06-03 Thread GitBox
niket-goel commented on code in PR #12206: URL: https://github.com/apache/kafka/pull/12206#discussion_r889238615 ## clients/src/test/java/org/apache/kafka/clients/admin/KafkaAdminClientTest.java: ## @@ -4833,6 +4879,92 @@ public void testDescribeFeaturesFailure() { }

[GitHub] [kafka] jsancio merged pull request #12238: KAFKA-13955: Fix failing KRaftClusterTest tests

2022-06-03 Thread GitBox
jsancio merged PR #12238: URL: https://github.com/apache/kafka/pull/12238 -- 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] jsancio commented on pull request #12238: KIP-835: MetadataMaxIdleIntervalMs should be much bigger than brokerHeartbeatIntervalMs

2022-06-03 Thread GitBox
jsancio commented on PR #12238: URL: https://github.com/apache/kafka/pull/12238#issuecomment-1146244214 These are the failing tests: ``` Build / JDK 8 and Scala 2.12 / org.apache.kafka.connect.integration.RebalanceSourceConnectorsIntegrationTest.testRemovingWorker Build / JDK 8

[GitHub] [kafka] niket-goel commented on a diff in pull request #12206: KAFKA-13888: Addition of Information in DescribeQuorumResponse about Voter Lag

2022-06-03 Thread GitBox
niket-goel commented on code in PR #12206: URL: https://github.com/apache/kafka/pull/12206#discussion_r889220152 ## clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java: ## @@ -4321,6 +4328,91 @@ void handleFailure(Throwable throwable) { return

[jira] [Commented] (KAFKA-13936) Invalid consumer lag when monitoring from a kafka streams application

2022-06-03 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17546407#comment-17546407 ] Matthias J. Sax commented on KAFKA-13936: - The docs are in the same repository as the code:

[GitHub] [kafka] guozhangwang commented on a diff in pull request #12235: KAFKA-13945: add bytes/records consumed and produced metrics

2022-06-03 Thread GitBox
guozhangwang commented on code in PR #12235: URL: https://github.com/apache/kafka/pull/12235#discussion_r889168252 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/metrics/StreamsMetricsImpl.java: ## @@ -388,6 +401,40 @@ private String

[GitHub] [kafka] cmccabe commented on pull request #12238: KIP-835: MetadataMaxIdleIntervalMs should be much bigger than brokerHeartbeatIntervalMs

2022-06-03 Thread GitBox
cmccabe commented on PR #12238: URL: https://github.com/apache/kafka/pull/12238#issuecomment-1146163957 > Another solution is to require the broker to only catch up to the last committed offset when they last sent the heartbeat. I like this solution too. However, there are some

[jira] [Commented] (KAFKA-13953) kafka Console consumer fails with CorruptRecordException

2022-06-03 Thread Jun Rao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17546196#comment-17546196 ] Jun Rao commented on KAFKA-13953: - [~abasilbr] : If you have multiple replicas, it's unlikely all

[jira] [Resolved] (KAFKA-13803) Refactor Leader API Access

2022-06-03 Thread Jun Rao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao resolved KAFKA-13803. - Fix Version/s: 3.3.0 Resolution: Fixed merged the PR to trunk > Refactor Leader API Access >

[GitHub] [kafka] junrao merged pull request #12005: KAFKA-13803: Refactor Leader API Access

2022-06-03 Thread GitBox
junrao merged PR #12005: URL: https://github.com/apache/kafka/pull/12005 -- 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] jsancio opened a new pull request, #12249: MINOR; Test last committed record offset for Controllers

2022-06-03 Thread GitBox
jsancio opened a new pull request, #12249: URL: https://github.com/apache/kafka/pull/12249 As part of KIP-835, LastCommittedRecordOffset was added to the KafkaController metric type. Make sure to test that metric. ### Committer Checklist (excluded from commit message) - [ ]

[GitHub] [kafka] mimaison opened a new pull request, #12248: KAFKA-13958: Expose logdirs total and usable space via Kafka API (KIP…

2022-06-03 Thread GitBox
mimaison opened a new pull request, #12248: URL: https://github.com/apache/kafka/pull/12248 …-827) This implements KIP-827: https://cwiki.apache.org/confluence/display/KAFKA/KIP-827%3A+Expose+logdirs+total+and+usable+space+via+Kafka+API Add TotalBytes and UsableBytes to

[GitHub] [kafka] dajac merged pull request #12247: MINOR: replace ACL_AUTHORIZER attribute with ZK_ACL_AUTHORIZER

2022-06-03 Thread GitBox
dajac merged PR #12247: URL: https://github.com/apache/kafka/pull/12247 -- 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] dajac commented on pull request #12247: MINOR: replace ACL_AUTHORIZER attribute with ZK_ACL_AUTHORIZER

2022-06-03 Thread GitBox
dajac commented on PR #12247: URL: https://github.com/apache/kafka/pull/12247#issuecomment-1146095417 @AnGg98 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 to go to the specific comment. To

[GitHub] [kafka] AnGg98 commented on pull request #12247: MINOR: replace ACL_AUTHORIZER attribute with ZK_ACL_AUTHORIZER

2022-06-03 Thread GitBox
AnGg98 commented on PR #12247: URL: https://github.com/apache/kafka/pull/12247#issuecomment-1146080043 Test run successful:

[jira] [Resolved] (KAFKA-13883) KIP-835: Monitor Quorum

2022-06-03 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jose Armando Garcia Sancio resolved KAFKA-13883. Resolution: Fixed > KIP-835: Monitor Quorum >

[jira] [Resolved] (KAFKA-13918) Schedule or cancel nooprecord write on metadata version change

2022-06-03 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jose Armando Garcia Sancio resolved KAFKA-13918. Resolution: Duplicate > Schedule or cancel nooprecord write on

[GitHub] [kafka] vvcephei commented on pull request #12235: KAFKA-13945: add bytes/records consumed and produced metrics

2022-06-03 Thread GitBox
vvcephei commented on PR #12235: URL: https://github.com/apache/kafka/pull/12235#issuecomment-1146046545 @ableegoldman , you might want to take a look at the build I cancelled. Before it got stuck, there were a large number of failures:

[GitHub] [kafka] vvcephei commented on pull request #12235: KAFKA-13945: add bytes/records consumed and produced metrics

2022-06-03 Thread GitBox
vvcephei commented on PR #12235: URL: https://github.com/apache/kafka/pull/12235#issuecomment-1146044849 The prior build was hung. I cancelled it so the latest commit could be built. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [kafka] dajac commented on a diff in pull request #12244: HOTFIX: only try to clear discover-coordinator future upon commit

2022-06-03 Thread GitBox
dajac commented on code in PR #12244: URL: https://github.com/apache/kafka/pull/12244#discussion_r889014500 ## clients/src/test/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinatorTest.java: ## @@ -514,9 +514,50 @@ public void

[jira] [Assigned] (KAFKA-13908) RuntimeException will be thrown in BrokerServer.startup, not the cause of exception

2022-06-03 Thread Richard Joerger (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Joerger reassigned KAFKA-13908: --- Assignee: Richard Joerger > RuntimeException will be thrown in

[GitHub] [kafka] Moovlin commented on pull request #12170: KAFKA-13875 Adjusted the output the topic describe output to include TopicID & se…

2022-06-03 Thread GitBox
Moovlin commented on PR #12170: URL: https://github.com/apache/kafka/pull/12170#issuecomment-1146034275 @showuon You were correct. I went and added the "Configs:" column to the quickstart output. Great catch! -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [kafka] C0urante commented on pull request #11779: KAFKA-10000: Zombie fencing (KIP-618)

2022-06-03 Thread GitBox
C0urante commented on PR #11779: URL: https://github.com/apache/kafka/pull/11779#issuecomment-1146012029 Given that all merge conflicts have been resolved and https://github.com/apache/kafka/pull/11778 has already been approved, marking this as ready for review. -- This is an automated

[GitHub] [kafka] Moovlin commented on pull request #12246: KAFKA-13718: kafka-topics describe topic with default config will show `segment.bytes` overridden config

2022-06-03 Thread GitBox
Moovlin commented on PR #12246: URL: https://github.com/apache/kafka/pull/12246#issuecomment-1145980276 @showuon Thanks! Happy to help contribute to the project! -- 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-13875) update docs to include topoicId for kafka-topics.sh --describe output

2022-06-03 Thread Richard Joerger (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17545877#comment-17545877 ] Richard Joerger commented on KAFKA-13875: - The Jira which was blocking this previously has been

[GitHub] [kafka] showuon commented on pull request #12170: KAFKA-13875 Adjusted the output the topic describe output to include TopicID & se…

2022-06-03 Thread GitBox
showuon commented on PR #12170: URL: https://github.com/apache/kafka/pull/12170#issuecomment-1145979453 @Moovlin , IIRC, even if there's no any overridden configs, the `configs:` column will still be displayed. Could you confirm it by running the command once with the latest code? Thank

[GitHub] [kafka] dajac commented on a diff in pull request #12206: KAFKA-13888: Addition of Information in DescribeQuorumResponse about Voter Lag

2022-06-03 Thread GitBox
dajac commented on code in PR #12206: URL: https://github.com/apache/kafka/pull/12206#discussion_r888913198 ## clients/src/main/java/org/apache/kafka/clients/admin/Admin.java: ## @@ -1446,6 +1446,35 @@ default DescribeFeaturesResult describeFeatures() { */

[GitHub] [kafka] Moovlin commented on pull request #12170: KAFKA-13875 Adjusted the output the topic describe output to include TopicID & se…

2022-06-03 Thread GitBox
Moovlin commented on PR #12170: URL: https://github.com/apache/kafka/pull/12170#issuecomment-1145959126 @dengziming I went and submitted a PR for KAFKA-13718 which has since been merged into trunk. The PR (12246) keeps the kafka-topics.sh command from printing the segment.bytes values when

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

2022-06-03 Thread Richard Joerger (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Joerger reassigned KAFKA-13875: --- Assignee: Richard Joerger > update docs to include topoicId for kafka-topics.sh

[jira] [Commented] (KAFKA-13718) kafka-topics describe topic with default config will show `segment.bytes` overridden config

2022-06-03 Thread Richard Joerger (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17545865#comment-17545865 ] Richard Joerger commented on KAFKA-13718: - There was a question on if segment.bytes should be

[GitHub] [kafka] Moovlin commented on pull request #12167: KAFKA-13716 Added the DeleteRecordsCommandTest to test the CLI front end of the D…

2022-06-03 Thread GitBox
Moovlin commented on PR #12167: URL: https://github.com/apache/kafka/pull/12167#issuecomment-1145952034 Hey @showuon , just looking to see if you have any input on the last commit I made to this PR. -- This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Commented] (KAFKA-13936) Invalid consumer lag when monitoring from a kafka streams application

2022-06-03 Thread Prashanth Joseph Babu (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17545846#comment-17545846 ] Prashanth Joseph Babu commented on KAFKA-13936: --- [~mjsax] sure ! I'd love to ! I'm not

[jira] [Created] (KAFKA-13958) Expose logdirs total and usable space via Kafka API

2022-06-03 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-13958: -- Summary: Expose logdirs total and usable space via Kafka API Key: KAFKA-13958 URL: https://issues.apache.org/jira/browse/KAFKA-13958 Project: Kafka

[jira] [Commented] (KAFKA-13953) kafka Console consumer fails with CorruptRecordException

2022-06-03 Thread Aldan Brito (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17545837#comment-17545837 ] Aldan Brito commented on KAFKA-13953: - hi [~junrao] ,  there is no evidence of data corruption on

[jira] [Commented] (KAFKA-13957) Flaky Test StoreQueryIntegrationTest.shouldQuerySpecificActivePartitionStores

2022-06-03 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17545833#comment-17545833 ] A. Sophie Blee-Goldman commented on KAFKA-13957: Failed again > Flaky Test

[GitHub] [kafka] showuon commented on a diff in pull request #12179: [KAFKA-13848] Clients remain connected after SASL re-authentication f…

2022-06-03 Thread GitBox
showuon commented on code in PR #12179: URL: https://github.com/apache/kafka/pull/12179#discussion_r27862 ## clients/src/main/java/org/apache/kafka/common/security/authenticator/SaslServerAuthenticator.java: ## @@ -679,10 +679,11 @@ private long

[GitHub] [kafka] acsaki commented on a diff in pull request #12179: [KAFKA-13848] Clients remain connected after SASL re-authentication f…

2022-06-03 Thread GitBox
acsaki commented on code in PR #12179: URL: https://github.com/apache/kafka/pull/12179#discussion_r22004 ## clients/src/test/java/org/apache/kafka/common/network/SelectorTest.java: ## @@ -976,8 +975,11 @@ public void testChannelCloseWhileProcessingReceives() throws

[GitHub] [kafka] acsaki commented on a diff in pull request #12179: [KAFKA-13848] Clients remain connected after SASL re-authentication f…

2022-06-03 Thread GitBox
acsaki commented on code in PR #12179: URL: https://github.com/apache/kafka/pull/12179#discussion_r21809 ## clients/src/test/java/org/apache/kafka/common/network/SelectorTest.java: ## @@ -781,14 +781,13 @@ public void testConnectDisconnectDuringInSinglePoll() throws

[GitHub] [kafka] acsaki commented on a diff in pull request #12179: [KAFKA-13848] Clients remain connected after SASL re-authentication f…

2022-06-03 Thread GitBox
acsaki commented on code in PR #12179: URL: https://github.com/apache/kafka/pull/12179#discussion_r17853 ## build.gradle: ## @@ -1243,7 +1243,7 @@ project(':clients') { testImplementation libs.bcpkix testImplementation libs.junitJupiter -testImplementation

[GitHub] [kafka] acsaki commented on pull request #12179: [KAFKA-13848] Clients remain connected after SASL re-authentication f…

2022-06-03 Thread GitBox
acsaki commented on PR #12179: URL: https://github.com/apache/kafka/pull/12179#issuecomment-1145812750 > Nice tests! Thank you. Left some comments. Also, I found there are many tests failed with the error: > > ``` > org.opentest4j.AssertionFailedError: Topic [__consumer_offsets]

[GitHub] [kafka] acsaki commented on a diff in pull request #12179: [KAFKA-13848] Clients remain connected after SASL re-authentication f…

2022-06-03 Thread GitBox
acsaki commented on code in PR #12179: URL: https://github.com/apache/kafka/pull/12179#discussion_r12184 ## clients/src/main/java/org/apache/kafka/common/security/authenticator/SaslServerAuthenticator.java: ## @@ -679,10 +679,11 @@ private long

[GitHub] [kafka] ableegoldman commented on pull request #12235: KAFKA-13945: add bytes/records consumed and produced metrics

2022-06-03 Thread GitBox
ableegoldman commented on PR #12235: URL: https://github.com/apache/kafka/pull/12235#issuecomment-1145785669 @cadonna ok this is ready for another pass -- besides addressing your comments I made two changes worth noting: 1. I moved the produced/consumed metrics to a new `TopicMetrics`

[GitHub] [kafka] ableegoldman commented on a diff in pull request #12235: KAFKA-13945: add bytes/records consumed and produced metrics

2022-06-03 Thread GitBox
ableegoldman commented on code in PR #12235: URL: https://github.com/apache/kafka/pull/12235#discussion_r888782190 ## streams/src/test/java/org/apache/kafka/streams/processor/internals/metrics/ProcessorNodeMetricsTest.java: ## @@ -114,6 +116,63 @@ public void

[GitHub] [kafka] showuon commented on pull request #12238: KIP-835: MetadataMaxIdleIntervalMs should be much bigger than brokerHeartbeatIntervalMs

2022-06-03 Thread GitBox
showuon commented on PR #12238: URL: https://github.com/apache/kafka/pull/12238#issuecomment-1145703278 > should we allow the broker to be behind by A records (or time) to unfence the broker? I've similar solution came out yesterday, but then, I don't think this is a good solution

[GitHub] [kafka] showuon merged pull request #12243: MINOR: fix doc

2022-06-03 Thread GitBox
showuon merged PR #12243: URL: https://github.com/apache/kafka/pull/12243 -- 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] cadonna merged pull request #12210: KAFKA-13930: Add 3.2.0 to core upgrade and compatibility system tests

2022-06-03 Thread GitBox
cadonna merged PR #12210: URL: https://github.com/apache/kafka/pull/12210 -- 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] cadonna commented on pull request #12210: KAFKA-13930: Add 3.2.0 to core upgrade and compatibility system tests

2022-06-03 Thread GitBox
cadonna commented on PR #12210: URL: https://github.com/apache/kafka/pull/12210#issuecomment-1145660378 Build failures are unrelated. -- 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

[GitHub] [kafka] cadonna commented on pull request #12210: KAFKA-13930: Add 3.2.0 to core upgrade and compatibility system tests

2022-06-03 Thread GitBox
cadonna commented on PR #12210: URL: https://github.com/apache/kafka/pull/12210#issuecomment-1145659280 Passing system test run:

[GitHub] [kafka] ableegoldman commented on a diff in pull request #12235: KAFKA-13945: add bytes/records consumed and produced metrics

2022-06-03 Thread GitBox
ableegoldman commented on code in PR #12235: URL: https://github.com/apache/kafka/pull/12235#discussion_r888672094 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/RecordCollectorImpl.java: ## @@ -199,6 +201,7 @@ public void send(final String topic,

[GitHub] [kafka] ableegoldman commented on a diff in pull request #12235: KAFKA-13945: add bytes/records consumed and produced metrics

2022-06-03 Thread GitBox
ableegoldman commented on code in PR #12235: URL: https://github.com/apache/kafka/pull/12235#discussion_r888670820 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/RecordCollectorImpl.java: ## @@ -199,6 +201,7 @@ public void send(final String topic,

[GitHub] [kafka] AnGg98 opened a new pull request, #12247: replace ACL_AUTHORIZER attribute with ZK_ACL_AUTHORIZER

2022-06-03 Thread GitBox
AnGg98 opened a new pull request, #12247: URL: https://github.com/apache/kafka/pull/12247 Replace ACL_AUTHORIZER attribute with ZK_ACL_AUTHORIZER in tests. Required after the changes merged with https://github.com/apache/kafka/pull/12190 -- This is an automated message from the Apache