[GitHub] [kafka] ableegoldman commented on a change in pull request #11600: KAFKA-12648: handle MissingSourceTopicException for named topologies

2022-01-10 Thread GitBox
ableegoldman commented on a change in pull request #11600: URL: https://github.com/apache/kafka/pull/11600#discussion_r781827295 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TopologyMetadata.java ## @@ -436,9 +436,25 @@ public String

[jira] [Created] (KAFKA-13590) Rename InternalTopologyBuilder's #topicGroups method to be more descriptive

2022-01-10 Thread A. Sophie Blee-Goldman (Jira)
A. Sophie Blee-Goldman created KAFKA-13590: -- Summary: Rename InternalTopologyBuilder's #topicGroups method to be more descriptive Key: KAFKA-13590 URL: https://issues.apache.org/jira/browse/KAFKA-13590

[GitHub] [kafka] ableegoldman commented on a change in pull request #11600: KAFKA-12648: handle MissingSourceTopicException for named topologies

2022-01-10 Thread GitBox
ableegoldman commented on a change in pull request #11600: URL: https://github.com/apache/kafka/pull/11600#discussion_r781821011 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TopologyMetadata.java ## @@ -436,9 +436,25 @@ public String

[GitHub] [kafka] ableegoldman commented on a change in pull request #11600: KAFKA-12648: handle MissingSourceTopicException for named topologies

2022-01-10 Thread GitBox
ableegoldman commented on a change in pull request #11600: URL: https://github.com/apache/kafka/pull/11600#discussion_r781818108 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamsPartitionAssignor.java ## @@ -380,15 +380,37 @@ public

[GitHub] [kafka] ableegoldman commented on a change in pull request #11600: KAFKA-12648: handle MissingSourceTopicException for named topologies

2022-01-10 Thread GitBox
ableegoldman commented on a change in pull request #11600: URL: https://github.com/apache/kafka/pull/11600#discussion_r781817617 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java ## @@ -1137,6 +1138,8 @@ private void

[GitHub] [kafka] ableegoldman commented on a change in pull request #11600: KAFKA-12648: handle MissingSourceTopicException for named topologies

2022-01-10 Thread GitBox
ableegoldman commented on a change in pull request #11600: URL: https://github.com/apache/kafka/pull/11600#discussion_r781814872 ## File path: checkstyle/suppressions.xml ## @@ -158,7 +158,7 @@

[GitHub] [kafka] mdshadabin edited a comment on pull request #10056: KAFKA-12293: remove JCenter and Bintray repositories mentions out of build gradle scripts (sunset is announced for those repositori

2022-01-10 Thread GitBox
mdshadabin edited a comment on pull request #10056: URL: https://github.com/apache/kafka/pull/10056#issuecomment-1009656742 Thanks @ewencp , I have switched to Kafka 3.0.0, i always see a few unit test failures. Download Kafka source code from official side and follow git hub to

[GitHub] [kafka] mdshadabin commented on pull request #10056: KAFKA-12293: remove JCenter and Bintray repositories mentions out of build gradle scripts (sunset is announced for those repositories)

2022-01-10 Thread GitBox
mdshadabin commented on pull request #10056: URL: https://github.com/apache/kafka/pull/10056#issuecomment-1009656742 Thanks @ewencp , I have switched to Kafka 3.0.0, i always see a few unit test failures. Download Kafka source code from official side and follow git hub to build

[jira] [Created] (KAFKA-13589) fix flaky `PlaintextAdminIntegrationTest.testReplicaCanFetchFromLogStartOffsetAfterDeleteRecords` test

2022-01-10 Thread Luke Chen (Jira)
Luke Chen created KAFKA-13589: - Summary: fix flaky `PlaintextAdminIntegrationTest.testReplicaCanFetchFromLogStartOffsetAfterDeleteRecords` test Key: KAFKA-13589 URL: https://issues.apache.org/jira/browse/KAFKA-13589

