[GitHub] [kafka] twobeeb commented on pull request #11575: KAFKA-13511: Add support for different unix precisions in TimestampConverter SMT

2022-02-17 Thread GitBox
twobeeb commented on pull request #11575: URL: https://github.com/apache/kafka/pull/11575#issuecomment-1042696537 @tombentley Thanks for your inputs. Regarding your last comment which I fixed, the same case could be made for `target.type`. https://github.com/apache/kafka/blob/tr

[GitHub] [kafka] showuon commented on pull request #11768: MINOR: Optimize the matches method of AccessControlEntryFilter

2022-02-17 Thread GitBox
showuon commented on pull request #11768: URL: https://github.com/apache/kafka/pull/11768#issuecomment-1042730089 @RivenSun2 , do you think we can close this PR? Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [kafka] dengziming closed pull request #11261: KAFKA-13228: ApiVersionRequest is not properly handled in KRaft co-resident mode

2022-02-17 Thread GitBox
dengziming closed pull request #11261: URL: https://github.com/apache/kafka/pull/11261 -- 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-unsubs

[GitHub] [kafka] RivenSun2 commented on pull request #11768: MINOR: Optimize the matches method of AccessControlEntryFilter

2022-02-17 Thread GitBox
RivenSun2 commented on pull request #11768: URL: https://github.com/apache/kafka/pull/11768#issuecomment-1042743233 @showuon I think this PR makes sense to make each line code of AccessControlEntryFilter#matches consistent in style `!host().equals(other.host())` `!operation().

[GitHub] [kafka] showuon commented on pull request #11768: MINOR: Optimize the matches method of AccessControlEntryFilter

2022-02-17 Thread GitBox
showuon commented on pull request #11768: URL: https://github.com/apache/kafka/pull/11768#issuecomment-1042750546 Yes, I know what you mean, but I don't think this is better and have one more function called. If you still think this change makes sense, you can ask for other reviewer's comm

[GitHub] [kafka] RivenSun2 commented on pull request #11768: MINOR: Optimize the matches method of AccessControlEntryFilter

2022-02-17 Thread GitBox
RivenSun2 commented on pull request #11768: URL: https://github.com/apache/kafka/pull/11768#issuecomment-1042758697 @showuon Thank you for your reply In fact, both the `AccessControlEntryFilter` and `AccessControlEntry` classes access each attribute field of the `AccessControlEntryDa

[GitHub] [kafka] dengziming opened a new pull request #11784: KAFKA-13228; Ensure ApiVersionRequest is properly handled KRaft co-resident mode

2022-02-17 Thread GitBox
dengziming opened a new pull request #11784: URL: https://github.com/apache/kafka/pull/11784 *More detailed description of your change* Normally, a broker connects to the active controller to learn its ApiVersions, and in co-resident KRaft mode, a broker get the ApiVersions directly fro

[GitHub] [kafka] dengziming commented on a change in pull request #11784: KAFKA-13228; Ensure ApiVersionRequest is properly handled KRaft co-resident mode

2022-02-17 Thread GitBox
dengziming commented on a change in pull request #11784: URL: https://github.com/apache/kafka/pull/11784#discussion_r808859493 ## File path: core/src/main/scala/kafka/server/BrokerToControllerChannelManager.scala ## @@ -159,12 +161,12 @@ class BrokerToControllerChannelManagerI

[GitHub] [kafka] tim-patterson commented on a change in pull request #11493: KAFKA-12959: Prioritise assigning standby tasks to threads without any active tasks

2022-02-17 Thread GitBox
tim-patterson commented on a change in pull request #11493: URL: https://github.com/apache/kafka/pull/11493#discussion_r808822957 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamsPartitionAssignor.java ## @@ -1140,6 +1196,13 @@ private bo

[GitHub] [kafka] tim-patterson commented on pull request #11493: KAFKA-12959: Prioritise assigning standby tasks to threads without any active tasks

2022-02-17 Thread GitBox
tim-patterson commented on pull request #11493: URL: https://github.com/apache/kafka/pull/11493#issuecomment-1042767690 Thanks for the review @showuon. I've pushed up some of the minor stuff, I'll finish off the unit tests and try merging `assignStatefulTasksToThreads` and `assignStatele

[GitHub] [kafka] dengziming opened a new pull request #11785: MINOR: Remove unused AdminZkClient in MetadataSupport

