[GitHub] [kafka] showuon commented on a change in pull request #10509: KAFKA-12464: enhance constrained sticky Assign algorithm

2021-05-02 Thread GitBox
showuon commented on a change in pull request #10509: URL: https://github.com/apache/kafka/pull/10509#discussion_r624907183 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractStickyAssignor.java ## @@ -163,127 +159,180 @@ private boolean al

[GitHub] [kafka] chia7712 commented on pull request #10628: MINOR: Mark case objects as final

2021-05-02 Thread GitBox
chia7712 commented on pull request #10628: URL: https://github.com/apache/kafka/pull/10628#issuecomment-831060618 > I think this is noisy without much value. I've never seen a problem caused by this in practice. Thanks for this response! close this ticket. -- This is an automated

[GitHub] [kafka] chia7712 closed pull request #10628: MINOR: Mark case objects as final

2021-05-02 Thread GitBox
chia7712 closed pull request #10628: URL: https://github.com/apache/kafka/pull/10628 -- 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, pleas

[GitHub] [kafka] ijuma commented on pull request #10628: MINOR: Mark case objects as final

2021-05-02 Thread GitBox
ijuma commented on pull request #10628: URL: https://github.com/apache/kafka/pull/10628#issuecomment-831060008 I think this is noisy without much value. I've never seen a problem caused by this in practice. -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [kafka] chia7712 opened a new pull request #10628: MINOR: Mark case objects as final

2021-05-02 Thread GitBox
chia7712 opened a new pull request #10628: URL: https://github.com/apache/kafka/pull/10628 follow scala best practices - Mark case objects as final (https://nrinaudo.github.io/scala-best-practices/adts/final_case_objects.html) ### Committer Checklist (excluded from commit message)

[GitHub] [kafka] chia7712 merged pull request #10535: MINOR: Remove duplicate method in test classes

2021-05-02 Thread GitBox
chia7712 merged pull request #10535: URL: https://github.com/apache/kafka/pull/10535 -- 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, pleas

[GitHub] [kafka] chia7712 commented on a change in pull request #10259: MINOR: Provide valid examples in README page.

2021-05-02 Thread GitBox
chia7712 commented on a change in pull request #10259: URL: https://github.com/apache/kafka/pull/10259#discussion_r624868598 ## File path: tests/README.md ## @@ -97,26 +97,26 @@ Examining CI run * Set BUILD_ID is travis ci's build id. E.g. build id is 1695198

[GitHub] [kafka] showuon commented on a change in pull request #10509: KAFKA-12464: enhance constrained sticky Assign algorithm

2021-05-02 Thread GitBox
showuon commented on a change in pull request #10509: URL: https://github.com/apache/kafka/pull/10509#discussion_r624863085 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractStickyAssignor.java ## @@ -82,6 +80,8 @@ public MemberData(List p

[GitHub] [kafka] dengziming commented on a change in pull request #10535: MINOR: Remove duplicate method in test classes

2021-05-02 Thread GitBox
dengziming commented on a change in pull request #10535: URL: https://github.com/apache/kafka/pull/10535#discussion_r624846310 ## File path: core/src/test/scala/unit/kafka/server/AbstractApiVersionsRequestTest.scala ## @@ -49,7 +49,9 @@ abstract class AbstractApiVersionsReques

[GitHub] [kafka] vitojeng commented on pull request #10597: KAFKA-5876: Apply StreamsNotStartedException for Interactive Queries

2021-05-02 Thread GitBox
vitojeng commented on pull request #10597: URL: https://github.com/apache/kafka/pull/10597#issuecomment-830978100 @ableegoldman Please take a look. :) -- 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 g

[GitHub] [kafka] rondagostino commented on pull request #10550: MINOR: Add support for ZK Authorizer with KRaft

2021-05-02 Thread GitBox
rondagostino commented on pull request #10550: URL: https://github.com/apache/kafka/pull/10550#issuecomment-830858518 @cmccabe The code now auto-creates any ZooKeeper chroot in `KafkaZkClient.apply()`. I added a unit test for it in KafkaZkClientTest, which passes, and it also gets exercis

[GitHub] [kafka] ijuma commented on pull request #10627: MINOR: dozen of version upgrades (for both dependencies and gradle plugins)

2021-05-02 Thread GitBox
ijuma commented on pull request #10627: URL: https://github.com/apache/kafka/pull/10627#issuecomment-830857703 There was an open PR that I just merged that included a subset of these changes. Also, we don't necessarily bump everything blindly. We usually check the release notes and include

