[GitHub] [kafka] mjsax commented on a change in pull request #10810: MINOR: Improve Kafka Streams JavaDocs with regard to record metadata

2021-06-02 Thread GitBox
mjsax commented on a change in pull request #10810: URL: https://github.com/apache/kafka/pull/10810#discussion_r644511461 ## File path: streams/test-utils/src/main/java/org/apache/kafka/streams/processor/MockProcessorContext.java ## @@ -319,7 +321,7 @@ public void setRecordMet

[GitHub] [kafka] mjsax commented on a change in pull request #10810: MINOR: Improve Kafka Streams JavaDocs with regard to record metadata

2021-06-02 Thread GitBox
mjsax commented on a change in pull request #10810: URL: https://github.com/apache/kafka/pull/10810#discussion_r644510969 ## File path: streams/src/test/java/org/apache/kafka/streams/state/internals/NamedCacheTest.java ## @@ -43,16 +43,12 @@ private final Headers header

[GitHub] [kafka] mjsax commented on a change in pull request #10810: MINOR: Improve Kafka Streams JavaDocs with regard to record metadata

2021-06-02 Thread GitBox
mjsax commented on a change in pull request #10810: URL: https://github.com/apache/kafka/pull/10810#discussion_r644510969 ## File path: streams/src/test/java/org/apache/kafka/streams/state/internals/NamedCacheTest.java ## @@ -43,16 +43,12 @@ private final Headers header

[GitHub] [kafka] mjsax commented on a change in pull request #10810: MINOR: Improve Kafka Streams JavaDocs with regard to record metadata

2021-06-02 Thread GitBox
mjsax commented on a change in pull request #10810: URL: https://github.com/apache/kafka/pull/10810#discussion_r644510383 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/ProcessorRecordContext.java ## @@ -43,12 +43,11 @@ public ProcessorRecordC

[GitHub] [kafka] mjsax commented on a change in pull request #10810: MINOR: Improve Kafka Streams JavaDocs with regard to record metadata

2021-06-02 Thread GitBox
mjsax commented on a change in pull request #10810: URL: https://github.com/apache/kafka/pull/10810#discussion_r644509797 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/ProcessorContext.java ## @@ -158,32 +165,52 @@ Cancellable schedule(final Duration i

[GitHub] [kafka] mjsax commented on a change in pull request #10731: KAFKA-12815: Update JavaDocs of ValueTransformerWithKey

2021-06-02 Thread GitBox
mjsax commented on a change in pull request #10731: URL: https://github.com/apache/kafka/pull/10731#discussion_r644508311 ## File path: streams/src/main/java/org/apache/kafka/streams/kstream/ValueTransformerWithKey.java ## @@ -75,14 +75,21 @@ void init(final ProcessorCont

[GitHub] [kafka] mjsax opened a new pull request #10810: MINOR: Improve Kafka Streams JavaDocs with regard to record metadata

2021-06-02 Thread GitBox
mjsax opened a new pull request #10810: URL: https://github.com/apache/kafka/pull/10810 Follow up to #10731 I am not totally happy with this PR yet, and we might need to descope or split it up. While working on the PR, I figured that headers should actually never be `null` but I am

[GitHub] [kafka] mjsax commented on a change in pull request #10731: KAFKA-12815: Update JavaDocs of ValueTransformerWithKey

2021-06-02 Thread GitBox
mjsax commented on a change in pull request #10731: URL: https://github.com/apache/kafka/pull/10731#discussion_r644507242 ## File path: streams/src/main/java/org/apache/kafka/streams/kstream/internals/KTableTransformValues.java ## @@ -158,7 +158,11 @@ public void init(final Pr

[GitHub] [kafka] abbccdda opened a new pull request #10809: MINOR: Style fixes to KafkaRaftClient

2021-06-02 Thread GitBox
abbccdda opened a new pull request #10809: URL: https://github.com/apache/kafka/pull/10809 As title suggested, made some style fixes to the class `KafkaRaftClient` ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test co

[GitHub] [kafka] mjsax commented on pull request #10668: MINOR: Apply try-with-resource to KafkaStreamsTest

2021-06-02 Thread GitBox
mjsax commented on pull request #10668: URL: https://github.com/apache/kafka/pull/10668#issuecomment-853547323 Thanks @vitojeng! Merged to `trunk`. -- 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 t

