[GitHub] [kafka] showuon commented on a change in pull request #11631: KAFKA-13563: clear FindCoordinatorFuture for non consumer group mode

2022-02-05 Thread GitBox
showuon commented on a change in pull request #11631: URL: https://github.com/apache/kafka/pull/11631#discussion_r800141904 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java ## @@ -488,7 +492,7 @@ public boolean

[GitHub] [kafka] showuon commented on a change in pull request #11631: KAFKA-13563: clear FindCoordinatorFuture for non consumer group mode

2022-02-05 Thread GitBox
showuon commented on a change in pull request #11631: URL: https://github.com/apache/kafka/pull/11631#discussion_r800141904 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java ## @@ -488,7 +492,7 @@ public boolean

[GitHub] [kafka] showuon commented on a change in pull request #11631: KAFKA-13563: clear FindCoordinatorFuture for non consumer group mode

2022-02-05 Thread GitBox
showuon commented on a change in pull request #11631: URL: https://github.com/apache/kafka/pull/11631#discussion_r800141737 ## File path: clients/src/test/java/org/apache/kafka/clients/consumer/KafkaConsumerTest.java ## @@ -192,6 +192,9 @@ private final String

[GitHub] [kafka] showuon commented on a change in pull request #11631: KAFKA-13563: clear FindCoordinatorFuture for non consumer group mode

2022-02-05 Thread GitBox
showuon commented on a change in pull request #11631: URL: https://github.com/apache/kafka/pull/11631#discussion_r800141507 ## File path: core/src/test/scala/integration/kafka/api/AuthorizerIntegrationTest.scala ## @@ -1037,7 +1037,8 @@ class AuthorizerIntegrationTest extends

[GitHub] [kafka] showuon commented on a change in pull request #11631: KAFKA-13563: clear FindCoordinatorFuture for non consumer group mode

2022-02-05 Thread GitBox
showuon commented on a change in pull request #11631: URL: https://github.com/apache/kafka/pull/11631#discussion_r800141430 ## File path: clients/src/test/java/org/apache/kafka/clients/consumer/KafkaConsumerTest.java ## @@ -2641,14 +2565,16 @@ private FetchResponse

[GitHub] [kafka] showuon commented on a change in pull request #11631: KAFKA-13563: clear FindCoordinatorFuture for non consumer group mode

2022-02-05 Thread GitBox
showuon commented on a change in pull request #11631: URL: https://github.com/apache/kafka/pull/11631#discussion_r800141328 ## File path: clients/src/test/java/org/apache/kafka/clients/consumer/KafkaConsumerTest.java ## @@ -660,15 +645,12 @@ public void

[GitHub] [kafka] jasonk000 commented on pull request #11721: KAFKA-13629: use faster algorithm for ByteUtils sizeOfXxx algorithm

2022-02-05 Thread GitBox
jasonk000 commented on pull request #11721: URL: https://github.com/apache/kafka/pull/11721#issuecomment-1030737954 I had misread spotbugs output and used the CI spotbugs steps, fixed it now =) -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [kafka] chia7712 merged pull request #11469: MINOR: disable zookeeper.sasl.client to avoid false error

2022-02-05 Thread GitBox
chia7712 merged pull request #11469: URL: https://github.com/apache/kafka/pull/11469 -- 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] chia7712 commented on pull request #11469: MINOR: disable zookeeper.sasl.client to avoid false error

2022-02-05 Thread GitBox
chia7712 commented on pull request #11469: URL: https://github.com/apache/kafka/pull/11469#issuecomment-1030685984 ``` Build / JDK 11 and Scala 2.13 / kafka.api.PlaintextAdminIntegrationTest.testReplicaCanFetchFromLogStartOffsetAfterDeleteRecords() ``` ``` Build / JDK 8 and

[GitHub] [kafka] hachikuji merged pull request #11734: MINOR: Do not use optional args in `ProducerStateManager`

2022-02-05 Thread GitBox
hachikuji merged pull request #11734: URL: https://github.com/apache/kafka/pull/11734 -- 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] hachikuji merged pull request #11691: KAFKA-13598: enable idempotence producer by default and validate the configs

2022-02-05 Thread GitBox
hachikuji merged pull request #11691: URL: https://github.com/apache/kafka/pull/11691 -- 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] hachikuji commented on pull request #11691: KAFKA-13598: enable idempotence producer by default and validate the configs

2022-02-05 Thread GitBox
hachikuji commented on pull request #11691: URL: https://github.com/apache/kafka/pull/11691#issuecomment-1030677045 The updates LGTM. Merging to trunk, 3.1, and 3.0. Thanks @showuon! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Comment Edited] (KAFKA-13641) Kafka Streams Scala: Add `Option` to `ValueJoiner` parameters