2022-02-17 Thread GitBox
dengziming opened a new pull request #11785: URL: https://github.com/apache/kafka/pull/11785 *More detailed description of your change* Remove unused AdminZkClient in MetadataSupport *Summary of testing strategy (including rationale)* QA ### Committer Checklist (excluded

[jira] [Created] (KAFKA-13674) Failure on ZOS due to IOException when attempting to fsync the parent directory

2022-02-17 Thread Hong Yi Zhang (Jira)
Hong Yi Zhang created KAFKA-13674: - Summary: Failure on ZOS due to IOException when attempting to fsync the parent directory Key: KAFKA-13674 URL: https://issues.apache.org/jira/browse/KAFKA-13674 Pro

[jira] [Updated] (KAFKA-13674) Failure on ZOS due to IOException when attempting to fsync the parent directory

2022-02-17 Thread Hong Yi Zhang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hong Yi Zhang updated KAFKA-13674: -- Description: It appears to be the similar issue with [#KAFKA-13391]on ZOS due to fsync the pa

[GitHub] [kafka] cadonna commented on a change in pull request #11760: KAFKA-13600: Kafka Streams - Fall back to most caught up client if no caught up clients exist

2022-02-17 Thread GitBox
cadonna commented on a change in pull request #11760: URL: https://github.com/apache/kafka/pull/11760#discussion_r808907120 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/assignment/TaskMovement.java ## @@ -102,17 +109,26 @@ static int assignA

[GitHub] [kafka] cadonna commented on a change in pull request #11760: KAFKA-13600: Kafka Streams - Fall back to most caught up client if no caught up clients exist

2022-02-17 Thread GitBox
cadonna commented on a change in pull request #11760: URL: https://github.com/apache/kafka/pull/11760#discussion_r808913458 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/assignment/TaskMovement.java ## @@ -102,17 +109,26 @@ static int assignA

[jira] [Updated] (KAFKA-13674) Failure on ZOS due to IOException when attempting to fsync the parent directory

2022-02-17 Thread Hong Yi Zhang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hong Yi Zhang updated KAFKA-13674: -- Description: It appears to be the similar issue with   [KAFKA-13391|https://issues.apache.org/

[jira] [Commented] (KAFKA-13671) Power (ppc64le) support for kafka

2022-02-17 Thread Abhijit (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17493881#comment-17493881 ] Abhijit commented on KAFKA-13671: - On the ppc64le VM provided to community, I built kafk

[jira] [Updated] (KAFKA-13671) Power (ppc64le) support for kafka

2022-02-17 Thread Abhijit (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhijit updated KAFKA-13671: Attachment: (was: kafka_ConsumerBounceTest_IT.txt) > Power (ppc64le) support for kafka > -

[jira] [Updated] (KAFKA-13671) Power (ppc64le) support for kafka

2022-02-17 Thread Abhijit (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhijit updated KAFKA-13671: Attachment: kafka_ConsumerBounceTest_IT.txt > Power (ppc64le) support for kafka >

[jira] [Updated] (KAFKA-13671) Power (ppc64le) support for kafka

2022-02-17 Thread Abhijit (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhijit updated KAFKA-13671: Attachment: kafka_ConsumerBounceTest_IT.txt kafka_IT.txt kafka_UnitTest.txt

[GitHub] [kafka] dengziming opened a new pull request #11786: MINOR: Add KRaft broker api to protocol docs

2022-02-17 Thread GitBox
dengziming opened a new pull request #11786: URL: https://github.com/apache/kafka/pull/11786 *More detailed description of your change* Currently in the [kafka protocols page](https://kafka.apache.org/protocol), we miss some KRaft protocol, for example DescribeQuorumRequest(55) ![ima

[GitHub] [kafka] dengziming commented on pull request #11785: MINOR: Remove unused AdminZkClient in MetadataSupport

2022-02-17 Thread GitBox
dengziming commented on pull request #11785: URL: https://github.com/apache/kafka/pull/11785#issuecomment-1042863147 cc @showuon 🤝 -- 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 co

[GitHub] [kafka] ableegoldman opened a new pull request #11787: KAFKA-12738: tracking task errors

2022-02-17 Thread GitBox
ableegoldman opened a new pull request #11787: URL: https://github.com/apache/kafka/pull/11787 Note: this is just part 1 of the error handling work, and is intended to lay the groundwork for identifying and handling tasks that are unstable so that they don't affect the ability of the other

[GitHub] [kafka] showuon merged pull request #11768: MINOR: Optimize the matches method of AccessControlEntryFilter

2022-02-17 Thread GitBox
showuon merged pull request #11768: URL: https://github.com/apache/kafka/pull/11768 -- 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-unsubscr.

[GitHub] [kafka] cadonna commented on pull request #11610: KAFKA-13549: Add repartition.purge.interval.ms

2022-02-17 Thread GitBox
cadonna commented on pull request #11610: URL: https://github.com/apache/kafka/pull/11610#issuecomment-1042923168 @nicktelford and @mjsax Do you think we can get this PR merged by March 16th so that we can ship this feature with AK 3.2.0? -- This is an automated message from the Apache G

[GitHub] [kafka] nicktelford commented on pull request #11610: KAFKA-13549: Add repartition.purge.interval.ms

2022-02-17 Thread GitBox
nicktelford commented on pull request #11610: URL: https://github.com/apache/kafka/pull/11610#issuecomment-1042935934 @cadonna I believe the only missing piece is the test(s), which should be done well before March 16th. -- This is an automated message from the Apache Git Service. To res

[GitHub] [kafka] showuon commented on pull request #11785: MINOR: Remove unused AdminZkClient in MetadataSupport

2022-02-17 Thread GitBox
showuon commented on pull request #11785: URL: https://github.com/apache/kafka/pull/11785#issuecomment-1042936603 I'll check it tomorrow. 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

[GitHub] [kafka] showuon opened a new pull request #11788: KAFKA-13673: disable idempotence when config conflicts

2022-02-17 Thread GitBox
showuon opened a new pull request #11788: URL: https://github.com/apache/kafka/pull/11788 JIRA: [KAFKA-13673](https://issues.apache.org/jira/browse/KAFKA-13673) Disable idempotence when config conflicts and add tests ### Committer Checklist (excluded from commit message)

[GitHub] [kafka] showuon commented on a change in pull request #11788: KAFKA-13673: disable idempotence when config conflicts

2022-02-17 Thread GitBox
showuon commented on a change in pull request #11788: URL: https://github.com/apache/kafka/pull/11788#discussion_r809037746 ## File path: clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java ## @@ -514,7 +514,7 @@ private TransactionManager configureTran

[GitHub] [kafka] showuon commented on a change in pull request #11788: KAFKA-13673: disable idempotence when config conflicts

2022-02-17 Thread GitBox
showuon commented on a change in pull request #11788: URL: https://github.com/apache/kafka/pull/11788#discussion_r809039418 ## File path: clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java ## @@ -511,15 +542,6 @@ public ProducerConfig(Map props) {

[GitHub] [kafka] showuon commented on a change in pull request #11788: KAFKA-13673: disable idempotence when config conflicts

2022-02-17 Thread GitBox
showuon commented on a change in pull request #11788: URL: https://github.com/apache/kafka/pull/11788#discussion_r809040186 ## File path: clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java ## @@ -461,27 +464,55 @@ private void postProcessAndValidateId

[GitHub] [kafka] showuon commented on a change in pull request #11788: KAFKA-13673: disable idempotence when config conflicts

2022-02-17 Thread GitBox
showuon commented on a change in pull request #11788: URL: https://github.com/apache/kafka/pull/11788#discussion_r809041039 ## File path: clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java ## @@ -461,27 +464,55 @@ private void postProcessAndValidateId

[GitHub] [kafka] showuon commented on pull request #11788: KAFKA-13673: disable idempotence when config conflicts

2022-02-17 Thread GitBox
showuon commented on pull request #11788: URL: https://github.com/apache/kafka/pull/11788#issuecomment-1042944712 @mimaison @hachikuji @vvcephei , call for review. Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [kafka] ruanwenjun opened a new pull request #11789: MINOR: Print usage in StorageTool

2022-02-17 Thread GitBox
ruanwenjun opened a new pull request #11789: URL: https://github.com/apache/kafka/pull/11789 * Print help in StorageTool when no args input. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build sta

[GitHub] [kafka] nicktelford commented on pull request #11610: KAFKA-13549: Add repartition.purge.interval.ms

2022-02-17 Thread GitBox
nicktelford commented on pull request #11610: URL: https://github.com/apache/kafka/pull/11610#issuecomment-1043126322 @mjsax I don't see a `StreamThreadTest`. Do you mean `GlobalStreamThreadTest`? -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [kafka] nicktelford removed a comment on pull request #11610: KAFKA-13549: Add repartition.purge.interval.ms

2022-02-17 Thread GitBox
nicktelford removed a comment on pull request #11610: URL: https://github.com/apache/kafka/pull/11610#issuecomment-1043126322 @mjsax I don't see a `StreamThreadTest`. Do you mean `GlobalStreamThreadTest`? -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [kafka] vvcephei closed pull request #11767: KAFKA-13598: set log4j appender to default acks

2022-02-17 Thread GitBox
vvcephei closed pull request #11767: URL: https://github.com/apache/kafka/pull/11767 -- 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-unsubscr

[GitHub] [kafka] vvcephei commented on pull request #11767: KAFKA-13598: set log4j appender to default acks

2022-02-17 Thread GitBox
vvcephei commented on pull request #11767: URL: https://github.com/apache/kafka/pull/11767#issuecomment-1043135161 Closing in favor of https://issues.apache.org/jira/browse/KAFKA-13673 / https://github.com/apache/kafka/pull/11788 -- This is an automated message from the Apache Git Servic

[GitHub] [kafka] nicktelford commented on pull request #11610: KAFKA-13549: Add repartition.purge.interval.ms

2022-02-17 Thread GitBox
nicktelford commented on pull request #11610: URL: https://github.com/apache/kafka/pull/11610#issuecomment-1043171527 @mjsax I've added some tests as suggested and re-based against `trunk`. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [kafka] C0urante edited a comment on pull request #10907: KAFKA-10000: Exactly-once support for source connectors (KIP-618)

2022-02-17 Thread GitBox
C0urante edited a comment on pull request #10907: URL: https://github.com/apache/kafka/pull/10907#issuecomment-1032801881 Thanks Mickael, I can take a stab at that. I don't think I can get each PR to be buildable on its own without a lot of work but I can definitely isolate high-level sect

[GitHub] [kafka] cadonna commented on a change in pull request #11765: [WIP] State updater implementation

2022-02-17 Thread GitBox
cadonna commented on a change in pull request #11765: URL: https://github.com/apache/kafka/pull/11765#discussion_r809336171 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/DefaultStateUpdater.java ## @@ -0,0 +1,390 @@ +package org.apache.kafka.

[GitHub] [kafka] cadonna commented on a change in pull request #11765: [WIP] State updater implementation

2022-02-17 Thread GitBox
cadonna commented on a change in pull request #11765: URL: https://github.com/apache/kafka/pull/11765#discussion_r809340005 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/DefaultStateUpdater.java ## @@ -0,0 +1,390 @@ +package org.apache.kafka.

[GitHub] [kafka] cadonna commented on a change in pull request #11765: [WIP] State updater implementation

2022-02-17 Thread GitBox
cadonna commented on a change in pull request #11765: URL: https://github.com/apache/kafka/pull/11765#discussion_r809347698 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/DefaultStateUpdater.java ## @@ -0,0 +1,390 @@ +package org.apache.kafka.

[GitHub] [kafka] ijuma commented on pull request #11691: KAFKA-13598: enable idempotence producer by default and validate the configs

2022-02-17 Thread GitBox
ijuma commented on pull request #11691: URL: https://github.com/apache/kafka/pull/11691#issuecomment-1043304328 I agree with the suggestions here. Especially since the idempotence change did not land in 3.0.0 as originally intended. We can continue the discussion in #11788. -- This is a

[GitHub] [kafka] ijuma commented on a change in pull request #11788: KAFKA-13673: disable idempotence when config conflicts

2022-02-17 Thread GitBox
ijuma commented on a change in pull request #11788: URL: https://github.com/apache/kafka/pull/11788#discussion_r809370789 ## File path: clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java ## @@ -461,27 +464,55 @@ private void postProcessAndValidateIdem

[GitHub] [kafka] eas5 commented on pull request #10682: MINOR: Refactored test using parameterization

2022-02-17 Thread GitBox
eas5 commented on pull request #10682: URL: https://github.com/apache/kafka/pull/10682#issuecomment-1043317472 > @eas5 , thanks for the patch! Since it's been a while, could you rebase to trunk and check the jenkins test results again. Thanks. Hi @showuon! Done as requested! Thank yo

[GitHub] [kafka] guozhangwang commented on a change in pull request #11738: MINOR: move non-management methods from TaskManager to Task Executor

2022-02-17 Thread GitBox
guozhangwang commented on a change in pull request #11738: URL: https://github.com/apache/kafka/pull/11738#discussion_r809378947 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/Tasks.java ## @@ -316,6 +315,14 @@ StreamsProducer threadProducer()

[GitHub] [kafka] seanli-rallyhealth commented on a change in pull request #11789: MINOR: Print usage in StorageTool

2022-02-17 Thread GitBox
seanli-rallyhealth commented on a change in pull request #11789: URL: https://github.com/apache/kafka/pull/11789#discussion_r809395420 ## File path: core/src/main/scala/kafka/tools/StorageTool.scala ## @@ -56,6 +55,11 @@ object StorageTool extends Logging { formatParser.

[GitHub] [kafka] wcarlson5 commented on a change in pull request #11738: MINOR: move non-management methods from TaskManager to Task Executor

2022-02-17 Thread GitBox
wcarlson5 commented on a change in pull request #11738: URL: https://github.com/apache/kafka/pull/11738#discussion_r809488943 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskExecutor.java ## @@ -0,0 +1,267 @@ +/* + * Licensed to the Apache

[GitHub] [kafka] C0urante commented on pull request #11780: KAFKA-10000: Exactly-once source tasks (KIP-618)

2022-02-17 Thread GitBox
C0urante commented on pull request #11780: URL: https://github.com/apache/kafka/pull/11780#issuecomment-1043508835 Jenkins build failures appear to be due to the issue addressed by https://github.com/apache/kafka/pull/10702. I've pushed a change that applies the same fix from that PR to th

[jira] [Created] (KAFKA-13675) Null pointer exception with kafka streams application reset tool with --to-datetime

2022-02-17 Thread Paul Callahan (Jira)
Paul Callahan created KAFKA-13675: - Summary: Null pointer exception with kafka streams application reset tool with --to-datetime Key: KAFKA-13675 URL: https://issues.apache.org/jira/browse/KAFKA-13675

[jira] [Updated] (KAFKA-13675) Null pointer exception with kafka streams application reset tool with --to-datetime

2022-02-17 Thread Paul Callahan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Callahan updated KAFKA-13675: -- Description: When I try to run the the reset tool with {{{}--to-datetime{}}}, such as:   {cod

[GitHub] [kafka] hachikuji opened a new pull request #11790: MINOR: Cleanup admin creation logic in integration tests

2022-02-17 Thread GitBox
hachikuji opened a new pull request #11790: URL: https://github.com/apache/kafka/pull/11790 There seemed to be a little sloppiness in the integration tests in regard to admin client creation. Not only was there duplicated logic, but it wasn't always clear which listener the admin client wa

[GitHub] [kafka] showuon commented on pull request #11785: MINOR: Remove unused AdminZkClient in MetadataSupport

2022-02-17 Thread GitBox
showuon commented on pull request #11785: URL: https://github.com/apache/kafka/pull/11785#issuecomment-1043738331 @dengziming , could you please rebase to the latest trunk and trigger jenkins build again? I'd like to confirm it won't break any tests. Thanks. -- This is an automated messa

[GitHub] [kafka] dengziming commented on pull request #11785: MINOR: Remove unused AdminZkClient in MetadataSupport

2022-02-17 Thread GitBox
dengziming commented on pull request #11785: URL: https://github.com/apache/kafka/pull/11785#issuecomment-1043741005 @showuon Aha, I just rebased it. -- 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] showuon commented on a change in pull request #11788: KAFKA-13673: disable idempotence when config conflicts

2022-02-17 Thread GitBox
showuon commented on a change in pull request #11788: URL: https://github.com/apache/kafka/pull/11788#discussion_r809621101 ## File path: clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java ## @@ -461,27 +464,55 @@ private void postProcessAndValidateId

[GitHub] [kafka] ruanwenjun commented on a change in pull request #11789: MINOR: Print usage in StorageTool

2022-02-17 Thread GitBox
ruanwenjun commented on a change in pull request #11789: URL: https://github.com/apache/kafka/pull/11789#discussion_r809624055 ## File path: core/src/main/scala/kafka/tools/StorageTool.scala ## @@ -56,6 +55,11 @@ object StorageTool extends Logging { formatParser.addArgum

[GitHub] [kafka] showuon commented on pull request #11785: MINOR: Remove unused AdminZkClient in MetadataSupport

2022-02-17 Thread GitBox
showuon commented on pull request #11785: URL: https://github.com/apache/kafka/pull/11785#issuecomment-1043982299 Failed tests are unrelated. ``` Build / ARM / kafka.network.SocketServerTest.remoteCloseWithoutBufferedReceives() Build / JDK 11 and Scala 2.13 / kafka.server.

[GitHub] [kafka] showuon commented on pull request #11785: MINOR: Remove unused AdminZkClient in MetadataSupport

2022-02-17 Thread GitBox
showuon commented on pull request #11785: URL: https://github.com/apache/kafka/pull/11785#issuecomment-1043989800 Confirmed this `adminZkClient` is not used anywhere else. So, it makes sense to remove it. If the `ZkSupport` object needs to create `adminZkClient`, it can create an `AdminZkC

[GitHub] [kafka] showuon merged pull request #11785: MINOR: Remove unused AdminZkClient in MetadataSupport

2022-02-17 Thread GitBox
showuon merged pull request #11785: URL: https://github.com/apache/kafka/pull/11785 -- 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-unsubscr.

[GitHub] [kafka] C0urante commented on pull request #11775: KAFKA-10000: Add all public-facing config properties related to exactly-once source support (KIP-618)

2022-02-17 Thread GitBox
C0urante commented on pull request #11775: URL: https://github.com/apache/kafka/pull/11775#issuecomment-1043994054 Converting to draft until upstream PRs are reviewed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

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

2022-02-17 Thread GitBox
C0urante commented on pull request #11779: URL: https://github.com/apache/kafka/pull/11779#issuecomment-1043994712 Converting to draft until upstream PRs are reviewed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [kafka] C0urante commented on pull request #11776: KAFKA-10000: Add new preflight connector config validation logic (KIP-618)

2022-02-17 Thread GitBox
C0urante commented on pull request #11776: URL: https://github.com/apache/kafka/pull/11776#issuecomment-1043994222 Converting to draft until upstream PRs are reviewed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [kafka] C0urante commented on pull request #11778: KAFKA-10000: Use transactional producer for config topic (KIP-618)

2022-02-17 Thread GitBox
C0urante commented on pull request #11778: URL: https://github.com/apache/kafka/pull/11778#issuecomment-1043994475 Converting to draft until upstream PRs are reviewed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [kafka] showuon commented on a change in pull request #10851: KAFKA-6718 / Rack aware standby task assignor

2022-02-17 Thread GitBox
showuon commented on a change in pull request #10851: URL: https://github.com/apache/kafka/pull/10851#discussion_r809711301 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/assignment/ClientTagAwareStandbyTaskAssignor.java ## @@ -0,0 +1,289 @@ +

[GitHub] [kafka] C0urante commented on pull request #11782: KAFKA-10000: Integration tests (KIP-618)

2022-02-17 Thread GitBox
C0urante commented on pull request #11782: URL: https://github.com/apache/kafka/pull/11782#issuecomment-1043995560 Converting to draft until upstream PRs are reviewed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [kafka] C0urante commented on pull request #11780: KAFKA-10000: Exactly-once source tasks (KIP-618)

2022-02-17 Thread GitBox
C0urante commented on pull request #11780: URL: https://github.com/apache/kafka/pull/11780#issuecomment-1043994995 Converting to draft until upstream PRs are reviewed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [kafka] C0urante commented on pull request #11781: KAFKA-10000: Per-connector offsets topics (KIP-618)

2022-02-17 Thread GitBox
C0urante commented on pull request #11781: URL: https://github.com/apache/kafka/pull/11781#issuecomment-1043995270 Converting to draft until upstream PRs are reviewed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [kafka] C0urante commented on pull request #11783: KAFKA-10000: System tests (KIP-618)

2022-02-17 Thread GitBox
C0urante commented on pull request #11783: URL: https://github.com/apache/kafka/pull/11783#issuecomment-1043997079 Converting to draft until upstream PRs are reviewed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [kafka] dengziming commented on a change in pull request #11789: MINOR: Print usage in StorageTool

2022-02-17 Thread GitBox
dengziming commented on a change in pull request #11789: URL: https://github.com/apache/kafka/pull/11789#discussion_r809729180 ## File path: core/src/main/scala/kafka/tools/StorageTool.scala ## @@ -56,6 +55,11 @@ object StorageTool extends Logging { formatParser.addArgum