[GitHub] [kafka] mjsax merged pull request #10668: MINOR: Apply try-with-resource to KafkaStreamsTest

2021-06-02 Thread GitBox
mjsax merged pull request #10668: URL: https://github.com/apache/kafka/pull/10668 -- 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

[jira] [Commented] (KAFKA-12629) Failing Test: RaftClusterTest

2021-06-02 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356149#comment-17356149 ] Matthias J. Sax commented on KAFKA-12629: - Sweet! Failed again: [https://githu

[GitHub] [kafka] saddays commented on pull request #10781: MINOR: Reduce duplicate authentication check

2021-06-02 Thread GitBox
saddays commented on pull request #10781: URL: https://github.com/apache/kafka/pull/10781#issuecomment-853546556 > I don't think this is correct, since we are verifying the node authentication status after request being disconnected. Do you recall the reasoning for calling this API like th

[jira] [Updated] (KAFKA-12883) Adress KIP-100 type constraints now that Java 7 support is dropped

2021-06-02 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. Sophie Blee-Goldman updated KAFKA-12883: --- Labels: StarterProject newbie++ (was: StarterProject streams) > Adress KIP-

[jira] [Updated] (KAFKA-12883) Adress KIP-100 type constraints now that Java 7 support is dropped

2021-06-02 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. Sophie Blee-Goldman updated KAFKA-12883: --- Component/s: streams > Adress KIP-100 type constraints now that Java 7 suppo

[jira] [Created] (KAFKA-12883) Adress KIP-100 type constraints now that Java 7 support is dropped

2021-06-02 Thread Jira
Xavier Léauté created KAFKA-12883: - Summary: Adress KIP-100 type constraints now that Java 7 support is dropped Key: KAFKA-12883 URL: https://issues.apache.org/jira/browse/KAFKA-12883 Project: Kafka

[GitHub] [kafka] hachikuji commented on pull request #10793: KAFKA-12338: Remove useless MetadataParser

2021-06-02 Thread GitBox
hachikuji commented on pull request #10793: URL: https://github.com/apache/kafka/pull/10793#issuecomment-853495182 @dengziming Thanks for the patch. Looks like the parser has some additional validations which are not present in `MetadataRecordSerde`. Are any of them worth porting over? -

[jira] [Assigned] (KAFKA-9220) TimeoutException when using kafka-preferred-replica-election

2021-06-02 Thread loboxu (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] loboxu reassigned KAFKA-9220: - Assignee: loboxu > TimeoutException when using kafka-preferred-replica-election > --

[jira] [Commented] (KAFKA-9220) TimeoutException when using kafka-preferred-replica-election