2022-02-05 Thread Mohammad Yousuf Minhaj Zia (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17487519#comment-17487519 ] Mohammad Yousuf Minhaj Zia edited comment on KAFKA-13641 at 2/5/22, 6:36 PM:

[jira] [Commented] (KAFKA-13641) Kafka Streams Scala: Add `Option` to `ValueJoiner` parameters

2022-02-05 Thread Mohammad Yousuf Minhaj Zia (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17487519#comment-17487519 ] Mohammad Yousuf Minhaj Zia commented on KAFKA-13641: I see. Just wondering what the

[GitHub] [kafka] dajac commented on a change in pull request #11586: KAFKA-13516: Connection level metrics are not closed

2022-02-05 Thread GitBox
dajac commented on a change in pull request #11586: URL: https://github.com/apache/kafka/pull/11586#discussion_r800075216 ## File path: clients/src/main/java/org/apache/kafka/common/network/Selector.java ## @@ -945,6 +947,8 @@ private void close(KafkaChannel channel, CloseMode

[GitHub] [kafka] splett2 commented on a change in pull request #11586: KAFKA-13516: Connection level metrics are not closed

2022-02-05 Thread GitBox
splett2 commented on a change in pull request #11586: URL: https://github.com/apache/kafka/pull/11586#discussion_r800073769 ## File path: clients/src/main/java/org/apache/kafka/common/network/Selector.java ## @@ -945,6 +947,8 @@ private void close(KafkaChannel channel,

[GitHub] [kafka] splett2 commented on a change in pull request #11586: KAFKA-13516: Connection level metrics are not closed

2022-02-05 Thread GitBox
splett2 commented on a change in pull request #11586: URL: https://github.com/apache/kafka/pull/11586#discussion_r800073769 ## File path: clients/src/main/java/org/apache/kafka/common/network/Selector.java ## @@ -945,6 +947,8 @@ private void close(KafkaChannel channel,

[GitHub] [kafka] showuon commented on pull request #11681: KAFKA-8785: fix request timeout by waiting for brokers up at the begining

2022-02-05 Thread GitBox
showuon commented on pull request #11681: URL: https://github.com/apache/kafka/pull/11681#issuecomment-1030619107 @dajac , thanks for the comment. > We could perhaps apply the suggestion that I've made to fix the flaky tests Sure. I'll update the PR later. > file a

[GitHub] [kafka] showuon commented on pull request #11705: KAFKA-9847: add config to set default store type

2022-02-05 Thread GitBox
showuon commented on pull request #11705: URL: https://github.com/apache/kafka/pull/11705#issuecomment-1030618945 @mjsax @guozhangwang , this PR is ready for review. Thank you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [kafka] chia7712 commented on pull request #11469: MINOR: disable zookeeper.sasl.client to avoid false error

2022-02-05 Thread GitBox
chia7712 commented on pull request #11469: URL: https://github.com/apache/kafka/pull/11469#issuecomment-1030612949 > Any reason why this wasn't merged? will merge it if QA pass :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [kafka] dajac commented on pull request #11681: KAFKA-8785: fix request timeout by waiting for brokers up at the begining

2022-02-05 Thread GitBox
dajac commented on pull request #11681: URL: https://github.com/apache/kafka/pull/11681#issuecomment-1030592956 @showuon Thanks for the PR. I left a suggestion. Overall, I wonder if the real issue is in the admin client. If we have all the brokers in the bootstrap list, it should be able

[GitHub] [kafka] dajac commented on a change in pull request #11681: KAFKA-8785: fix request timeout by waiting for brokers up at the begining

2022-02-05 Thread GitBox
dajac commented on a change in pull request #11681: URL: https://github.com/apache/kafka/pull/11681#discussion_r800041619 ## File path: core/src/test/scala/unit/kafka/admin/LeaderElectionCommandTest.scala ## @@ -55,9 +54,18 @@ final class LeaderElectionCommandTest(cluster:

[GitHub] [kafka] dajac commented on pull request #11586: KAFKA-13516: Connection level metrics are not closed

2022-02-05 Thread GitBox
dajac commented on pull request #11586: URL: https://github.com/apache/kafka/pull/11586#issuecomment-1030581570 @dongjinleekr Could we also add a unit test which verifies that connection metrics are closed? -- This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (KAFKA-13641) Kafka Streams Scala: Add `Option` to `ValueJoiner` parameters

2022-02-05 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17487433#comment-17487433 ] Matthias J. Sax commented on KAFKA-13641: - I don't have a good intuition atm what a good way

[jira] [Commented] (KAFKA-13641) Kafka Streams Scala: Add `Option` to `ValueJoiner` parameters

2022-02-05 Thread Kvicii.Yu (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17487431#comment-17487431 ] Kvicii.Yu commented on KAFKA-13641: --- [~yzia2000]  I don't think it's a good idea to modify the method