[GitHub] [kafka] jacky1193610322 commented on a change in pull request #10931: KAFKA-12998: Implement broker-side KRaft snapshots (WIP)

2021-06-27 Thread GitBox
jacky1193610322 commented on a change in pull request #10931: URL: https://github.com/apache/kafka/pull/10931#discussion_r659292704 ## File path: metadata/src/main/java/org/apache/kafka/image/TopicsDelta.java ## @@ -0,0 +1,165 @@ +/* + * Licensed to the Apache Software Foundati

[GitHub] [kafka] ijuma merged pull request #10922: KAFKA-12790: Remove SslTransportLayerTest.testUnsupportedTlsVersion

2021-06-27 Thread GitBox
ijuma merged pull request #10922: URL: https://github.com/apache/kafka/pull/10922 -- 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] ableegoldman commented on a change in pull request #10926: KAFKA-8613: KIP-633 New APIs for Controlling Grace Period for Windowed Operations

2021-06-27 Thread GitBox
ableegoldman commented on a change in pull request #10926: URL: https://github.com/apache/kafka/pull/10926#discussion_r659377314 ## File path: streams/src/main/java/org/apache/kafka/streams/kstream/TimeWindows.java ## @@ -83,16 +92,52 @@ private TimeWindows(final long sizeMs,

[jira] [Updated] (KAFKA-12790) Remove SslTransportLayerTest.testUnsupportedTlsVersion