[GitHub] [kafka] ijuma merged pull request #10619: MINOR: Update test libraries and gradle plugins for better JDK 16/17 support

2021-05-02 Thread GitBox
ijuma merged pull request #10619: URL: https://github.com/apache/kafka/pull/10619 -- 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 c

[GitHub] [kafka] dejan2609 opened a new pull request #10627: MINOR: dozen of version upgrades (for both dependencies and gradle plugins)

2021-05-02 Thread GitBox
dejan2609 opened a new pull request #10627: URL: https://github.com/apache/kafka/pull/10627 As in title; I can change git commit message and provide full list of version upgrades and/or create corresponding JIRA ticket. Note: line `scalatest: "org.scalatest:scalatest_$versions.baseS

[GitHub] [kafka] chia7712 merged pull request #10623: MINOR: Clean up some redundant code from ReplicaManager

2021-05-02 Thread GitBox
chia7712 merged pull request #10623: URL: https://github.com/apache/kafka/pull/10623 -- 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, pleas

[GitHub] [kafka] chia7712 commented on a change in pull request #10623: MINOR: Clean up some redundant code from ReplicaManager

2021-05-02 Thread GitBox
chia7712 commented on a change in pull request #10623: URL: https://github.com/apache/kafka/pull/10623#discussion_r624721841 ## File path: core/src/main/scala/kafka/server/ReplicaManager.scala ## @@ -434,7 +433,6 @@ class ReplicaManager(val config: KafkaConfig,

[GitHub] [kafka] dejan2609 commented on pull request #10626: KAFKA-12744: Breaking change dependency upgrade: "argparse4j" 0.7.0 -->> 0.9.0

2021-05-02 Thread GitBox
dejan2609 commented on pull request #10626: URL: https://github.com/apache/kafka/pull/10626#issuecomment-830835598 @ijuma To be honest: no, I did not test commands directly (thing is that **_Kafka CLI tools_** are a new concept for me). Just to be sure: I presume you are referring to th

[GitHub] [kafka] chia7712 commented on a change in pull request #10535: MINOR: Remove duplicate method in test classes

2021-05-02 Thread GitBox
chia7712 commented on a change in pull request #10535: URL: https://github.com/apache/kafka/pull/10535#discussion_r624720706 ## File path: core/src/test/scala/unit/kafka/server/BaseRequestTest.scala ## @@ -136,7 +135,7 @@ abstract class BaseRequestTest extends IntegrationTestH

[GitHub] [kafka] chia7712 commented on a change in pull request #10535: MINOR: Remove duplicate method in test classes

2021-05-02 Thread GitBox
chia7712 commented on a change in pull request #10535: URL: https://github.com/apache/kafka/pull/10535#discussion_r624720561 ## File path: core/src/test/scala/unit/kafka/server/AbstractApiVersionsRequestTest.scala ## @@ -49,7 +49,9 @@ abstract class AbstractApiVersionsRequestT

[GitHub] [kafka] ijuma commented on pull request #10626: KAFKA-12744: Breaking change dependency upgrade: "argparse4j" 0.7.0 -->> 0.9.0

2021-05-02 Thread GitBox
ijuma commented on pull request #10626: URL: https://github.com/apache/kafka/pull/10626#issuecomment-830813257 Thanks for the PR. Given that testing for CLI tools is usually not as good as it should be, have you tried running the commands yourself after these changes? -- This is an auto

[GitHub] [kafka] dejan2609 commented on a change in pull request #10626: KAFKA-12744: Breaking change dependency upgrade: "argparse4j" 0.7.0 -->> 0.9.0

2021-05-02 Thread GitBox
dejan2609 commented on a change in pull request #10626: URL: https://github.com/apache/kafka/pull/10626#discussion_r624694456 ## File path: shell/src/main/java/org/apache/kafka/shell/ManCommandHandler.java ## @@ -87,7 +87,7 @@ public void run(Optional shell, writer

[GitHub] [kafka] dejan2609 opened a new pull request #10626: KAFKA-12744: Breaking change dependency upgrade: "argparse4j" 0.7.0 -->> 0.9.0

2021-05-02 Thread GitBox
dejan2609 opened a new pull request #10626: URL: https://github.com/apache/kafka/pull/10626 Corresponding JIRA ticket: https://issues.apache.org/jira/browse/KAFKA-12744 Migration guide: https://argparse4j.github.io/migration.html#to-0-8-0 Release notes: * https://github.co