2021-06-02 Thread loboxu (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356061#comment-17356061 ] loboxu commented on KAFKA-9220: --- [~akumar] Have you started work yet? If not, I can pick th

[jira] [Updated] (KAFKA-10493) KTable out-of-order updates are not being ignored

2021-06-02 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-10493: Fix Version/s: (was: 3.0.0) 4.0.0 > KTable out-of-order updates are

[jira] [Commented] (KAFKA-10493) KTable out-of-order updates are not being ignored

2021-06-02 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356055#comment-17356055 ] Matthias J. Sax commented on KAFKA-10493: - Seems we cannot agree on a solution f

[GitHub] [kafka] socutes commented on pull request #10749: KAFKA-12773: Use UncheckedIOException when wrapping IOException

2021-06-02 Thread GitBox
socutes commented on pull request #10749: URL: https://github.com/apache/kafka/pull/10749#issuecomment-853456306 @jsancio Code format fix completed! Thank you very much for your Review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[jira] [Assigned] (KAFKA-12317) Relax non-null key requirement for left/outer KStream joins

2021-06-02 Thread Juan C. Gonzalez-Zurita (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juan C. Gonzalez-Zurita reassigned KAFKA-12317: --- Assignee: Juan C. Gonzalez-Zurita > Relax non-null key requirement

[jira] [Comment Edited] (KAFKA-12718) SessionWindows are closed too early

2021-06-02 Thread Juan C. Gonzalez-Zurita (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356044#comment-17356044 ] Juan C. Gonzalez-Zurita edited comment on KAFKA-12718 at 6/2/21, 11:34 PM: ---

[jira] [Commented] (KAFKA-12718) SessionWindows are closed too early

2021-06-02 Thread Juan C. Gonzalez-Zurita (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356044#comment-17356044 ] Juan C. Gonzalez-Zurita commented on KAFKA-12718: - I will try to get thi

[GitHub] [kafka] vitojeng commented on pull request #10668: MINOR: Apply try-with-resource to KafkaStreamsTest

2021-06-02 Thread GitBox
vitojeng commented on pull request #10668: URL: https://github.com/apache/kafka/pull/10668#issuecomment-853445357 Thanks @mjsax ! 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 t

[GitHub] [kafka] cmccabe merged pull request #10787: KAFKA-12864: Move KafkaEventQueue into server-common

2021-06-02 Thread GitBox
cmccabe merged pull request #10787: URL: https://github.com/apache/kafka/pull/10787 -- 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] [Created] (KAFKA-12882) Add RegisteredBrokerCount and UnfencedBrokerCount metrics to the QuorumController

2021-06-02 Thread Ryan Dielhenn (Jira)
Ryan Dielhenn created KAFKA-12882: - Summary: Add RegisteredBrokerCount and UnfencedBrokerCount metrics to the QuorumController Key: KAFKA-12882 URL: https://issues.apache.org/jira/browse/KAFKA-12882 P

[jira] [Commented] (KAFKA-12718) SessionWindows are closed too early

2021-06-02 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356005#comment-17356005 ] Matthias J. Sax commented on KAFKA-12718: - Thanks [~guozhang] – given the last m

[jira] [Updated] (KAFKA-12317) Relax non-null key requirement for left/outer KStream joins

2021-06-02 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-12317: Description: Currently, for a stream-streams and stream-table/globalTable join KafkaStream

[jira] [Updated] (KAFKA-12317) Relax non-null key requirement for left KStream joins

2021-06-02 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-12317: Description: Currently, for a stream-streams and stream-table/globalTable join KafkaStream

[jira] [Updated] (KAFKA-12317) Relax non-null key requirement for left/outer KStream joins

2021-06-02 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-12317: Summary: Relax non-null key requirement for left/outer KStream joins (was: Relax non-null

[jira] [Updated] (KAFKA-12317) Relax non-null key requirement for left KStream-KTable join

2021-06-02 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-12317: Description: Currently, for a stream-table join KafkaStreams drops all stream records with

[jira] [Updated] (KAFKA-12317) Relax non-null key requirement for left KStream joins

2021-06-02 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-12317: Summary: Relax non-null key requirement for left KStream joins (was: Relax non-null key r

[GitHub] [kafka] dejan2609 edited a comment on pull request #10698: KAFKA-12770: introduce `checkstyleVersion` build option (for overriding CheckStyle project-defined dependency version)

2021-06-02 Thread GitBox
dejan2609 edited a comment on pull request #10698: URL: https://github.com/apache/kafka/pull/10698#issuecomment-853408053 Just tagging @ijuma here again (to bring back this PR up to the surface). -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[jira] [Updated] (KAFKA-12878) Support --bootstrap-server kafka-streams-application-reset

2021-06-02 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-12878: -- Priority: Critical (was: Major) > Support --bootstrap-server kafka-streams-application-reset

[jira] [Updated] (KAFKA-12878) Support --bootstrap-server kafka-streams-application-reset

2021-06-02 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-12878: -- Fix Version/s: 3.0.0 > Support --bootstrap-server kafka-streams-application-reset > --

[jira] [Commented] (KAFKA-12878) Support --bootstrap-server kafka-streams-application-reset

2021-06-02 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356001#comment-17356001 ] Guozhang Wang commented on KAFKA-12878: --- [~nbuesing] Could you please file a small

[jira] [Commented] (KAFKA-12718) SessionWindows are closed too early

2021-06-02 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356000#comment-17356000 ] Guozhang Wang commented on KAFKA-12718: --- Hi folks, I'm bumping up the priority of

[jira] [Updated] (KAFKA-12718) SessionWindows are closed too early

2021-06-02 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-12718: -- Priority: Critical (was: Major) > SessionWindows are closed too early > -

[GitHub] [kafka] dejan2609 edited a comment on pull request #10698: KAFKA-12770: introduce `checkstyleVersion` build option (for overriding CheckStyle project-defined dependency version)

2021-06-02 Thread GitBox
dejan2609 edited a comment on pull request #10698: URL: https://github.com/apache/kafka/pull/10698#issuecomment-853408053 Just tagging @ijuma here again (to put back this PR up to the surface). -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [kafka] guozhangwang commented on a change in pull request #10798: KAFKA-9168: Adding direct byte buffer support to rocksdb state store

2021-06-02 Thread GitBox
guozhangwang commented on a change in pull request #10798: URL: https://github.com/apache/kafka/pull/10798#discussion_r644356441 ## File path: streams/src/main/java/org/apache/kafka/streams/state/internals/RocksDBStore.java ## @@ -505,6 +506,14 @@ private void closeOpenIterato

[GitHub] [kafka] guozhangwang commented on pull request #10552: KAFKA-12675: improve the sticky general assignor scalability and performance

2021-06-02 Thread GitBox
guozhangwang commented on pull request #10552: URL: https://github.com/apache/kafka/pull/10552#issuecomment-853412114 Thank you @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 sp

[GitHub] [kafka] guozhangwang merged pull request #10552: KAFKA-12675: improve the sticky general assignor scalability and performance

2021-06-02 Thread GitBox
guozhangwang merged pull request #10552: URL: https://github.com/apache/kafka/pull/10552 -- 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, p

[GitHub] [kafka] guozhangwang commented on pull request #10552: KAFKA-12675: improve the sticky general assignor scalability and performance

2021-06-02 Thread GitBox
guozhangwang commented on pull request #10552: URL: https://github.com/apache/kafka/pull/10552#issuecomment-853411553 The failed tests are irrelevant to this PR, I'm merging to trunk now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [kafka] dejan2609 commented on pull request #10428: KAFKA-12572: Add import ordering checkstyle rule and configure an automatic formatter

2021-06-02 Thread GitBox
dejan2609 commented on pull request #10428: URL: https://github.com/apache/kafka/pull/10428#issuecomment-853411084 Shameless plug and related to CheckStyle: ⏩ #10698 (needs a review / approval). -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [kafka] guozhangwang commented on a change in pull request #10609: KAFKA-12648: Pt. 1 - Add NamedTopology to protocol and state directory structure

2021-06-02 Thread GitBox
guozhangwang commented on a change in pull request #10609: URL: https://github.com/apache/kafka/pull/10609#discussion_r644345818 ## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/StateDirectoryTest.java ## @@ -593,6 +575,111 @@ public void should

[GitHub] [kafka] dejan2609 commented on pull request #10698: KAFKA-12770: introduce `checkstyleVersion` build option (for overriding CheckStyle project-defined dependency version)

2021-06-02 Thread GitBox
dejan2609 commented on pull request #10698: URL: https://github.com/apache/kafka/pull/10698#issuecomment-853408053 Just tagging @ijuma here again (to come back up to the surface). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [kafka] guozhangwang commented on a change in pull request #10609: KAFKA-12648: Pt. 1 - Add NamedTopology to protocol and state directory structure

2021-06-02 Thread GitBox
guozhangwang commented on a change in pull request #10609: URL: https://github.com/apache/kafka/pull/10609#discussion_r644344196 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StateDirectory.java ## @@ -462,39 +512,49 @@ private void cleanRemo

[GitHub] [kafka] guozhangwang commented on a change in pull request #10609: KAFKA-12648: Pt. 1 - Add NamedTopology to protocol and state directory structure

2021-06-02 Thread GitBox
guozhangwang commented on a change in pull request #10609: URL: https://github.com/apache/kafka/pull/10609#discussion_r644343550 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/assignment/SubscriptionInfo.java ## @@ -125,6 +130,29 @@ public int

[jira] [Commented] (KAFKA-4793) Kafka Connect: POST /connectors/(string: name)/restart doesn't start failed tasks

2021-06-02 Thread Kalpesh Patel (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-4793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355976#comment-17355976 ] Kalpesh Patel commented on KAFKA-4793: -- (y) > Kafka Connect: POST /connectors/(stri

[jira] [Assigned] (KAFKA-4793) Kafka Connect: POST /connectors/(string: name)/restart doesn't start failed tasks

2021-06-02 Thread Kalpesh Patel (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-4793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kalpesh Patel reassigned KAFKA-4793: Assignee: Kalpesh Patel (was: Randall Hauch) > Kafka Connect: POST /connectors/(string: n

[jira] [Resolved] (KAFKA-7815) SourceTask should expose ACK'd offsets, metadata

2021-06-02 Thread Ryanne Dolan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-7815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryanne Dolan resolved KAFKA-7815. - Fix Version/s: 2.4.0 Resolution: Fixed Equivalent functionality was included as part of KI

[jira] [Commented] (KAFKA-4793) Kafka Connect: POST /connectors/(string: name)/restart doesn't start failed tasks

2021-06-02 Thread Randall Hauch (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-4793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355973#comment-17355973 ] Randall Hauch commented on KAFKA-4793: -- [~kpatelatwork], thanks for offering. Yes, y

[jira] [Commented] (KAFKA-4793) Kafka Connect: POST /connectors/(string: name)/restart doesn't start failed tasks

2021-06-02 Thread Kalpesh Patel (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-4793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355967#comment-17355967 ] Kalpesh Patel commented on KAFKA-4793: -- [~rhauch] this is a great proposal, would it

[jira] [Created] (KAFKA-12881) Consider Un-Deprecation of Consumer#committed methods

2021-06-02 Thread Josep Prat (Jira)
Josep Prat created KAFKA-12881: -- Summary: Consider Un-Deprecation of Consumer#committed methods Key: KAFKA-12881 URL: https://issues.apache.org/jira/browse/KAFKA-12881 Project: Kafka Issue Type:

[GitHub] [kafka] cmccabe commented on pull request #10787: KAFKA-12864: Move KafkaEventQueue into server-common

2021-06-02 Thread GitBox
cmccabe commented on pull request #10787: URL: https://github.com/apache/kafka/pull/10787#issuecomment-853338511 OK. Thanks for the reviews. I will commit after Jenkins runs if there are no objections (current PR just moves KafkaEventQueue) -- This is an automated message from the

[jira] [Updated] (KAFKA-12864) Move KafkaEventQueue into server-common

2021-06-02 Thread Colin McCabe (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin McCabe updated KAFKA-12864: - Summary: Move KafkaEventQueue into server-common (was: Move KafkaEventQueue and timeline data s

[jira] [Updated] (KAFKA-12864) Move KafkaEventQueue into server-common

2021-06-02 Thread Colin McCabe (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin McCabe updated KAFKA-12864: - Description: Move KafkaEventQueue into server-common (was: Move KafkaEventQueue and timeline da

[GitHub] [kafka] ijuma commented on pull request #10787: KAFKA-12864: Move KafkaEventQueue into server-common

2021-06-02 Thread GitBox
ijuma commented on pull request #10787: URL: https://github.com/apache/kafka/pull/10787#issuecomment-853338002 Makes sense. 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 c

[GitHub] [kafka] cmccabe commented on pull request #10787: KAFKA-12864: Move queue and timeline into server-common

2021-06-02 Thread GitBox
cmccabe commented on pull request #10787: URL: https://github.com/apache/kafka/pull/10787#issuecomment-853335116 > I would personally not move these classes unless we believe we will use them from other modules. They're a bit specialized, especially the timeline ones. `KafkaEventQue

[GitHub] [kafka] ijuma commented on pull request #10787: KAFKA-12864: Move queue and timeline into server-common

2021-06-02 Thread GitBox
ijuma commented on pull request #10787: URL: https://github.com/apache/kafka/pull/10787#issuecomment-853323788 I would personally not move these classes unless we believe we will use them from other modules. They're a bit specialized, especially the timeline ones. -- This is an automated

[GitHub] [kafka] ijuma commented on pull request #10787: KAFKA-12864: Move queue and timeline into server-common

2021-06-02 Thread GitBox
ijuma commented on pull request #10787: URL: https://github.com/apache/kafka/pull/10787#issuecomment-853316612 Are we using these classes from any module besides metadata atm? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[jira] [Resolved] (KAFKA-12867) Trogdor ConsumeBenchWorker quits prematurely with maxMessages config

2021-06-02 Thread Rajini Sivaram (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajini Sivaram resolved KAFKA-12867. Fix Version/s: 3.0.0 Reviewer: Rajini Sivaram Resolution: Fixed > Trogdor

[jira] [Assigned] (KAFKA-12867) Trogdor ConsumeBenchWorker quits prematurely with maxMessages config

2021-06-02 Thread Rajini Sivaram (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajini Sivaram reassigned KAFKA-12867: -- Assignee: Kowshik Prakasam > Trogdor ConsumeBenchWorker quits prematurely with maxMes

[GitHub] [kafka] ijuma merged pull request #10808: KAFKA-12880: Remove deprecated `Count` and `SampledTotal` in 3.0

2021-06-02 Thread GitBox
ijuma merged pull request #10808: URL: https://github.com/apache/kafka/pull/10808 -- 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] rajinisivaram merged pull request #10797: KAFKA-12867: Fix ConsumeBenchWorker exit behavior for maxMessages config

2021-06-02 Thread GitBox
rajinisivaram merged pull request #10797: URL: https://github.com/apache/kafka/pull/10797 -- 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] ijuma commented on pull request #10808: KAFKA-12880: Remove deprecated `Count` and `SampledTotal` in 3.0

2021-06-02 Thread GitBox
ijuma commented on pull request #10808: URL: https://github.com/apache/kafka/pull/10808#issuecomment-853284235 One unrelated failure: > Build / JDK 8 and Scala 2.12 / org.apache.kafka.connect.integration.ConnectorClientPolicyIntegrationTest.testCreateWithNotAllowedOverridesForPrincip

[GitHub] [kafka] vvcephei commented on a change in pull request #10731: KAFKA-12815: Update JavaDocs of ValueTransformerWithKey

2021-06-02 Thread GitBox
vvcephei commented on a change in pull request #10731: URL: https://github.com/apache/kafka/pull/10731#discussion_r644196594 ## File path: streams/src/main/java/org/apache/kafka/streams/kstream/ValueTransformerWithKey.java ## @@ -75,14 +75,20 @@ void init(final ProcessorC

[GitHub] [kafka] tombentley commented on pull request #10807: KAFKA-12797: Log the evictor of fetch sessions

2021-06-02 Thread GitBox
tombentley commented on pull request #10807: URL: https://github.com/apache/kafka/pull/10807#issuecomment-853251332 @weeco you're right it's not super helpful, because you would have to post-process the log to figure out who was causing the problem (i.e. observe that the same principal and

[GitHub] [kafka] mjsax commented on pull request #10668: MINOR: Apply try-with-resource to KafkaStreamsTest

2021-06-02 Thread GitBox
mjsax commented on pull request #10668: URL: https://github.com/apache/kafka/pull/10668#issuecomment-853249482 @vitojeng -- Seems there is some conflicts. Can you rebase your PR so we can merge it? -- This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [kafka] mjsax commented on a change in pull request #10668: MINOR: Apply try-with-resource to KafkaStreamsTest

2021-06-02 Thread GitBox
mjsax commented on a change in pull request #10668: URL: https://github.com/apache/kafka/pull/10668#discussion_r644184061 ## File path: streams/src/test/java/org/apache/kafka/streams/KafkaStreamsTest.java ## @@ -491,25 +493,23 @@ public void testStateThreadClose() throws Except

[GitHub] [kafka] weeco commented on pull request #10807: KAFKA-12797: Log the evictor of fetch sessions

2021-06-02 Thread GitBox
weeco commented on pull request #10807: URL: https://github.com/apache/kafka/pull/10807#issuecomment-853223533 Hey @tombentley , thanks for tackling this! I understand your performance concerns in regards to the quota implementation; I can't judge if a quota for that is actually too expens

[GitHub] [kafka] jsancio commented on a change in pull request #10749: KAFKA-12773: Use UncheckedIOException when wrapping IOException

2021-06-02 Thread GitBox
jsancio commented on a change in pull request #10749: URL: https://github.com/apache/kafka/pull/10749#discussion_r644156023 ## File path: raft/src/main/java/org/apache/kafka/snapshot/Snapshots.java ## @@ -68,15 +68,27 @@ public static Path snapshotPath(Path logDir, OffsetAndEpo

[jira] [Commented] (KAFKA-4793) Kafka Connect: POST /connectors/(string: name)/restart doesn't start failed tasks

2021-06-02 Thread Randall Hauch (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-4793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355860#comment-17355860 ] Randall Hauch commented on KAFKA-4793: -- I've created a KIP that expands the existing

[GitHub] [kafka] jsancio commented on a change in pull request #10749: KAFKA-12773: Use UncheckedIOException when wrapping IOException

2021-06-02 Thread GitBox
jsancio commented on a change in pull request #10749: URL: https://github.com/apache/kafka/pull/10749#discussion_r644148707 ## File path: raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java ## @@ -372,27 +371,23 @@ private void maybeFireLeaderChange() { @Overri

[GitHub] [kafka] ryannedolan commented on a change in pull request #10805: KAFKA-12436 KIP-720 Deprecate MirrorMaker v1

2021-06-02 Thread GitBox
ryannedolan commented on a change in pull request #10805: URL: https://github.com/apache/kafka/pull/10805#discussion_r644125908 ## File path: core/src/main/scala/kafka/tools/MirrorMaker.scala ## @@ -58,7 +58,11 @@ import scala.util.{Failure, Success, Try} *enable.

[jira] [Commented] (KAFKA-12436) deprecate MirrorMaker v1

2021-06-02 Thread Ryanne Dolan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355841#comment-17355841 ] Ryanne Dolan commented on KAFKA-12436: -- [~ijuma] can I get a review please? > depr

[jira] [Updated] (KAFKA-12436) deprecate MirrorMaker v1

2021-06-02 Thread Ryanne Dolan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryanne Dolan updated KAFKA-12436: - Reviewer: Ismael Juma (was: Konstantine Karantasis) > deprecate MirrorMaker v1 > --

[jira] [Comment Edited] (KAFKA-10900) Add metrics enumerated in KIP-630

2021-06-02 Thread loboxu (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355728#comment-17355728 ] loboxu edited comment on KAFKA-10900 at 6/2/21, 3:52 PM: - [~jags

[GitHub] [kafka] satishd commented on a change in pull request #10733: KAFKA-12816 Added tiered storage related configs including remote log manager configs.

2021-06-02 Thread GitBox
satishd commented on a change in pull request #10733: URL: https://github.com/apache/kafka/pull/10733#discussion_r636298299 ## File path: storage/src/main/java/org/apache/kafka/server/log/remote/storage/RemoteLogManagerConfig.java ## @@ -0,0 +1,323 @@ +/* + * Licensed to the A

[jira] [Commented] (KAFKA-12847) Dockerfile needed for kafka system tests needs changes

2021-06-02 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355801#comment-17355801 ] Chia-Ping Tsai commented on KAFKA-12847: {quote} ARG UID="1000" ==> Has no effec

[jira] [Comment Edited] (KAFKA-12847) Dockerfile needed for kafka system tests needs changes

2021-06-02 Thread Abhijit Mane (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355791#comment-17355791 ] Abhijit Mane edited comment on KAFKA-12847 at 6/2/21, 3:12 PM: ---

[jira] [Commented] (KAFKA-12847) Dockerfile needed for kafka system tests needs changes

2021-06-02 Thread Abhijit Mane (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355791#comment-17355791 ] Abhijit Mane commented on KAFKA-12847: -- [~chia7712] Thanks for looking into this.

[jira] [Comment Edited] (KAFKA-10900) Add metrics enumerated in KIP-630

2021-06-02 Thread loboxu (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355728#comment-17355728 ] loboxu edited comment on KAFKA-10900 at 6/2/21, 3:11 PM: - [~jags

[jira] [Comment Edited] (KAFKA-10900) Add metrics enumerated in KIP-630

2021-06-02 Thread loboxu (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355728#comment-17355728 ] loboxu edited comment on KAFKA-10900 at 6/2/21, 3:04 PM: - [~jags

[jira] [Commented] (KAFKA-10900) Add metrics enumerated in KIP-630

2021-06-02 Thread loboxu (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355728#comment-17355728 ] loboxu commented on KAFKA-10900: [~jagsancio]  Can you give me some guidance? Show me wh

[GitHub] [kafka] ijuma commented on pull request #10808: KAFKA-12880: Remove deprecated `Count` and `SampledTotal` in 3.0

2021-06-02 Thread GitBox
ijuma commented on pull request #10808: URL: https://github.com/apache/kafka/pull/10808#issuecomment-853032815 @dajac did you intend to keep these when you removed `Sum` and `Total` or was it an oversight? -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [kafka] ijuma opened a new pull request #10808: KAFKA-12880: Remove deprecated `Count` and `SampledTotal` in 3.0

2021-06-02 Thread GitBox
ijuma opened a new pull request #10808: URL: https://github.com/apache/kafka/pull/10808 They were both deprecated in Apache Kafka 2.4 and it's a straightforward change to use the non deprecated variants. ### Committer Checklist (excluded from commit message) - [ ] Verify design

[jira] [Updated] (KAFKA-12880) Remove deprecated Count and SampledTotal in 3.0

2021-06-02 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-12880: Summary: Remove deprecated Count and SampledTotal in 3.0 (was: Remove deprecated Count and Rate i

[jira] [Created] (KAFKA-12880) Remove deprecated Count and Rate in 3.0

2021-06-02 Thread Ismael Juma (Jira)
Ismael Juma created KAFKA-12880: --- Summary: Remove deprecated Count and Rate in 3.0 Key: KAFKA-12880 URL: https://issues.apache.org/jira/browse/KAFKA-12880 Project: Kafka Issue Type: Bug

[GitHub] [kafka] ijuma merged pull request #10806: MINOR: update kafka-topics.sh line command tool upgrade notes with removed option

2021-06-02 Thread GitBox
ijuma merged pull request #10806: URL: https://github.com/apache/kafka/pull/10806 -- 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] ijuma merged pull request #10800: MINOR: Update jmh for async profiler 2.0 support

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

[jira] [Commented] (KAFKA-12598) Remove deprecated --zookeeper in ConfigCommand

2021-06-02 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355675#comment-17355675 ] Luke Chen commented on KAFKA-12598: --- [~ijuma], I see. Will do! Thanks. > Remove depre

[GitHub] [kafka] tombentley commented on pull request #10807: KAFKA-12797: Log the evictor of fetch sessions

2021-06-02 Thread GitBox
tombentley commented on pull request #10807: URL: https://github.com/apache/kafka/pull/10807#issuecomment-852970504 @dajac please could you review? -- 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 t

[GitHub] [kafka] tombentley opened a new pull request #10807: KAFKA-12797: Log the evictor of fetch sessions

2021-06-02 Thread GitBox
tombentley opened a new pull request #10807: URL: https://github.com/apache/kafka/pull/10807 [KAFKA-12797](https://issues.apache.org/jira/browse/KAFKA-12797) describes the difficulty in discovering bad clients that are responsible for evicting every other non-privileged session from the ca

[GitHub] [kafka] feyman2016 commented on pull request #10593: KAFKA-10800 Validate the snapshot id when the state machine creates a snapshot

2021-06-02 Thread GitBox
feyman2016 commented on pull request #10593: URL: https://github.com/apache/kafka/pull/10593#issuecomment-852954993 @mumrah Thanks for the feedback, just addressed, but the potential concurrency issue needs more discussion~ -- This is an automated message from the Apache Git Service. To

[GitHub] [kafka] feyman2016 commented on pull request #10593: KAFKA-10800 Validate the snapshot id when the state machine creates a snapshot

2021-06-02 Thread GitBox
feyman2016 commented on pull request #10593: URL: https://github.com/apache/kafka/pull/10593#issuecomment-852954180 > > Are there any concerns with multi-threading here? I think the answer is "no". Any thoughts @feyman2016 or @jsancio? > > Good point. There may be some concurrency is

[GitHub] [kafka] feyman2016 commented on a change in pull request #10593: KAFKA-10800 Validate the snapshot id when the state machine creates a snapshot

2021-06-02 Thread GitBox
feyman2016 commented on a change in pull request #10593: URL: https://github.com/apache/kafka/pull/10593#discussion_r643850904 ## File path: raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java ## @@ -2276,6 +2277,24 @@ public void resign(int epoch) { );

[GitHub] [kafka] feyman2016 commented on a change in pull request #10593: KAFKA-10800 Validate the snapshot id when the state machine creates a snapshot

2021-06-02 Thread GitBox
feyman2016 commented on a change in pull request #10593: URL: https://github.com/apache/kafka/pull/10593#discussion_r643850801 ## File path: raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java ## @@ -2276,6 +2277,24 @@ public void resign(int epoch) { );

  1   2   >