[GitHub] [kafka] vlsi commented on pull request #7898: KAFKA-9366: Change log4j dependency into log4j2

2022-01-10 Thread GitBox
vlsi commented on pull request #7898: URL: https://github.com/apache/kafka/pull/7898#issuecomment-1009629904 If the only motivation for moving 1.x -> 2.x is security, then it might be better for both Kafka and Kafka users to stick with 1.x and ask/wait/help with releasing a hardened 1.x.

[GitHub] [kafka] dongjinleekr commented on pull request #7898: KAFKA-9366: Change log4j dependency into log4j2

2022-01-10 Thread GitBox
dongjinleekr commented on pull request #7898: URL: https://github.com/apache/kafka/pull/7898#issuecomment-1009624788 @vlsi > Have you explored the possibility of resurrecting and releasing 1.x? Not yet. KIP-653 has been started long before the log4j crisis of 2020. -- This

[jira] [Commented] (KAFKA-10466) Add Regex option for replacement on MaskField SMT

2022-01-10 Thread Ari Iramanesh (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17472465#comment-17472465 ] Ari Iramanesh commented on KAFKA-10466: --- Hey [~daehokimm], I've sent some commits that should fix

[GitHub] [kafka] aith commented on pull request #9259: KAFKA-10466: Allow regex for MaskField SMT to replacement

2022-01-10 Thread GitBox
aith commented on pull request #9259: URL: https://github.com/apache/kafka/pull/9259#issuecomment-1009619745 Hey @daehokimm, I'm thinking that the maintainers would be more inclined to review your PR if the build errors were resolved. I went ahead and fixed the build errors at my [branch

[jira] [Assigned] (KAFKA-10466) Add Regex option for replacement on MaskField SMT

2022-01-10 Thread Ari Iramanesh (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ari Iramanesh reassigned KAFKA-10466: - Assignee: Ari Iramanesh > Add Regex option for replacement on MaskField SMT >

[jira] [Commented] (KAFKA-13435) Group won't consume partitions added after static member restart

2022-01-10 Thread Ryan Leslie (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17472449#comment-17472449 ] Ryan Leslie commented on KAFKA-13435: - Not ideal, but as a first step, is a partial solution

[jira] [Commented] (KAFKA-13289) Bulk processing correctly ordered input data through a join with kafka-streams results in `Skipping record for expired segment`

2022-01-10 Thread Jira
[ https://issues.apache.org/jira/browse/KAFKA-13289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17472424#comment-17472424 ] Eugen Dück commented on KAFKA-13289: I (accidentally) noticed that one way to reproduce "Skipping

[GitHub] [kafka] guozhangwang merged pull request #11611: MINOR: prefix topics if internal config is set

2022-01-10 Thread GitBox
guozhangwang merged pull request #11611: URL: https://github.com/apache/kafka/pull/11611 -- 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] [Commented] (KAFKA-13588) We should consolidate `changelogFor` methods to simplify the generation of internal topic names

2022-01-10 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17472368#comment-17472368 ] Guozhang Wang commented on KAFKA-13588: --- This would also include consolidating the duplicated

[GitHub] [kafka] junrao commented on a change in pull request #11660: MINOR: fix comment in ClusterConnectionStates

2022-01-10 Thread GitBox
junrao commented on a change in pull request #11660: URL: https://github.com/apache/kafka/pull/11660#discussion_r781655987 ## File path: clients/src/main/java/org/apache/kafka/clients/ClusterConnectionStates.java ## @@ -68,7 +68,7 @@ public ClusterConnectionStates(long

[GitHub] [kafka] cmccabe commented on a change in pull request #11634: MINOR: enable KRaft in TopicCommandIntegrationTest

2022-01-10 Thread GitBox
cmccabe commented on a change in pull request #11634: URL: https://github.com/apache/kafka/pull/11634#discussion_r781655349 ## File path: core/src/test/scala/unit/kafka/admin/TopicCommandIntegrationTest.scala ## @@ -443,25 +486,30 @@ class TopicCommandIntegrationTest extends

[GitHub] [kafka] junrao commented on a change in pull request #11345: Allow empty last segment to have missing offset index during recovery

2022-01-10 Thread GitBox
junrao commented on a change in pull request #11345: URL: https://github.com/apache/kafka/pull/11345#discussion_r781653267 ## File path: core/src/main/scala/kafka/log/UnifiedLog.scala ## @@ -1498,28 +1498,46 @@ class UnifiedLog(@volatile var logStartOffset: Long,

[GitHub] [kafka] cmccabe commented on pull request #11636: MINOR: enable KRaft in LogOffsetTest

2022-01-10 Thread GitBox
cmccabe commented on pull request #11636: URL: https://github.com/apache/kafka/pull/11636#issuecomment-1009458806 I think we should replace Mockito in a separate PR. Otherwise it might be hard to see which changes are related to that and which are related to KRaft. -- This is an

[GitHub] [kafka] cmccabe commented on a change in pull request #11638: MINOR: enable KRaft in DeleteTopicsRequestTest

2022-01-10 Thread GitBox
cmccabe commented on a change in pull request #11638: URL: https://github.com/apache/kafka/pull/11638#discussion_r781654110 ## File path: core/src/test/scala/unit/kafka/server/AbstractCreateTopicsRequestTest.scala ## @@ -162,7 +162,7 @@ abstract class

[GitHub] [kafka] cmccabe commented on pull request #11639: MINOR: enable KRaft in EndToEndClusterIdTest

2022-01-10 Thread GitBox
cmccabe commented on pull request #11639: URL: https://github.com/apache/kafka/pull/11639#issuecomment-1009457475 Jenkins test failure is `FetchRequestBetweenDifferentIbpTest#testControllerOldToNewIBP`, which was not affected by the change here. -- This is an automated message from

[GitHub] [kafka] cmccabe commented on a change in pull request #11606: MINOR: Add shutdown tests for KRaft

2022-01-10 Thread GitBox
cmccabe commented on a change in pull request #11606: URL: https://github.com/apache/kafka/pull/11606#discussion_r781651984 ## File path: core/src/test/scala/unit/kafka/integration/KafkaServerTestHarness.scala ## @@ -142,6 +127,19 @@ abstract class KafkaServerTestHarness

[GitHub] [kafka] cmccabe commented on a change in pull request #11606: MINOR: Add shutdown tests for KRaft

2022-01-10 Thread GitBox
cmccabe commented on a change in pull request #11606: URL: https://github.com/apache/kafka/pull/11606#discussion_r781651142 ## File path: core/src/test/scala/unit/kafka/integration/KafkaServerTestHarness.scala ## @@ -253,4 +248,32 @@ abstract class KafkaServerTestHarness

[GitHub] [kafka] cmccabe commented on a change in pull request #11606: MINOR: Add shutdown tests for KRaft

2022-01-10 Thread GitBox
cmccabe commented on a change in pull request #11606: URL: https://github.com/apache/kafka/pull/11606#discussion_r781650275 ## File path: core/src/test/scala/integration/kafka/server/QuorumTestHarness.scala ## @@ -196,14 +199,16 @@ abstract class QuorumTestHarness extends

[GitHub] [kafka] ccding commented on a change in pull request #11345: Allow empty last segment to have missing offset index during recovery

2022-01-10 Thread GitBox
ccding commented on a change in pull request #11345: URL: https://github.com/apache/kafka/pull/11345#discussion_r781624729 ## File path: core/src/main/scala/kafka/log/LogLoader.scala ## @@ -333,8 +333,9 @@ object LogLoader extends Logging { try

[GitHub] [kafka] wcarlson5 commented on pull request #11611: MINOR: prefix topics if internal config is set

2022-01-10 Thread GitBox
wcarlson5 commented on pull request #11611: URL: https://github.com/apache/kafka/pull/11611#issuecomment-1009368253 @guozhangwang Yeah I needed update a few tests. It should be good now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Created] (KAFKA-13588) We should consolidate `changelogFor` methods to simplify the generation of internal topic names

2022-01-10 Thread Walker Carlson (Jira)
Walker Carlson created KAFKA-13588: -- Summary: We should consolidate `changelogFor` methods to simplify the generation of internal topic names Key: KAFKA-13588 URL:

[GitHub] [kafka] wcarlson5 commented on a change in pull request #11611: MINOR: prefix topics if internal config is set

2022-01-10 Thread GitBox
wcarlson5 commented on a change in pull request #11611: URL: https://github.com/apache/kafka/pull/11611#discussion_r781511282 ## File path: streams/src/main/java/org/apache/kafka/streams/state/internals/CachingWindowStore.java ## @@ -85,8 +86,13 @@ public void init(final

[GitHub] [kafka] junrao commented on a change in pull request #11345: Allow empty last segment to have missing offset index during recovery

2022-01-10 Thread GitBox
junrao commented on a change in pull request #11345: URL: https://github.com/apache/kafka/pull/11345#discussion_r781485562 ## File path: core/src/main/scala/kafka/log/UnifiedLog.scala ## @@ -1498,28 +1498,44 @@ class UnifiedLog(@volatile var logStartOffset: Long,

[GitHub] [kafka] dajac commented on pull request #11664: KAFKA-13582: TestVerifiableProducer.test_multiple_kraft_security_prot…

2022-01-10 Thread GitBox
dajac commented on pull request #11664: URL: https://github.com/apache/kafka/pull/11664#issuecomment-1009289935 Merged to trunk and 3.1. -- 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

[GitHub] [kafka] dajac merged pull request #11664: KAFKA-13582: TestVerifiableProducer.test_multiple_kraft_security_prot…

2022-01-10 Thread GitBox
dajac merged pull request #11664: URL: https://github.com/apache/kafka/pull/11664 -- 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] [Assigned] (KAFKA-13587) Implement unclean leader election in KIP-704

2022-01-10 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jose Armando Garcia Sancio reassigned KAFKA-13587: -- Assignee: Jose Armando Garcia Sancio > Implement unclean

[jira] [Created] (KAFKA-13587) Implement unclean leader election in KIP-704

2022-01-10 Thread Jose Armando Garcia Sancio (Jira)
Jose Armando Garcia Sancio created KAFKA-13587: -- Summary: Implement unclean leader election in KIP-704 Key: KAFKA-13587 URL: https://issues.apache.org/jira/browse/KAFKA-13587 Project:

[jira] [Created] (KAFKA-13586) ConfigExceptions thrown by FileConfigProvider during connector/task startup crash worker

2022-01-10 Thread Greg Harris (Jira)
Greg Harris created KAFKA-13586: --- Summary: ConfigExceptions thrown by FileConfigProvider during connector/task startup crash worker Key: KAFKA-13586 URL: https://issues.apache.org/jira/browse/KAFKA-13586

[jira] [Commented] (KAFKA-2729) Cached zkVersion not equal to that in zookeeper, broker not recovering.

2022-01-10 Thread Jun Rao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-2729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17472207#comment-17472207 ] Jun Rao commented on KAFKA-2729: [~mgabriel] : The BadVersion on ZK server just indicates that a

[GitHub] [kafka] vlsi edited a comment on pull request #7898: KAFKA-9366: Change log4j dependency into log4j2

2022-01-10 Thread GitBox
vlsi edited a comment on pull request #7898: URL: https://github.com/apache/kafka/pull/7898#issuecomment-1009197651 I might be slightly late for the party, however, have you explored the possibility of resurrecting and releasing 1.x? I do think it is worth resurrecting 1.x and fix

[GitHub] [kafka] vlsi commented on pull request #7898: KAFKA-9366: Change log4j dependency into log4j2

2022-01-10 Thread GitBox
vlsi commented on pull request #7898: URL: https://github.com/apache/kafka/pull/7898#issuecomment-1009197651 I might be slightly late for the party, however, have you explored the possibility of resurrecting and releasing 1.x? I do think it is worth resurrecting 1.x and fix the

[GitHub] [kafka] rondagostino commented on pull request #11664: KAFKA-13582: TestVerifiableProducer.test_multiple_kraft_security_prot…

2022-01-10 Thread GitBox
rondagostino commented on pull request #11664: URL: https://github.com/apache/kafka/pull/11664#issuecomment-1009152871 Ran the failing tests (plus 1 more) locally, and they all passed. ``` SESSION

[GitHub] [kafka] rondagostino opened a new pull request #11664: KAFKA-13582: TestVerifiableProducer.test_multiple_kraft_security_prot…

2022-01-10 Thread GitBox
rondagostino opened a new pull request #11664: URL: https://github.com/apache/kafka/pull/11664 …ocols fails KRaft brokers always use the first controller listener, so if there is not also a colocated KRaft controller on the node be sure to only publish one controller listener in

[GitHub] [kafka] brianwyka commented on pull request #9584: [KAFKA-10708]: Add "group-id" Tag to Kafka Consumer Metrics

2022-01-10 Thread GitBox
brianwyka commented on pull request #9584: URL: https://github.com/apache/kafka/pull/9584#issuecomment-1009032105 I'm not sure @kirktrue. -- 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

[jira] [Comment Edited] (KAFKA-2729) Cached zkVersion not equal to that in zookeeper, broker not recovering.

2022-01-10 Thread Matthias Gabriel (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-2729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17472112#comment-17472112 ] Matthias Gabriel edited comment on KAFKA-2729 at 1/10/22, 3:43 PM: --- Hey

[jira] [Commented] (KAFKA-2729) Cached zkVersion not equal to that in zookeeper, broker not recovering.

2022-01-10 Thread Matthias Gabriel (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-2729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17472112#comment-17472112 ] Matthias Gabriel commented on KAFKA-2729: - Hey [~junrao], We also have the same issue recurring

[jira] [Commented] (KAFKA-13435) Group won't consume partitions added after static member restart

2022-01-10 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17472085#comment-17472085 ] David Jacot commented on KAFKA-13435: - Thanks, [~hachikuji]. I think that AK assignors are usually

[GitHub] [kafka] YeonCheolGit opened a new pull request #11663: calculate list size

2022-01-10 Thread GitBox
YeonCheolGit opened a new pull request #11663: URL: https://github.com/apache/kafka/pull/11663 ### More detailed description of your change, _(This is my first PR for Kafka as junior engineer. This suggestion might be silly)_ If `.size()` is called when it is needed, JVM has to

[jira] [Commented] (KAFKA-12480) Reuse bootstrap servers in clients when last alive broker in cluster metadata is unavailable

2022-01-10 Thread QCU (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17472044#comment-17472044 ] QCU commented on KAFKA-12480: - I am also troubled by this problem. Is there any progress on this problem? >

[jira] [Commented] (KAFKA-13582) `TestVerifiableProducer. test_multiple_kraft_security_protocols` consistently fails

2022-01-10 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17472026#comment-17472026 ] David Jacot commented on KAFKA-13582: - I have reduced the priority to Major as it is purely a

[jira] [Updated] (KAFKA-13582) `TestVerifiableProducer. test_multiple_kraft_security_protocols` consistently fails

2022-01-10 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot updated KAFKA-13582: Priority: Major (was: Blocker) > `TestVerifiableProducer.

[jira] [Assigned] (KAFKA-13582) `TestVerifiableProducer. test_multiple_kraft_security_protocols` consistently fails

2022-01-10 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot reassigned KAFKA-13582: --- Assignee: Ron Dagostino > `TestVerifiableProducer. test_multiple_kraft_security_protocols`

[jira] [Commented] (KAFKA-13582) `TestVerifiableProducer. test_multiple_kraft_security_protocols` consistently fails

2022-01-10 Thread Ron Dagostino (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17472008#comment-17472008 ] Ron Dagostino commented on KAFKA-13582: --- This is purely a test configuration issue. An example

[jira] [Created] (KAFKA-13585) Fix `kafka.server.ReplicaManagerTest.testReplicaAlterLogDirsWithAndWithoutIds` flaky test

2022-01-10 Thread David Jacot (Jira)
David Jacot created KAFKA-13585: --- Summary: Fix `kafka.server.ReplicaManagerTest.testReplicaAlterLogDirsWithAndWithoutIds` flaky test Key: KAFKA-13585 URL: https://issues.apache.org/jira/browse/KAFKA-13585

[jira] [Created] (KAFKA-13584) Fix `kafka.network.SocketServerTest.testUnmuteChannelWithBufferedReceives` flaky test

2022-01-10 Thread David Jacot (Jira)
David Jacot created KAFKA-13584: --- Summary: Fix `kafka.network.SocketServerTest.testUnmuteChannelWithBufferedReceives` flaky test Key: KAFKA-13584 URL: https://issues.apache.org/jira/browse/KAFKA-13584

[jira] [Updated] (KAFKA-13583) Fix FetchRequestBetweenDifferentIbpTest flaky tests

2022-01-10 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot updated KAFKA-13583: Description: FetchRequestBetweenDifferentIbpTest's tests often fails with: {noformat}

[jira] [Created] (KAFKA-13583) Fix FetchRequestBetweenDifferentIbpTest flaky tests

2022-01-10 Thread David Jacot (Jira)
David Jacot created KAFKA-13583: --- Summary: Fix FetchRequestBetweenDifferentIbpTest flaky tests Key: KAFKA-13583 URL: https://issues.apache.org/jira/browse/KAFKA-13583 Project: Kafka Issue

[GitHub] [kafka] viktorsomogyi closed pull request #9152: KAFKA-9839; Broker should accept control requests with newer broker epoch

2022-01-10 Thread GitBox
viktorsomogyi closed pull request #9152: URL: https://github.com/apache/kafka/pull/9152 -- 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] viktorsomogyi closed pull request #9151: KAFKA-9839; Broker should accept control requests with newer broker epoch

2022-01-10 Thread GitBox
viktorsomogyi closed pull request #9151: URL: https://github.com/apache/kafka/pull/9151 -- 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] viktorsomogyi closed pull request #9150: KAFKA-9839; Broker should accept control requests with newer broker epoch

2022-01-10 Thread GitBox
viktorsomogyi closed pull request #9150: URL: https://github.com/apache/kafka/pull/9150 -- 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] [Updated] (KAFKA-13582) `TestVerifiableProducer. test_multiple_kraft_security_protocols` consistently fails

2022-01-10 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot updated KAFKA-13582: Description: `TestVerifiableProducer. test_multiple_kraft_security_protocols` consistently fails

[jira] [Created] (KAFKA-13582) `TestVerifiableProducer. test_multiple_kraft_security_protocols` consistently fails

2022-01-10 Thread David Jacot (Jira)
David Jacot created KAFKA-13582: --- Summary: `TestVerifiableProducer. test_multiple_kraft_security_protocols` consistently fails Key: KAFKA-13582 URL: https://issues.apache.org/jira/browse/KAFKA-13582

[jira] [Resolved] (KAFKA-13312) 'NetworkDegradeTest#test_rate' should wait until iperf server is listening

2022-01-10 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-13312. - Resolution: Fixed > 'NetworkDegradeTest#test_rate' should wait until iperf server is listening

[jira] [Resolved] (KAFKA-10712) Update release scripts to Python3

2022-01-10 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-10712. - Fix Version/s: 3.1.0 Resolution: Fixed > Update release scripts to Python3 >