[GitHub] [kafka] ijuma commented on a change in pull request #10619: MINOR: Update test libraries and gradle plugins for better JDK 16/17 support

2021-05-02 Thread GitBox
ijuma commented on a change in pull request #10619: URL: https://github.com/apache/kafka/pull/10619#discussion_r624691256 ## File path: build.gradle ## @@ -30,15 +30,15 @@ buildscript { } plugins { - id 'com.diffplug.spotless' version '5.10.2' - id 'com.github.ben-manes.v

[jira] [Created] (KAFKA-12744) Breaking change dependency upgrade: "argparse4j" 0.7.0 -->> 0.9.0

2021-05-02 Thread Jira
Dejan Stojadinović created KAFKA-12744: -- Summary: Breaking change dependency upgrade: "argparse4j" 0.7.0 -->> 0.9.0 Key: KAFKA-12744 URL: https://issues.apache.org/jira/browse/KAFKA-12744 Project

[jira] [Commented] (KAFKA-12703) Unencrypted PEM files can't be loaded

2021-05-02 Thread Dongjin Lee (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17338000#comment-17338000 ] Dongjin Lee commented on KAFKA-12703: - [~trobador] It seems like you are right. Acco

[GitHub] [kafka] dengziming commented on a change in pull request #10535: MINOR: Remove duplicate method in test classes

2021-05-02 Thread GitBox
dengziming commented on a change in pull request #10535: URL: https://github.com/apache/kafka/pull/10535#discussion_r624667493 ## File path: core/src/test/scala/unit/kafka/server/BaseRequestTest.scala ## @@ -136,7 +135,7 @@ abstract class BaseRequestTest extends IntegrationTes

[jira] [Updated] (KAFKA-12743) [Kafka Streams] - regex name for state-store change-log topic

2021-05-02 Thread Sergey Zyrianov (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Zyrianov updated KAFKA-12743: Component/s: mirrormaker > [Kafka Streams] - regex name for state-store change-log topic >

[jira] [Updated] (KAFKA-12743) [Kafka Streams] - regex name for state-store change-log topic

2021-05-02 Thread Sergey Zyrianov (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Zyrianov updated KAFKA-12743: Description: Currently, when working with Kafka backed state stores in Kafka Streams, thes

[jira] [Updated] (KAFKA-12743) [Kafka Streams] - regex name for state-store change-log topic

2021-05-02 Thread Sergey Zyrianov (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Zyrianov updated KAFKA-12743: Description: Currently, when working with Kafka backed state stores in Kafka Streams, thes

[jira] [Updated] (KAFKA-12743) [Kafka Streams] - regex name for state-store change-log topic

2021-05-02 Thread Sergey Zyrianov (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Zyrianov updated KAFKA-12743: Description: Currently, when working with Kafka backed state stores in Kafka Streams, thes

[jira] [Created] (KAFKA-12743) [Kafka Streams] - regex name for state-store change-log topic

2021-05-02 Thread Sergey Zyrianov (Jira)
Sergey Zyrianov created KAFKA-12743: --- Summary: [Kafka Streams] - regex name for state-store change-log topic Key: KAFKA-12743 URL: https://issues.apache.org/jira/browse/KAFKA-12743 Project: Kafka

[GitHub] [kafka] wenbingshen commented on pull request #10625: MINOR: Fix error log for bounce broker

2021-05-02 Thread GitBox
wenbingshen commented on pull request #10625: URL: https://github.com/apache/kafka/pull/10625#issuecomment-830764301 @chia7712 Can you also take a look at this pr if you have free time? Thanks. :) -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [kafka] wenbingshen commented on pull request #10623: MINOR: Clean up some redundant code from ReplicaManager

2021-05-02 Thread GitBox
wenbingshen commented on pull request #10623: URL: https://github.com/apache/kafka/pull/10623#issuecomment-830764180 @chia7712 Can you take a look at this pr if you have free time? Thanks, :) -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [kafka] wenbingshen opened a new pull request #10625: MINOR: Fix error log for bounce broker

2021-05-02 Thread GitBox
wenbingshen opened a new pull request #10625: URL: https://github.com/apache/kafka/pull/10625 bounce leader broker for topic partition was mistakenly log as a follower broker ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Ve