2021-06-27 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-12790: Summary: Remove SslTransportLayerTest.testUnsupportedTlsVersion (was: Fix SslTransportLayerTest.t

[jira] [Updated] (KAFKA-12790) Remove SslTransportLayerTest.testUnsupportedTlsVersion

2021-06-27 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-12790: Description: Support for TLS 1.0/1.1 was disabled in recent versions of Java 8/11 and all versions

[jira] [Assigned] (KAFKA-12995) AdminClient listOffsets fail with old Kafka Broker

2021-06-27 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang reassigned KAFKA-12995: - Assignee: Alan Artigao Carreño > AdminClient listOffsets fail with old Kafka Broker > -

[GitHub] [kafka] ableegoldman commented on a change in pull request #10926: KAFKA-8613: KIP-633 New APIs for Controlling Grace Period for Windowed Operations

2021-06-27 Thread GitBox
ableegoldman commented on a change in pull request #10926: URL: https://github.com/apache/kafka/pull/10926#discussion_r659381726 ## File path: streams/src/main/java/org/apache/kafka/streams/kstream/TimeWindows.java ## @@ -83,16 +92,52 @@ private TimeWindows(final long sizeMs,

[jira] [Assigned] (KAFKA-12559) Add a top-level Streams config for bounding off-heap memory

2021-06-27 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang reassigned KAFKA-12559: - Assignee: Martin Sundeqvist (was: amuthan Ganeshan) > Add a top-level Streams config f

[jira] [Commented] (KAFKA-12559) Add a top-level Streams config for bounding off-heap memory

2021-06-27 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17370331#comment-17370331 ] Guozhang Wang commented on KAFKA-12559: --- [~msundeq] I've re-assigned the ticket fo

[GitHub] [kafka] izzyacademy commented on a change in pull request #10926: KAFKA-8613: KIP-633 New APIs for Controlling Grace Period for Windowed Operations

2021-06-27 Thread GitBox
izzyacademy commented on a change in pull request #10926: URL: https://github.com/apache/kafka/pull/10926#discussion_r659384531 ## File path: streams/src/main/java/org/apache/kafka/streams/kstream/TimeWindows.java ## @@ -83,16 +92,52 @@ private TimeWindows(final long sizeMs, f

[GitHub] [kafka] ijuma commented on pull request #10929: KAFKA-12995 [WIP] Allow old Broker compatibility for Metadata calls

2021-06-27 Thread GitBox
ijuma commented on pull request #10929: URL: https://github.com/apache/kafka/pull/10929#issuecomment-869232659 Thanks for the PR. I am tempted to specify list offsets to support 0.11.0 brokers and newer. 0.10.x is extremely old now. It was different when we implemented #3098. -- This is

[GitHub] [kafka] ijuma edited a comment on pull request #10929: KAFKA-12995 [WIP] Allow old Broker compatibility for Metadata calls

2021-06-27 Thread GitBox
ijuma edited a comment on pull request #10929: URL: https://github.com/apache/kafka/pull/10929#issuecomment-869232659 Thanks for the PR. I am tempted to specify list offsets to support 0.11.0 brokers and newer. 0.10.x is extremely old now. It was different when we implemented #3098 4+ year

[GitHub] [kafka] ijuma edited a comment on pull request #10929: KAFKA-12995 [WIP] Allow old Broker compatibility for Metadata calls

2021-06-27 Thread GitBox
ijuma edited a comment on pull request #10929: URL: https://github.com/apache/kafka/pull/10929#issuecomment-869232659 Thanks for the PR. I am tempted to specify list offsets methods to support 0.11.0 brokers and newer. 0.10.x is extremely old now. It was different when we implemented #3098

[GitHub] [kafka] ijuma commented on a change in pull request #10892: [WIP] New Admin API for deleteTopics

2021-06-27 Thread GitBox
ijuma commented on a change in pull request #10892: URL: https://github.com/apache/kafka/pull/10892#discussion_r659385893 ## File path: clients/src/main/java/org/apache/kafka/clients/admin/TopicCollection.java ## @@ -0,0 +1,91 @@ +/* + * Licensed to the Apache Software Foundat

[GitHub] [kafka] ijuma commented on a change in pull request #10892: [WIP] New Admin API for deleteTopics

2021-06-27 Thread GitBox
ijuma commented on a change in pull request #10892: URL: https://github.com/apache/kafka/pull/10892#discussion_r659386218 ## File path: clients/src/main/java/org/apache/kafka/clients/admin/TopicCollection.java ## @@ -0,0 +1,91 @@ +/* + * Licensed to the Apache Software Foundat

[jira] [Commented] (KAFKA-12378) If a broker is down for more then `delete.retention.ms` deleted records in a compacted topic can come back.

2021-06-27 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17370369#comment-17370369 ] Guozhang Wang commented on KAFKA-12378: --- Hello [~shanesaww], I agree this is a tri

[jira] [Commented] (KAFKA-12920) Consumer's cooperative sticky assignor need to clear generation / assignment data upon `onPartitionsLost`

2021-06-27 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17370370#comment-17370370 ] Guozhang Wang commented on KAFKA-12920: --- Adding the other created root cause issue

[GitHub] [kafka] jolshan commented on a change in pull request #10892: [WIP] New Admin API for deleteTopics

2021-06-27 Thread GitBox
jolshan commented on a change in pull request #10892: URL: https://github.com/apache/kafka/pull/10892#discussion_r659388593 ## File path: clients/src/main/java/org/apache/kafka/clients/admin/TopicCollection.java ## @@ -0,0 +1,91 @@ +/* + * Licensed to the Apache Software Found

[GitHub] [kafka] ijuma commented on a change in pull request #10892: [WIP] New Admin API for deleteTopics

2021-06-27 Thread GitBox
ijuma commented on a change in pull request #10892: URL: https://github.com/apache/kafka/pull/10892#discussion_r659391951 ## File path: clients/src/main/java/org/apache/kafka/clients/admin/TopicCollection.java ## @@ -0,0 +1,91 @@ +/* + * Licensed to the Apache Software Foundat

[GitHub] [kafka] jolshan commented on a change in pull request #10892: [WIP] New Admin API for deleteTopics

2021-06-27 Thread GitBox
jolshan commented on a change in pull request #10892: URL: https://github.com/apache/kafka/pull/10892#discussion_r659401537 ## File path: clients/src/main/java/org/apache/kafka/clients/admin/TopicCollection.java ## @@ -0,0 +1,91 @@ +/* + * Licensed to the Apache Software Found

[GitHub] [kafka] jolshan commented on a change in pull request #10892: [WIP] New Admin API for deleteTopics

2021-06-27 Thread GitBox
jolshan commented on a change in pull request #10892: URL: https://github.com/apache/kafka/pull/10892#discussion_r659410595 ## File path: clients/src/main/java/org/apache/kafka/clients/admin/TopicCollection.java ## @@ -0,0 +1,91 @@ +/* + * Licensed to the Apache Software Found

[GitHub] [kafka] ijuma commented on pull request #10904: MINOR: Replace EasyMock and PowerMock with Mockito in WorkerGroupMemberTest

2021-06-27 Thread GitBox
ijuma commented on pull request #10904: URL: https://github.com/apache/kafka/pull/10904#issuecomment-869296229 Thanks for the PR. We should update build.gradle to remove this test from the JDK 16 exclusion list. -- This is an automated message from the Apache Git Service. To respond to t

[GitHub] [kafka] ijuma commented on pull request #10881: KAFKA-12947 Replace EasyMock and PowerMock with Mockito for StreamsMe…

2021-06-27 Thread GitBox
ijuma commented on pull request #10881: URL: https://github.com/apache/kafka/pull/10881#issuecomment-869298381 @vvcephei @ableegoldman can one of you review this PR please? It gets us closer to disabling the JDK 15 builds. -- This is an automated message from the Apache Git Service. To r

[GitHub] [kafka] guozhangwang commented on pull request #10925: MINOR: To verify segment.hasOverflow, the path of the segment should be printed

2021-06-27 Thread GitBox
guozhangwang commented on pull request #10925: URL: https://github.com/apache/kafka/pull/10925#issuecomment-869324107 LGTM! 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 to the s

[GitHub] [kafka] guozhangwang merged pull request #10925: MINOR: To verify segment.hasOverflow, the path of the segment should be printed

2021-06-27 Thread GitBox
guozhangwang merged pull request #10925: URL: https://github.com/apache/kafka/pull/10925 -- 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-unsu

[GitHub] [kafka] aartigao commented on pull request #10929: KAFKA-12995 [WIP] Allow old Broker compatibility for Metadata calls

2021-06-27 Thread GitBox
aartigao commented on pull request #10929: URL: https://github.com/apache/kafka/pull/10929#issuecomment-869396159 > Thanks for the PR. I am tempted to specify list offsets methods to support 0.11.0 brokers and newer. 0.10.x is extremely old now. It was different when we implemented #3098 4

[GitHub] [kafka] showuon commented on a change in pull request #10926: KAFKA-8613: KIP-633 New APIs for Controlling Grace Period for Windowed Operations

2021-06-27 Thread GitBox
showuon commented on a change in pull request #10926: URL: https://github.com/apache/kafka/pull/10926#discussion_r659484507 ## File path: streams/src/main/java/org/apache/kafka/streams/kstream/JoinWindows.java ## @@ -92,32 +100,61 @@ private JoinWindows(final long beforeMs,

[GitHub] [kafka] ijuma commented on pull request #10929: KAFKA-12995 [WIP] Allow old Broker compatibility for Metadata calls

2021-06-27 Thread GitBox
ijuma commented on pull request #10929: URL: https://github.com/apache/kafka/pull/10929#issuecomment-869405510 From what I can gather very few companies still use 0.10.x. It has serious bugs that can result in data loss. KIP-101 (introduced in 0.11.0) is a must have if you care about your

[GitHub] [kafka] showuon commented on a change in pull request #10917: KAFKA-10847: improve throughput of stream-stream join with spurious left/outer join fix

2021-06-27 Thread GitBox
showuon commented on a change in pull request #10917: URL: https://github.com/apache/kafka/pull/10917#discussion_r659521269 ## File path: streams/src/test/java/org/apache/kafka/streams/kstream/internals/KStreamKStreamOuterJoinTest.java ## @@ -460,23 +463,25 @@ public void test

[GitHub] [kafka] showuon commented on a change in pull request #10917: KAFKA-10847: improve throughput of stream-stream join with spurious left/outer join fix

2021-06-27 Thread GitBox
showuon commented on a change in pull request #10917: URL: https://github.com/apache/kafka/pull/10917#discussion_r659525237 ## File path: streams/src/main/java/org/apache/kafka/streams/kstream/internals/KStreamKStreamJoin.java ## @@ -186,12 +190,17 @@ public void process(final

[GitHub] [kafka] showuon commented on a change in pull request #10917: KAFKA-10847: improve throughput of stream-stream join with spurious left/outer join fix

2021-06-27 Thread GitBox
showuon commented on a change in pull request #10917: URL: https://github.com/apache/kafka/pull/10917#discussion_r659525237 ## File path: streams/src/main/java/org/apache/kafka/streams/kstream/internals/KStreamKStreamJoin.java ## @@ -186,12 +190,17 @@ public void process(final