[jira] [Commented] (KAFKA-10253) Kafka Connect gets into an infinite rebalance loop

2020-09-09 Thread Goltseva Taisiia (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17192798#comment-17192798 ] Goltseva Taisiia commented on KAFKA-10253: -- Hi, guys! We had the same problem. In our case the

[GitHub] [kafka] chia7712 opened a new pull request #9271: MINOR: correct package of LinuxIoMetricsCollector

2020-09-09 Thread GitBox
chia7712 opened a new pull request #9271: URL: https://github.com/apache/kafka/pull/9271 kafka.server.LinuxIoMetricsCollector -> kafka.metrics.LinuxIoMetricsCollector ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify

[GitHub] [kafka] feyman2016 opened a new pull request #9270: KAFKA-10284: Group membership update due to static member rejoin should be persisted

2020-09-09 Thread GitBox
feyman2016 opened a new pull request #9270: URL: https://github.com/apache/kafka/pull/9270 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade

[jira] [Issue Comment Deleted] (KAFKA-10304) Revisit and improve the tests of MirrorMaker 2

2020-09-09 Thread Ning Zhang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated KAFKA-10304: --- Comment: was deleted (was: https://github.com/apache/kafka/pull/9224) > Revisit and improve the

[jira] [Commented] (KAFKA-10304) Revisit and improve the tests of MirrorMaker 2

2020-09-09 Thread Ning Zhang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17192664#comment-17192664 ] Ning Zhang commented on KAFKA-10304: Hi [~mimaison] [~ryannedolan] this is mostly a refactoring pr

[jira] [Updated] (KAFKA-10304) Revisit and improve the tests of MirrorMaker 2

2020-09-09 Thread Ning Zhang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated KAFKA-10304: --- Description: In a different MM2 change https://github.com/apache/kafka/pull/9029, some concerns on

[GitHub] [kafka] ning2008wisc commented on a change in pull request #9224: refactor MM2 integration tests

2020-09-09 Thread GitBox
ning2008wisc commented on a change in pull request #9224: URL: https://github.com/apache/kafka/pull/9224#discussion_r485363204 ## File path: connect/mirror/src/test/java/org/apache/kafka/connect/mirror/integration/MirrorConnectorsIntegrationTest.java ## @@ -396,27 +330,67 @@

[GitHub] [kafka] cmccabe opened a new pull request #9269: MINOR: add ImplicitLinkedHashCollection#moveToEnd

2020-09-09 Thread GitBox
cmccabe opened a new pull request #9269: URL: https://github.com/apache/kafka/pull/9269 Add ImplicitLinkedHashCollection#moveToEnd. Refactor ImplicitLinkedHashCollectionIterator to be a little bit more robust against concurrent modifications to the map.

[GitHub] [kafka] ning2008wisc commented on a change in pull request #9224: refactor MM2 integration tests

2020-09-09 Thread GitBox
ning2008wisc commented on a change in pull request #9224: URL: https://github.com/apache/kafka/pull/9224#discussion_r485362458 ## File path: connect/mirror/src/test/java/org/apache/kafka/connect/mirror/integration/MirrorConnectorsIntegrationTest.java ## @@ -207,13 +173,16 @@

[GitHub] [kafka] ning2008wisc commented on a change in pull request #9224: refactor MM2 integration tests

2020-09-09 Thread GitBox
ning2008wisc commented on a change in pull request #9224: URL: https://github.com/apache/kafka/pull/9224#discussion_r485361003 ## File path: connect/mirror/src/test/java/org/apache/kafka/connect/mirror/TestUtils.java ## @@ -32,4 +73,166 @@ } return props;

<    1   2