[jira] [Updated] (KAFKA-10873) Inaccurate "Ignoring stop request for unowned connector" log messages

2020-12-20 Thread Chris Egerton (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Egerton updated KAFKA-10873: -- Summary: Inaccurate "Ignoring stop request for unowned connector" log messages (was: Inaccura

[jira] [Created] (KAFKA-10873) Inaccurate "Ignore stop request for unowned connector" log messages

2020-12-20 Thread Chris Egerton (Jira)
Chris Egerton created KAFKA-10873: - Summary: Inaccurate "Ignore stop request for unowned connector" log messages Key: KAFKA-10873 URL: https://issues.apache.org/jira/browse/KAFKA-10873 Project: Kafka

[GitHub] [kafka] chia7712 commented on pull request #9755: MINOR: refactor SelectingIterator by scala iterator

2020-12-20 Thread GitBox
chia7712 commented on pull request #9755: URL: https://github.com/apache/kafka/pull/9755#issuecomment-748762656 @ijuma Thanks for all your suggestions. I have addressed them in latest commit. Please take a look! This is an a

[GitHub] [kafka] chia7712 merged pull request #9768: HOTFIX: fix failed ControllerChannelManagerTest#testUpdateMetadataReq…

2020-12-20 Thread GitBox
chia7712 merged pull request #9768: URL: https://github.com/apache/kafka/pull/9768 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 t

[jira] [Updated] (KAFKA-10872) Log broker configuration prefixed with "listener.name.*"

2020-12-20 Thread Badai Aqrandista (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Badai Aqrandista updated KAFKA-10872: - Description: When configuring broker listeners with "listener.name.*" prefix, it is very

[jira] [Created] (KAFKA-10872) Log broker configuration prefixed with "listener.name.*"

2020-12-20 Thread Badai Aqrandista (Jira)
Badai Aqrandista created KAFKA-10872: Summary: Log broker configuration prefixed with "listener.name.*" Key: KAFKA-10872 URL: https://issues.apache.org/jira/browse/KAFKA-10872 Project: Kafka

[GitHub] [kafka] ijuma commented on a change in pull request #9520: MINOR: replace test "expected" parameter by assertThrows

2020-12-20 Thread GitBox
ijuma commented on a change in pull request #9520: URL: https://github.com/apache/kafka/pull/9520#discussion_r546320434 ## File path: clients/src/test/java/org/apache/kafka/common/metrics/MetricsTest.java ## @@ -196,12 +197,12 @@ public void testHierarchicalSensors() {

[jira] [Commented] (KAFKA-10871) StreamTask shouldn't take WallClockTime as input parameter in process method

2020-12-20 Thread Rohit Deshpande (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17252522#comment-17252522 ] Rohit Deshpande commented on KAFKA-10871: - cc [~guozhang] [~mjsax] [~vvcephei] 

[jira] [Created] (KAFKA-10871) StreamTask shouldn't take WallClockTime as input parameter in process method

2020-12-20 Thread Rohit Deshpande (Jira)
Rohit Deshpande created KAFKA-10871: --- Summary: StreamTask shouldn't take WallClockTime as input parameter in process method Key: KAFKA-10871 URL: https://issues.apache.org/jira/browse/KAFKA-10871 Pr

[GitHub] [kafka] jolshan commented on a change in pull request #9684: KAFKA-10764: Add support for returning topic IDs on create, supplying topic IDs for delete

2020-12-20 Thread GitBox
jolshan commented on a change in pull request #9684: URL: https://github.com/apache/kafka/pull/9684#discussion_r546406433 ## File path: core/src/main/scala/kafka/server/KafkaApis.scala ## @@ -1896,6 +1896,11 @@ class KafkaApis(val requestChannel: RequestChannel,

[GitHub] [kafka] ijuma commented on pull request #7226: MINOR: remove some duplicated code in ApiKeys

2020-12-20 Thread GitBox
ijuma commented on pull request #7226: URL: https://github.com/apache/kafka/pull/7226#issuecomment-748631421 I am going to close this PR since trunk has moved on quite a bit, including the conversion of all request types to use the generator and simplification of ApiKeys. @cmccabe feel fre

[GitHub] [kafka] ijuma closed pull request #7226: MINOR: remove some duplicated code in ApiKeys

2020-12-20 Thread GitBox
ijuma closed pull request #7226: URL: https://github.com/apache/kafka/pull/7226 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] ijuma commented on a change in pull request #9755: MINOR: refactor SelectingIterator by scala iterator

2020-12-20 Thread GitBox
ijuma commented on a change in pull request #9755: URL: https://github.com/apache/kafka/pull/9755#discussion_r546398998 ## File path: core/src/main/scala/kafka/server/KafkaApis.scala ## @@ -3530,3 +3494,14 @@ class KafkaApis(val requestChannel: RequestChannel, } } + +obje

[GitHub] [kafka] ijuma commented on pull request #7587: MINOR: Do not hold on to request buffers unless the request is using zero-copy

2020-12-20 Thread GitBox
ijuma commented on pull request #7587: URL: https://github.com/apache/kafka/pull/7587#issuecomment-748629017 @cmccabe are you interested in reviving this? All requests/responses use the generator now and they're all flexible, so some of the changes here are no longer needed. The overall id

[jira] [Commented] (KAFKA-10869) Gate topic IDs behind IBP 2.8

2020-12-20 Thread Lucas Bradstreet (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17252448#comment-17252448 ] Lucas Bradstreet commented on KAFKA-10869: -- It looks like this won't be propaga