[GitHub] [kafka] huxihx commented on pull request #9051: KAFKA-10268: dynamic config like "--delete-config log.retention.ms" doesn't work

2020-07-21 Thread GitBox
huxihx commented on pull request #9051: URL: https://github.com/apache/kafka/pull/9051#issuecomment-662260819 @rajinisivaram Please review this patch. Thanks. This is an automated message from the Apache Git Service. To respo

[jira] [Commented] (KAFKA-10134) High CPU issue during rebalance in Kafka consumer after upgrading to 2.5

2020-07-21 Thread Jerry Wei (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17162450#comment-17162450 ] Jerry Wei commented on KAFKA-10134: --- [~guozhang] refer to the attached file (consumer5

[jira] [Updated] (KAFKA-10134) High CPU issue during rebalance in Kafka consumer after upgrading to 2.5

2020-07-21 Thread Jerry Wei (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry Wei updated KAFKA-10134: -- Attachment: (was: consumer4.log.2020-07-22.log) > High CPU issue during rebalance in Kafka consume

[jira] [Updated] (KAFKA-10134) High CPU issue during rebalance in Kafka consumer after upgrading to 2.5

2020-07-21 Thread Jerry Wei (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry Wei updated KAFKA-10134: -- Attachment: consumer5.log.2020-07-22.log > High CPU issue during rebalance in Kafka consumer after upg

[jira] [Updated] (KAFKA-10134) High CPU issue during rebalance in Kafka consumer after upgrading to 2.5

2020-07-21 Thread Jerry Wei (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry Wei updated KAFKA-10134: -- Attachment: consumer4.log.2020-07-22.log > High CPU issue during rebalance in Kafka consumer after upg

[jira] [Resolved] (KAFKA-9343) Add ps command for Kafka and zookeeper process on z/OS.

2020-07-21 Thread Shuo Zhang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuo Zhang resolved KAFKA-9343. --- > Add ps command for Kafka and zookeeper process on z/OS. > -

[jira] [Commented] (KAFKA-10269) AdminClient ListOffsetsResultInfo/timestamp is always -1

2020-07-21 Thread huxihx (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17162444#comment-17162444 ] huxihx commented on KAFKA-10269: [~d-t-w] Thanks for reporting and feel free to take thi

[GitHub] [kafka] huxihx opened a new pull request #9051: KAFKA-10268: dynamic config like "--delete-config log.retention.ms" doesn't work

2020-07-21 Thread GitBox
huxihx opened a new pull request #9051: URL: https://github.com/apache/kafka/pull/9051 https://issues.apache.org/jira/browse/KAFKA-10268 Currently, ConfigCommand's `--delete-config` API does not restore the config to default value, no matter at broker-level or broker-default level. B

[GitHub] [kafka] jeffkbkim opened a new pull request #9050: KAFKA-10193: Add preemption for controller events that have callbacks

2020-07-21 Thread GitBox
jeffkbkim opened a new pull request #9050: URL: https://github.com/apache/kafka/pull/9050 JIRA: https://issues.apache.org/jira/browse/KAFKA-10193 * add `preempt(): Unit` method for all `ControllerEvent` so that all events (and future events) must implement it * for events that have ca

[GitHub] [kafka] mjsax commented on pull request #9047: KAFKA-9274: remove `retries` for global tasks

2020-07-21 Thread GitBox
mjsax commented on pull request #9047: URL: https://github.com/apache/kafka/pull/9047#issuecomment-662192375 @vvcephei Updated this PR. This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [kafka] mjsax commented on a change in pull request #9047: KAFKA-9274: remove `retries` for global tasks

2020-07-21 Thread GitBox
mjsax commented on a change in pull request #9047: URL: https://github.com/apache/kafka/pull/9047#discussion_r458483259 ## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/GlobalStateManagerImplTest.java ## @@ -612,72 +617,521 @@ public boolean loc

[GitHub] [kafka] mjsax commented on a change in pull request #9047: KAFKA-9274: remove `retries` for global tasks

2020-07-21 Thread GitBox
mjsax commented on a change in pull request #9047: URL: https://github.com/apache/kafka/pull/9047#discussion_r458483023 ## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/GlobalStateManagerImplTest.java ## @@ -612,72 +617,521 @@ public boolean loc

[GitHub] [kafka] mjsax commented on a change in pull request #9047: KAFKA-9274: remove `retries` for global tasks

2020-07-21 Thread GitBox
mjsax commented on a change in pull request #9047: URL: https://github.com/apache/kafka/pull/9047#discussion_r458482846 ## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/GlobalStateManagerImplTest.java ## @@ -612,72 +617,521 @@ public boolean loc

[GitHub] [kafka] mjsax commented on a change in pull request #9047: KAFKA-9274: remove `retries` for global tasks

2020-07-21 Thread GitBox
mjsax commented on a change in pull request #9047: URL: https://github.com/apache/kafka/pull/9047#discussion_r458482803 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/GlobalStateManagerImpl.java ## @@ -131,11 +135,40 @@ public void setGlobalPr

[GitHub] [kafka] mjsax commented on a change in pull request #9047: KAFKA-9274: remove `retries` for global tasks

2020-07-21 Thread GitBox
mjsax commented on a change in pull request #9047: URL: https://github.com/apache/kafka/pull/9047#discussion_r458482408 ## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/GlobalStateManagerImplTest.java ## @@ -612,72 +617,521 @@ public boolean loc

[GitHub] [kafka] mjsax commented on a change in pull request #9047: KAFKA-9274: remove `retries` for global tasks

2020-07-21 Thread GitBox
mjsax commented on a change in pull request #9047: URL: https://github.com/apache/kafka/pull/9047#discussion_r458482045 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/GlobalStateManagerImpl.java ## @@ -58,30 +60,33 @@ * of Global State Store

[GitHub] [kafka] mjsax commented on a change in pull request #9047: KAFKA-9274: remove `retries` for global tasks

2020-07-21 Thread GitBox
mjsax commented on a change in pull request #9047: URL: https://github.com/apache/kafka/pull/9047#discussion_r458481794 ## File path: streams/src/main/java/org/apache/kafka/streams/errors/RetryableErrorException.java ## @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software

[GitHub] [kafka] mjsax commented on a change in pull request #9047: KAFKA-9274: remove `retries` for global tasks

2020-07-21 Thread GitBox
mjsax commented on a change in pull request #9047: URL: https://github.com/apache/kafka/pull/9047#discussion_r458481626 ## File path: docs/upgrade.html ## @@ -23,8 +23,8 @@ Notable changes in 2 The configuration parameter retries is deprecated for the producer, admin, a

[GitHub] [kafka] mjsax commented on a change in pull request #9047: KAFKA-9274: remove `retries` for global tasks

2020-07-21 Thread GitBox
mjsax commented on a change in pull request #9047: URL: https://github.com/apache/kafka/pull/9047#discussion_r458481521 ## File path: docs/streams/upgrade-guide.html ## @@ -95,11 +95,12 @@ Streams API -The configuration parameter retries is deprecated in

[GitHub] [kafka] mjsax commented on a change in pull request #9047: KAFKA-9274: remove `retries` for global tasks

2020-07-21 Thread GitBox
mjsax commented on a change in pull request #9047: URL: https://github.com/apache/kafka/pull/9047#discussion_r458481381 ## File path: docs/streams/developer-guide/config-streams.html ## @@ -326,13 +321,18 @@ bootstrap.serversstate.cleanup.delay.ms Low

[GitHub] [kafka] mjsax commented on a change in pull request #9047: KAFKA-9274: remove `retries` for global tasks

2020-07-21 Thread GitBox
mjsax commented on a change in pull request #9047: URL: https://github.com/apache/kafka/pull/9047#discussion_r458481315 ## File path: docs/streams/developer-guide/config-streams.html ## @@ -308,15 +308,10 @@ bootstrap.serversThe replication factor for changelog topics and repa

[GitHub] [kafka] mjsax commented on a change in pull request #9047: KAFKA-9274: remove `retries` for global tasks

2020-07-21 Thread GitBox
mjsax commented on a change in pull request #9047: URL: https://github.com/apache/kafka/pull/9047#discussion_r458481231 ## File path: docs/streams/developer-guide/config-streams.html ## @@ -203,7 +203,7 @@ bootstrap.serverscommit.interval.ms Low -The fr

[GitHub] [kafka] ableegoldman commented on a change in pull request #8964: KAFKA-9450: Decouple flushing state from commiting

2020-07-21 Thread GitBox
ableegoldman commented on a change in pull request #8964: URL: https://github.com/apache/kafka/pull/8964#discussion_r458282421 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/ProcessorStateManager.java ## @@ -454,6 +456,41 @@ public void flush(

[GitHub] [kafka] mumrah commented on a change in pull request #9008: KAFKA-9629 Use generated protocol for Fetch API

2020-07-21 Thread GitBox
mumrah commented on a change in pull request #9008: URL: https://github.com/apache/kafka/pull/9008#discussion_r458382935 ## File path: clients/src/main/java/org/apache/kafka/common/protocol/RecordsWriter.java ## @@ -0,0 +1,141 @@ +/* + * Licensed to the Apache Software Foundat

[GitHub] [kafka] abbccdda commented on a change in pull request #9012: KAFKA-10270: A broker to controller channel manager

2020-07-21 Thread GitBox
abbccdda commented on a change in pull request #9012: URL: https://github.com/apache/kafka/pull/9012#discussion_r458356891 ## File path: core/src/main/scala/kafka/server/BrokerToControllerChannelManager.scala ## @@ -0,0 +1,211 @@ +/* + * Licensed to the Apache Software Foundat

[GitHub] [kafka] abbccdda commented on a change in pull request #9012: KAFKA-10270: A broker to controller channel manager

2020-07-21 Thread GitBox
abbccdda commented on a change in pull request #9012: URL: https://github.com/apache/kafka/pull/9012#discussion_r458356772 ## File path: core/src/main/scala/kafka/server/BrokerToControllerChannelManager.scala ## @@ -0,0 +1,211 @@ +/* + * Licensed to the Apache Software Foundat

[GitHub] [kafka] mjsax commented on a change in pull request #8864: KAFKA-9274: Mark `retries` config as deprecated and add new `task.timeout.ms` config

2020-07-21 Thread GitBox
mjsax commented on a change in pull request #8864: URL: https://github.com/apache/kafka/pull/8864#discussion_r458346124 ## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/GlobalStateManagerImplTest.java ## @@ -612,6 +612,7 @@ public boolean lockGl

[GitHub] [kafka] mjsax commented on a change in pull request #8864: KAFKA-9274: Mark `retries` config as deprecated and add new `task.timeout.ms` config

2020-07-21 Thread GitBox
mjsax commented on a change in pull request #8864: URL: https://github.com/apache/kafka/pull/8864#discussion_r458345947 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/GlobalStateManagerImpl.java ## @@ -74,6 +74,7 @@ private final OffsetCh

[jira] [Created] (KAFKA-10298) Replace Windows with a proper interface

2020-07-21 Thread John Roesler (Jira)
John Roesler created KAFKA-10298: Summary: Replace Windows with a proper interface Key: KAFKA-10298 URL: https://issues.apache.org/jira/browse/KAFKA-10298 Project: Kafka Issue Type: Improveme

[jira] [Issue Comment Deleted] (KAFKA-7106) Remove segment/segmentInterval from Window definition

2020-07-21 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-7106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler updated KAFKA-7106: Comment: was deleted (was: guozhangwang commented on pull request #7670: KAFKA-7106: Not hide the

[GitHub] [kafka] mjsax merged pull request #8864: KAFKA-9274: Mark `retries` config as deprecated and add new `task.timeout.ms` config

2020-07-21 Thread GitBox
mjsax merged pull request #8864: URL: https://github.com/apache/kafka/pull/8864 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] mjsax commented on pull request #8864: KAFKA-9274: Mark `retries` config as deprecated and add new `task.timeout.ms` config

2020-07-21 Thread GitBox
mjsax commented on pull request #8864: URL: https://github.com/apache/kafka/pull/8864#issuecomment-662055495 Thanks @vvcephei -- I don't think we need tickets. I will use this PR as reference itself to make sure we address all TODO that are added. -

[GitHub] [kafka] jamiealquiza commented on pull request #1596: KAFKA-1543: Change replication factor during partition map generation

2020-07-21 Thread GitBox
jamiealquiza commented on pull request #1596: URL: https://github.com/apache/kafka/pull/1596#issuecomment-662051029 Found this issue while browsing for something else, but fwiw my [topicmappr](https://github.com/DataDog/kafka-kit/tree/master/cmd/topicmappr) cli tool does exactly this: `top

[GitHub] [kafka] abbccdda opened a new pull request #9049: MINOR: fix scala warnings

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

[jira] [Updated] (KAFKA-10271) Performance regression while fetching a key from a single partition

2020-07-21 Thread Dima R (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dima R updated KAFKA-10271: --- Summary: Performance regression while fetching a key from a single partition (was: Performance degradation

[GitHub] [kafka] kkonstantine opened a new pull request #9048: WIP: Replace org.reflections with classgraph for class scanning in Connect

2020-07-21 Thread GitBox
kkonstantine opened a new pull request #9048: URL: https://github.com/apache/kafka/pull/9048 https://github.com/classgraph/classgraph is a more recent and more actively developed classpath scanning library. I'll be doing some testing and performance benchmarking before I open this

[jira] [Updated] (KAFKA-10297) Don't use deprecated producer config `retries`

2020-07-21 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-10297: Description: In 2.7.0 release, producer config `retries` gets deprecated via KIP-572. Con

[GitHub] [kafka] mjsax commented on a change in pull request #8864: KAFKA-9274: Mark `retries` config as deprecated and add new `task.timeout.ms` config

2020-07-21 Thread GitBox
mjsax commented on a change in pull request #8864: URL: https://github.com/apache/kafka/pull/8864#discussion_r458266432 ## File path: connect/runtime/src/main/java/org/apache/kafka/connect/storage/KafkaStatusBackingStore.java ## @@ -148,6 +148,7 @@ public KafkaStatusBackingSto

[GitHub] [kafka] rajinisivaram commented on pull request #8933: KAFKA-10163; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part I, Broker Changes)

2020-07-21 Thread GitBox
rajinisivaram commented on pull request #8933: URL: https://github.com/apache/kafka/pull/8933#issuecomment-661986912 retest this please This is an automated message from the Apache Git Service. To respond to the message, plea

[jira] [Comment Edited] (KAFKA-7516) Client (Producer and/or Consumer) crashes during initialization on Android

2020-07-21 Thread Jira
[ https://issues.apache.org/jira/browse/KAFKA-7516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17162167#comment-17162167 ] Paulo César edited comment on KAFKA-7516 at 7/21/20, 4:48 PM: -

[jira] [Commented] (KAFKA-7516) Client (Producer and/or Consumer) crashes during initialization on Android

2020-07-21 Thread Jira
[ https://issues.apache.org/jira/browse/KAFKA-7516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17162167#comment-17162167 ] Paulo César commented on KAFKA-7516: Have progress in this issue? * [|https://issues

[GitHub] [kafka] rajinisivaram commented on pull request #8768: KAFKA-10023: Enforce broker-wide and per-listener connection creation…

2020-07-21 Thread GitBox
rajinisivaram commented on pull request #8768: URL: https://github.com/apache/kafka/pull/8768#issuecomment-661935552 There is one test failure in `kafka.network.DynamicConnectionQuotaTest.testDynamicListenerConnectionCreationRateQuota` that is related to the PR. -

[GitHub] [kafka] vvcephei commented on a change in pull request #9047: KAFKA-9274: remove `retries` for global tasks

2020-07-21 Thread GitBox
vvcephei commented on a change in pull request #9047: URL: https://github.com/apache/kafka/pull/9047#discussion_r458173651 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/GlobalStateManagerImpl.java ## @@ -184,32 +217,21 @@ public void register

[GitHub] [kafka] vvcephei commented on pull request #9047: KAFKA-9274: remove `retries` for global tasks

2020-07-21 Thread GitBox
vvcephei commented on pull request #9047: URL: https://github.com/apache/kafka/pull/9047#issuecomment-661924465 Test failures: ``` kafka.api.PlaintextAdminIntegrationTest.testAlterReplicaLogDirs failed, log available in /home/jenkins/jenkins-slave/workspace/kafka-pr-jdk11-scala2.13/c

[GitHub] [kafka] rajinisivaram merged pull request #8954: MINOR; Move quota integration tests to using the new quota API.

2020-07-21 Thread GitBox
rajinisivaram merged pull request #8954: URL: https://github.com/apache/kafka/pull/8954 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

[GitHub] [kafka] rajinisivaram commented on pull request #8954: MINOR; Move quota integration tests to using the new quota API.

2020-07-21 Thread GitBox
rajinisivaram commented on pull request #8954: URL: https://github.com/apache/kafka/pull/8954#issuecomment-661906846 Connect test failure unrelated, merging to trunk. This is an automated message from the Apache Git Service.

[GitHub] [kafka] urbandan commented on pull request #8957: KAFKA-5235: GetOffsetShell: support for multiple topics and consumer configuration override

2020-07-21 Thread GitBox
urbandan commented on pull request #8957: URL: https://github.com/apache/kafka/pull/8957#issuecomment-661892966 ok to test This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Commented] (KAFKA-7025) Android client support

2020-07-21 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-7025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17162049#comment-17162049 ] Ismael Juma commented on KAFKA-7025: [~Pccesar] What Android API do you provide suppo

[jira] [Updated] (KAFKA-7025) Android client support

2020-07-21 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-7025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-7025: --- Attachment: image-2020-07-21-06-42-03-140.png > Android client support > -- > >

[GitHub] [kafka] ijuma commented on pull request #9026: KAFKA-10274; Consistent timeouts in transactions_test

2020-07-21 Thread GitBox
ijuma commented on pull request #9026: URL: https://github.com/apache/kafka/pull/9026#issuecomment-661865679 Is this ready to be merged? This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [kafka] chia7712 commented on pull request #8657: KAFKA-8334 Make sure the thread which tries to complete delayed reque…

2020-07-21 Thread GitBox
chia7712 commented on pull request #8657: URL: https://github.com/apache/kafka/pull/8657#issuecomment-661862318 @junrao Could you run system tests on both trunk and this PR? the tests which fail frequently on my local are shown below. 1. transactions_test.py #9026 1. group_m

[GitHub] [kafka] serjchebotarev commented on a change in pull request #9028: KAFKA-10035: Safer conversion of consumer timeout parameters

2020-07-21 Thread GitBox
serjchebotarev commented on a change in pull request #9028: URL: https://github.com/apache/kafka/pull/9028#discussion_r458064223 ## File path: streams/src/test/java/org/apache/kafka/streams/integration/ResetIntegrationTest.java ## @@ -68,52 +92,224 @@ public void after() throw

[GitHub] [kafka] omkreddy commented on pull request #9022: KAFKA-10158: Improve test behavior and resolve flakiness of test...

2020-07-21 Thread GitBox
omkreddy commented on pull request #9022: URL: https://github.com/apache/kafka/pull/9022#issuecomment-661829854 ok to test This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [kafka] dajac commented on pull request #8968: KAFKA-10164; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part II, Admin Changes)

2020-07-21 Thread GitBox
dajac commented on pull request #8968: URL: https://github.com/apache/kafka/pull/8968#issuecomment-661828919 @rajinisivaram Thanks for the review. I have updated the PR to address your feedback. Regarding the test case that you suggested, I have added test cases but I am 100% sure that the

[GitHub] [kafka] dajac commented on a change in pull request #8968: KAFKA-10164; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part II, Admin Changes)

2020-07-21 Thread GitBox
dajac commented on a change in pull request #8968: URL: https://github.com/apache/kafka/pull/8968#discussion_r458059973 ## File path: clients/src/main/java/org/apache/kafka/clients/admin/CreatePartitionsOptions.java ## @@ -30,6 +30,7 @@ public class CreatePartitionsOptions ex

[jira] [Commented] (KAFKA-7025) Android client support

2020-07-21 Thread Jira
[ https://issues.apache.org/jira/browse/KAFKA-7025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161978#comment-17161978 ] Paulo César commented on KAFKA-7025: Have progress in this issue? > Android client s

[jira] [Issue Comment Deleted] (KAFKA-7025) Android client support

2020-07-21 Thread Jira
[ https://issues.apache.org/jira/browse/KAFKA-7025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paulo César updated KAFKA-7025: --- Comment: was deleted (was: Have progress in this issue? * [|https://issues.apache.org/jira/secure/Ad

[jira] [Commented] (KAFKA-7025) Android client support

2020-07-21 Thread Jira
[ https://issues.apache.org/jira/browse/KAFKA-7025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161979#comment-17161979 ] Paulo César commented on KAFKA-7025: Have progress in this issue? * [|https://issues

[GitHub] [kafka] omkreddy closed pull request #9046: KAFKA-9432:(follow-up) Set `configKeys` to null in `describeConfigs()` to make it backward compatible with older Kafka versions.

2020-07-21 Thread GitBox
omkreddy closed pull request #9046: URL: https://github.com/apache/kafka/pull/9046 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

[GitHub] [kafka] omkreddy commented on pull request #9046: KAFKA-9432:(follow-up) Set `configKeys` to null in `describeConfigs()` to make it backward compatible with older Kafka versions.

2020-07-21 Thread GitBox
omkreddy commented on pull request #9046: URL: https://github.com/apache/kafka/pull/9046#issuecomment-661811555 @rajinisivaram Thanks for the review. Merging to trunk. This is an automated message from the Apache Git Service.

[GitHub] [kafka] rajinisivaram commented on a change in pull request #8968: KAFKA-10164; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part II, Admin Changes)

2020-07-21 Thread GitBox
rajinisivaram commented on a change in pull request #8968: URL: https://github.com/apache/kafka/pull/8968#discussion_r457953384 ## File path: clients/src/main/java/org/apache/kafka/clients/admin/CreatePartitionsOptions.java ## @@ -48,4 +49,21 @@ public CreatePartitionsOptions

[GitHub] [kafka] kowshik commented on a change in pull request #9001: KAFKA-10028: Implement write path for feature versioning system (KIP-584)

2020-07-21 Thread GitBox
kowshik commented on a change in pull request #9001: URL: https://github.com/apache/kafka/pull/9001#discussion_r457821195 ## File path: clients/src/main/java/org/apache/kafka/common/requests/ApiVersionsResponse.java ## @@ -177,15 +214,33 @@ public static ApiVersionsResponse c

[GitHub] [kafka] kowshik commented on a change in pull request #9001: KAFKA-10028: Implement write path for feature versioning system (KIP-584)

2020-07-21 Thread GitBox
kowshik commented on a change in pull request #9001: URL: https://github.com/apache/kafka/pull/9001#discussion_r457986837 ## File path: core/src/test/scala/unit/kafka/server/UpdateFinalizedFeaturesTest.scala ## @@ -0,0 +1,450 @@ +package kafka.server Review comment: Do

[GitHub] [kafka] kowshik commented on a change in pull request #9001: KAFKA-10028: Implement write path for feature versioning system (KIP-584)

2020-07-21 Thread GitBox
kowshik commented on a change in pull request #9001: URL: https://github.com/apache/kafka/pull/9001#discussion_r457809543 ## File path: clients/src/main/java/org/apache/kafka/clients/admin/Admin.java ## @@ -1214,6 +1214,70 @@ default AlterClientQuotasResult alterClientQuotas(C

[GitHub] [kafka] rajinisivaram commented on pull request #8933: KAFKA-10163; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part I, Broker Changes)

2020-07-21 Thread GitBox
rajinisivaram commented on pull request #8933: URL: https://github.com/apache/kafka/pull/8933#issuecomment-661761899 retest this please This is an automated message from the Apache Git Service. To respond to the message, plea

[jira] [Resolved] (KAFKA-10279) Allow dynamic update of certificates with additional SubjectAltNames

2020-07-21 Thread Rajini Sivaram (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajini Sivaram resolved KAFKA-10279. Reviewer: Manikumar Resolution: Fixed > Allow dynamic update of certificates with ad

[GitHub] [kafka] rajinisivaram commented on pull request #9044: KAFKA-10279; Allow dynamic update of certificates with additional SubjectAltNames

2020-07-21 Thread GitBox
rajinisivaram commented on pull request #9044: URL: https://github.com/apache/kafka/pull/9044#issuecomment-661749475 @omkreddy Thanks for the review, merging to trunk. This is an automated message from the Apache Git Service.

[GitHub] [kafka] rajinisivaram merged pull request #9044: KAFKA-10279; Allow dynamic update of certificates with additional SubjectAltNames

2020-07-21 Thread GitBox
rajinisivaram merged pull request #9044: URL: https://github.com/apache/kafka/pull/9044 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

[GitHub] [kafka] rajinisivaram commented on pull request #8768: KAFKA-10023: Enforce broker-wide and per-listener connection creation…

2020-07-21 Thread GitBox
rajinisivaram commented on pull request #8768: URL: https://github.com/apache/kafka/pull/8768#issuecomment-661729947 ok to test This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [kafka] rajinisivaram commented on a change in pull request #8768: KAFKA-10023: Enforce broker-wide and per-listener connection creation…

2020-07-21 Thread GitBox
rajinisivaram commented on a change in pull request #8768: URL: https://github.com/apache/kafka/pull/8768#discussion_r457944837 ## File path: clients/src/main/java/org/apache/kafka/common/metrics/MetricConfig.java ## @@ -97,5 +99,13 @@ public MetricConfig recordLevel(Sensor.Re

[jira] [Commented] (KAFKA-9724) Consumer wrongly ignores fetched records "since it no longer has valid position"

2020-07-21 Thread bright.zhou (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161857#comment-17161857 ] bright.zhou commented on KAFKA-9724: When merge this to Kafka 2.4.x?  Have any plan?

[GitHub] [kafka] mjsax opened a new pull request #9047: KAFKA-9274: remove `retries` for global tasks

2020-07-21 Thread GitBox
mjsax opened a new pull request #9047: URL: https://github.com/apache/kafka/pull/9047 - part of KIP-572 - removed the usage of `retries` in `GlobalStateManger` - instead of retries the new `task.timeout.ms` config is used Second PR for KIP-572 (cf. #8864) Call for revi

[GitHub] [kafka] mjsax commented on a change in pull request #9047: KAFKA-9274: remove `retries` for global tasks

2020-07-21 Thread GitBox
mjsax commented on a change in pull request #9047: URL: https://github.com/apache/kafka/pull/9047#discussion_r457889242 ## File path: streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java ## @@ -523,6 +524,8 @@ public static final String STATE_DIR_CONFIG = "sta

[jira] [Commented] (KAFKA-8037) KTable restore may load bad data

2020-07-21 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161796#comment-17161796 ] Matthias J. Sax commented on KAFKA-8037: I believe that the optimization is still

[GitHub] [kafka] showuon commented on pull request #9029: KAFKA-10255: Fix flaky testOneWayReplicationWithAutoOffsetSync test

2020-07-21 Thread GitBox
showuon commented on pull request #9029: URL: https://github.com/apache/kafka/pull/9029#issuecomment-661675952 Thanks @ning2008wisc ! @mimaison , do you have any comments for this PR? Thanks. This is an automated message fro

[GitHub] [kafka] showuon commented on pull request #8885: KAFKA-8264: decrease the record size for flaky test

2020-07-21 Thread GitBox
showuon commented on pull request #8885: URL: https://github.com/apache/kafka/pull/8885#issuecomment-661675572 hi @omkreddy , looks like @hachikuji is not available recently. Do you think we still need other people's comment? I think this change should be pretty straightforward and safe. T