[jira] [Updated] (KAFKA-12531) kafka-consumer-groups list got multiple duplicate values

2021-03-23 Thread donglei (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] donglei updated KAFKA-12531: Description: I used kafka-consumer-groups.sh script to get the consumer group list, but it gets multiple

[jira] [Updated] (KAFKA-12531) kafka-consumer-groups list got multiple duplicate values

2021-03-23 Thread donglei (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] donglei updated KAFKA-12531: Description: I use > kafka-consumer-groups list got multiple duplicate values >

[jira] [Updated] (KAFKA-12531) kafka-consumer-groups list got multiple duplicate values

2021-03-23 Thread donglei (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] donglei updated KAFKA-12531: Summary: kafka-consumer-groups list got multiple duplicate values (was: kafka-consumer-groups list got)

[jira] [Created] (KAFKA-12531) kafka-consumer-groups list got

2021-03-23 Thread donglei (Jira)
donglei created KAFKA-12531: --- Summary: kafka-consumer-groups list got Key: KAFKA-12531 URL: https://issues.apache.org/jira/browse/KAFKA-12531 Project: Kafka Issue Type: Bug Affects Versions:

[jira] [Resolved] (KAFKA-12479) Combine partition offset requests into single request in ConsumerGroupCommand

2021-03-23 Thread Rajini Sivaram (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajini Sivaram resolved KAFKA-12479. Fix Version/s: 3.0.0 Reviewer: David Jacot Resolution: Fixed > Combine

[GitHub] [kafka] rajinisivaram merged pull request #10371: KAFKA-12479: Batch partition offset requests in ConsumerGroupCommand

2021-03-23 Thread GitBox
rajinisivaram merged pull request #10371: URL: https://github.com/apache/kafka/pull/10371 -- 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. For queries about this service,

[GitHub] [kafka] rajinisivaram commented on pull request #10371: KAFKA-12479: Batch partition offset requests in ConsumerGroupCommand

2021-03-23 Thread GitBox
rajinisivaram commented on pull request #10371: URL: https://github.com/apache/kafka/pull/10371#issuecomment-804769518 @dajac @chia7712 @ijuma Thanks for the reviews, merging to trunk. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Commented] (KAFKA-12475) Kafka Streams breaks EOS with remote state stores

2021-03-23 Thread Bruno Cadonna (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17306916#comment-17306916 ] Bruno Cadonna commented on KAFKA-12475: --- Yes, I agree with you. I mainly brought this up to have

[jira] [Commented] (KAFKA-12519) Consider Removing Streams Old Built-in Metrics Version

2021-03-23 Thread Bruno Cadonna (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17306914#comment-17306914 ] Bruno Cadonna commented on KAFKA-12519: --- [~ableegoldman] Good catch! I was sure I did mark it as a

[jira] [Updated] (KAFKA-12519) Consider Removing Streams Old Built-in Metrics Version

2021-03-23 Thread Bruno Cadonna (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Cadonna updated KAFKA-12519: -- Priority: Blocker (was: Major) > Consider Removing Streams Old Built-in Metrics Version >

[jira] [Commented] (KAFKA-12530) kafka-configs.sh does not work while changing the sasl jaas configurations.

2021-03-23 Thread kaushik srinivas (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17306892#comment-17306892 ] kaushik srinivas commented on KAFKA-12530: -- Hi [~enether] Can you provide us some inputs on

[jira] [Created] (KAFKA-12530) kafka-configs.sh does not work while changing the sasl jaas configurations.

2021-03-23 Thread kaushik srinivas (Jira)
kaushik srinivas created KAFKA-12530: Summary: kafka-configs.sh does not work while changing the sasl jaas configurations. Key: KAFKA-12530 URL: https://issues.apache.org/jira/browse/KAFKA-12530

[jira] [Created] (KAFKA-12529) kafka-configs.sh does not work while changing the sasl jaas configurations.

2021-03-23 Thread kaushik srinivas (Jira)
kaushik srinivas created KAFKA-12529: Summary: kafka-configs.sh does not work while changing the sasl jaas configurations. Key: KAFKA-12529 URL: https://issues.apache.org/jira/browse/KAFKA-12529

[jira] [Created] (KAFKA-12528) kafka-configs.sh does not work while changing the sasl jaas configurations.

2021-03-23 Thread kaushik srinivas (Jira)
kaushik srinivas created KAFKA-12528: Summary: kafka-configs.sh does not work while changing the sasl jaas configurations. Key: KAFKA-12528 URL: https://issues.apache.org/jira/browse/KAFKA-12528

[GitHub] [kafka] rajinisivaram commented on a change in pull request #10371: KAFKA-12479: Batch partition offset requests in ConsumerGroupCommand

2021-03-23 Thread GitBox
rajinisivaram commented on a change in pull request #10371: URL: https://github.com/apache/kafka/pull/10371#discussion_r599352571 ## File path: core/src/test/scala/unit/kafka/admin/ConsumerGroupServiceTest.scala ## @@ -0,0 +1,133 @@ +/** + * Licensed to the Apache Software

[GitHub] [kafka] guozhangwang opened a new pull request #10380: KAFKA-12527: Remove deprecated PartitionGrouper

2021-03-23 Thread GitBox
guozhangwang opened a new pull request #10380: URL: https://github.com/apache/kafka/pull/10380 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including

[GitHub] [kafka] dajac merged pull request #10351: MINOR: use new method to get number of topics in DeleteTopicsRequest

2021-03-23 Thread GitBox
dajac merged pull request #10351: URL: https://github.com/apache/kafka/pull/10351 -- 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. For queries about this service, please

[jira] [Updated] (KAFKA-12527) Remove deprecated "PartitionGrouper" interface

2021-03-23 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-12527: -- Summary: Remove deprecated "PartitionGrouper" interface (was: Remove deprecated

[jira] [Created] (KAFKA-12527) Remove deprecated "PartitionAssignor" interface

2021-03-23 Thread Guozhang Wang (Jira)
Guozhang Wang created KAFKA-12527: - Summary: Remove deprecated "PartitionAssignor" interface Key: KAFKA-12527 URL: https://issues.apache.org/jira/browse/KAFKA-12527 Project: Kafka Issue

[jira] [Created] (KAFKA-12526) Remove deprecated long ms overloads

2021-03-23 Thread Guozhang Wang (Jira)
Guozhang Wang created KAFKA-12526: - Summary: Remove deprecated long ms overloads Key: KAFKA-12526 URL: https://issues.apache.org/jira/browse/KAFKA-12526 Project: Kafka Issue Type: Sub-task

[jira] [Comment Edited] (KAFKA-8010) kafka-configs.sh does not allow setting config with an equal in the value

2021-03-23 Thread kaushik srinivas (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17306800#comment-17306800 ] kaushik srinivas edited comment on KAFKA-8010 at 3/23/21, 6:52 AM: --- Hi

[GitHub] [kafka] guozhangwang commented on pull request #10379: KAFKA12524: Remove deprecated segments()

2021-03-23 Thread GitBox
guozhangwang commented on pull request #10379: URL: https://github.com/apache/kafka/pull/10379#issuecomment-804662320 cc @vvcephei -- 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] guozhangwang opened a new pull request #10379: KAFKA12524: Remove deprecated segments()

2021-03-23 Thread GitBox
guozhangwang opened a new pull request #10379: URL: https://github.com/apache/kafka/pull/10379 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including

[GitHub] [kafka] guozhangwang commented on a change in pull request #10378: KAFKA-7106: remove deprecated Windows APIs

2021-03-23 Thread GitBox
guozhangwang commented on a change in pull request #10378: URL: https://github.com/apache/kafka/pull/10378#discussion_r599306972 ## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/RepartitionOptimizingTest.java ## @@ -185,8 +185,8 @@ private void

[jira] [Commented] (KAFKA-8010) kafka-configs.sh does not allow setting config with an equal in the value

2021-03-23 Thread kaushik srinivas (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17306800#comment-17306800 ] kaushik srinivas commented on KAFKA-8010: - Hi [~enether] Can you please share an example command

[jira] [Commented] (KAFKA-12463) Update default consumer partition assignor for sink tasks

2021-03-23 Thread Konstantine Karantasis (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17306798#comment-17306798 ] Konstantine Karantasis commented on KAFKA-12463: Long and interesting history of

[GitHub] [kafka] kkonstantine commented on pull request #10375: KAFKA-12522: Cast SMT should allow null value records to pass through

2021-03-23 Thread GitBox
kkonstantine commented on pull request #10375: URL: https://github.com/apache/kafka/pull/10375#issuecomment-804643837 To be more equipped to say whether this issue can be considered a release blocker or not (which is something that should be called out on the dev mailing list for any

[jira] [Created] (KAFKA-12525) Inaccurate task status due to status record interleaving in fast rebalances in Connect

2021-03-23 Thread Konstantine Karantasis (Jira)
Konstantine Karantasis created KAFKA-12525: -- Summary: Inaccurate task status due to status record interleaving in fast rebalances in Connect Key: KAFKA-12525 URL:

[jira] [Updated] (KAFKA-12525) Inaccurate task status due to status record interleaving in fast rebalances in Connect

2021-03-23 Thread Konstantine Karantasis (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantine Karantasis updated KAFKA-12525: --- Component/s: KafkaConnect > Inaccurate task status due to status record

[jira] [Commented] (KAFKA-7791) Not log retriable exceptions as errors

2021-03-23 Thread Dharmang Makwana (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-7791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17306787#comment-17306787 ] Dharmang Makwana commented on KAFKA-7791: - Hello Team, We are also getting the same issue and

<    1   2