dengziming opened a new pull request #9575:
URL: https://github.com/apache/kafka/pull/9575
move lock backward.
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
dengziming commented on pull request #9574:
URL: https://github.com/apache/kafka/pull/9574#issuecomment-723376858
@abbccdda @hachikuji ,Hi, PTAL.
This is an automated message from the Apache Git Service.
To respond to the mes
dengziming opened a new pull request #9574:
URL: https://github.com/apache/kafka/pull/9574
KafkaServer Start alterIsrChannelManager even when we are using zookeeper to
notify isr change.
BrokerToControllerChannelManager will consume some resources when started,
so we should optimiz
chia7712 commented on a change in pull request #9547:
URL: https://github.com/apache/kafka/pull/9547#discussion_r519081332
##
File path:
clients/src/main/resources/common/message/OffsetForLeaderEpochRequest.json
##
@@ -32,13 +32,13 @@
{ "name": "Topics", "type": "[]Offset
chia7712 commented on a change in pull request #9401:
URL: https://github.com/apache/kafka/pull/9401#discussion_r519081195
##
File path: clients/src/main/resources/common/message/ProduceRequest.json
##
@@ -33,21 +33,21 @@
"validVersions": "0-8",
"flexibleVersions": "none"
hachikuji commented on a change in pull request #9401:
URL: https://github.com/apache/kafka/pull/9401#discussion_r519079153
##
File path:
clients/src/main/java/org/apache/kafka/common/requests/ProduceRequest.java
##
@@ -194,7 +107,27 @@ private ProduceRequest build(short versi
chia7712 commented on a change in pull request #9401:
URL: https://github.com/apache/kafka/pull/9401#discussion_r519067655
##
File path:
clients/src/main/java/org/apache/kafka/common/requests/ProduceRequest.java
##
@@ -194,7 +107,27 @@ private ProduceRequest build(short versio
chia7712 commented on a change in pull request #9401:
URL: https://github.com/apache/kafka/pull/9401#discussion_r519066134
##
File path: clients/src/main/resources/common/message/ProduceRequest.json
##
@@ -33,21 +33,21 @@
"validVersions": "0-8",
"flexibleVersions": "none"
ableegoldman commented on pull request #9489:
URL: https://github.com/apache/kafka/pull/9489#issuecomment-723347370
Eh, I'm going back and forth on this. It's definitely valuable information
to have in the absence of any other logging within the main Streams loop at the
INFO level
--
splett2 commented on a change in pull request #9386:
URL: https://github.com/apache/kafka/pull/9386#discussion_r519054824
##
File path: core/src/main/scala/kafka/network/SocketServer.scala
##
@@ -1659,19 +1648,22 @@ class ConnectionQuotas(config: KafkaConfig, time: Time,
metri
splett2 commented on a change in pull request #9386:
URL: https://github.com/apache/kafka/pull/9386#discussion_r519054824
##
File path: core/src/main/scala/kafka/network/SocketServer.scala
##
@@ -1659,19 +1648,22 @@ class ConnectionQuotas(config: KafkaConfig, time: Time,
metri
wcarlson5 commented on a change in pull request #9572:
URL: https://github.com/apache/kafka/pull/9572#discussion_r519049317
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java
##
@@ -589,6 +589,10 @@ private void subscribeConsumer
dajac commented on pull request #9386:
URL: https://github.com/apache/kafka/pull/9386#issuecomment-723332813
@splett2 Could you rebase the PR? I'll review it on Monday.
This is an automated message from the Apache Git Service
splett2 opened a new pull request #9573:
URL: https://github.com/apache/kafka/pull/9573
We have various tests that call `QuotaFactory.instantiate()`, but don't
close the returned `QuotaManagers`. This results in dangling threads while
running tests.
### Committer Checklist (excluded
David Mao created KAFKA-10693:
-
Summary: Tests instantiate QuotaManagers without closing the
managers in teardown
Key: KAFKA-10693
URL: https://issues.apache.org/jira/browse/KAFKA-10693
Project: Kafka
hachikuji edited a comment on pull request #9563:
URL: https://github.com/apache/kafka/pull/9563#issuecomment-723209437
Here are updated results for `FetchResponseBenchmark`.
Trunk:
```
Benchmark (partitionCount)
(topicCount) Mode Cnt
hachikuji commented on a change in pull request #9401:
URL: https://github.com/apache/kafka/pull/9401#discussion_r518989756
##
File path:
clients/src/main/java/org/apache/kafka/common/requests/ProduceRequest.java
##
@@ -194,7 +107,27 @@ private ProduceRequest build(short versi
hachikuji commented on a change in pull request #9401:
URL: https://github.com/apache/kafka/pull/9401#discussion_r518984064
##
File path:
clients/src/main/java/org/apache/kafka/common/requests/ProduceResponse.java
##
@@ -204,118 +75,78 @@ public ProduceResponse(Map responses)
wcarlson5 commented on pull request #9572:
URL: https://github.com/apache/kafka/pull/9572#issuecomment-723242241
@cadonna Part 2
This is an automated message from the Apache Git Service.
To respond to the message, please log
wcarlson5 opened a new pull request #9572:
URL: https://github.com/apache/kafka/pull/9572
The thread cache can now be resized. This will go towards being able to
scale the number of threads
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementati
wcarlson5 commented on a change in pull request #9487:
URL: https://github.com/apache/kafka/pull/9487#discussion_r518938852
##
File path: streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java
##
@@ -996,6 +1082,62 @@ private boolean close(final long timeoutMs) {
rajinisivaram commented on a change in pull request #8986:
URL: https://github.com/apache/kafka/pull/8986#discussion_r518938665
##
File path:
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractCoordinator.java
##
@@ -460,15 +462,21 @@ boolean joinGroupIf
rajinisivaram commented on a change in pull request #8986:
URL: https://github.com/apache/kafka/pull/8986#discussion_r518937545
##
File path:
clients/src/test/java/org/apache/kafka/clients/consumer/internals/AbstractCoordinatorTest.java
##
@@ -259,6 +260,22 @@ public void test
jsancio commented on a change in pull request #9512:
URL: https://github.com/apache/kafka/pull/9512#discussion_r518916392
##
File path: raft/src/main/java/org/apache/kafka/snapshot/SnapshotReader.java
##
@@ -0,0 +1,36 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF)
ableegoldman commented on a change in pull request #9487:
URL: https://github.com/apache/kafka/pull/9487#discussion_r518913514
##
File path: streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java
##
@@ -996,6 +1082,62 @@ private boolean close(final long timeoutMs) {
[
https://issues.apache.org/jira/browse/KAFKA-10688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17227545#comment-17227545
]
Guozhang Wang commented on KAFKA-10688:
---
No we don't actually :) In StreamThread w
hachikuji edited a comment on pull request #9563:
URL: https://github.com/apache/kafka/pull/9563#issuecomment-723209437
Here are updated results for `FetchResponseBenchmark`.
Trunk:
```
Benchmark (partitionCount)
(topicCount) Mode Cnt
hachikuji commented on pull request #9563:
URL: https://github.com/apache/kafka/pull/9563#issuecomment-723209437
Here are updated benchmarks for `FetchResponseBenchmark`.
Trunk:
```
Benchmark (partitionCount)
(topicCount) Mode Cnt
hachikuji commented on pull request #9563:
URL: https://github.com/apache/kafka/pull/9563#issuecomment-723207603
@chia7712 Thanks for the reviews. I pushed an update to address your
comments. I was a little concerned about the garbage created from the
`MessageSize` objects, so I changed th
[
https://issues.apache.org/jira/browse/KAFKA-5381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17227530#comment-17227530
]
Brajesh Kumar commented on KAFKA-5381:
---
We have seen this issue with Kafka 2.3.1.
hachikuji commented on a change in pull request #9563:
URL: https://github.com/apache/kafka/pull/9563#discussion_r518885497
##
File path:
clients/src/main/java/org/apache/kafka/common/requests/EnvelopeRequest.java
##
@@ -91,4 +91,14 @@ public AbstractResponse getErrorResponse(
hachikuji commented on a change in pull request #9563:
URL: https://github.com/apache/kafka/pull/9563#discussion_r518885497
##
File path:
clients/src/main/java/org/apache/kafka/common/requests/EnvelopeRequest.java
##
@@ -91,4 +91,14 @@ public AbstractResponse getErrorResponse(
hachikuji commented on a change in pull request #9512:
URL: https://github.com/apache/kafka/pull/9512#discussion_r518882604
##
File path: raft/src/main/java/org/apache/kafka/snapshot/SnapshotReader.java
##
@@ -0,0 +1,36 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF
[
https://issues.apache.org/jira/browse/KAFKA-10393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jose Armando Garcia Sancio resolved KAFKA-10393.
Resolution: Duplicate
> Message for fetch snapshot and fetch
> ---
[
https://issues.apache.org/jira/browse/KAFKA-10678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17227507#comment-17227507
]
Bradley Peterson commented on KAFKA-10678:
--
Sophie, thank you again for your th
Tom Bentley created KAFKA-10692:
---
Summary: Rename broker master key config for KIP 681
Key: KAFKA-10692
URL: https://issues.apache.org/jira/browse/KAFKA-10692
Project: Kafka
Issue Type: Sub-tas
wcarlson5 commented on a change in pull request #9487:
URL: https://github.com/apache/kafka/pull/9487#discussion_r518850419
##
File path: streams/src/main/resources/common/message/SubscriptionInfoData.json
##
@@ -57,6 +57,11 @@
"name": "uniqueField",
"versions": "
wcarlson5 commented on a change in pull request #9487:
URL: https://github.com/apache/kafka/pull/9487#discussion_r518842747
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java
##
@@ -282,6 +283,17 @@ public boolean isRunning() {
wcarlson5 commented on a change in pull request #9487:
URL: https://github.com/apache/kafka/pull/9487#discussion_r518840602
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/assignment/ReferenceContainer.java
##
@@ -30,7 +30,7 @@
public Admi
wcarlson5 commented on a change in pull request #9487:
URL: https://github.com/apache/kafka/pull/9487#discussion_r518840121
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamsRebalanceListener.java
##
@@ -60,6 +60,11 @@ public void onPartit
wcarlson5 commented on a change in pull request #9487:
URL: https://github.com/apache/kafka/pull/9487#discussion_r518838586
##
File path: streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java
##
@@ -996,6 +1082,62 @@ private boolean close(final long timeoutMs) {
wcarlson5 commented on a change in pull request #9487:
URL: https://github.com/apache/kafka/pull/9487#discussion_r518838421
##
File path: streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java
##
@@ -996,6 +1082,62 @@ private boolean close(final long timeoutMs) {
wcarlson5 commented on a change in pull request #9487:
URL: https://github.com/apache/kafka/pull/9487#discussion_r518837250
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java
##
@@ -567,10 +589,34 @@ void runLoop() {
[
https://issues.apache.org/jira/browse/KAFKA-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Walker Carlson reassigned KAFKA-4748:
-
Assignee: Walker Carlson
> Need a way to shutdown all workers in a Streams application a
mimaison merged pull request #9565:
URL: https://github.com/apache/kafka/pull/9565
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
cadonna commented on a change in pull request #9508:
URL: https://github.com/apache/kafka/pull/9508#discussion_r518682502
##
File path:
streams/src/main/java/org/apache/kafka/streams/state/ReadOnlyKeyValueStore.java
##
@@ -107,4 +108,18 @@
* @throws InvalidStateStoreExce
scanterog commented on pull request #9545:
URL: https://github.com/apache/kafka/pull/9545#issuecomment-723063889
@ryannedolan friendly ping. Would love your feedback on this one.
This is an automated message from the Apache G
ghmulti commented on pull request #9489:
URL: https://github.com/apache/kafka/pull/9489#issuecomment-723038111
hello @ableegoldman, I wonder why did you close the pr?
This is an automated message from the Apache Git Service.
[
https://issues.apache.org/jira/browse/KAFKA-10629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matteo Bovetti updated KAFKA-10629:
---
Comment: was deleted
(was: Wrong URL, please fix with [https://github.com/apache/kafka/pull/
mimaison commented on pull request #9565:
URL: https://github.com/apache/kafka/pull/9565#issuecomment-723006249
Thanks @bbejeck ! I've pushed an update
This is an automated message from the Apache Git Service.
To respond to t
dengziming closed pull request #7826:
URL: https://github.com/apache/kafka/pull/7826
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
dengziming commented on pull request #7826:
URL: https://github.com/apache/kafka/pull/7826#issuecomment-722971595
Hi, I am closing the pr as no one is interested. we can reopen if anyone is
interested.
This is an automated m
[
https://issues.apache.org/jira/browse/KAFKA-9275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
dengziming updated KAFKA-9275:
--
Comment: was deleted
(was: https://github.com/apache/kafka/pull/7826)
> Print assignment and IP addres
[
https://issues.apache.org/jira/browse/KAFKA-9275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17227259#comment-17227259
]
dengziming commented on KAFKA-9275:
---
https://github.com/apache/kafka/pull/7826
> Print
rajinisivaram merged pull request #9567:
URL: https://github.com/apache/kafka/pull/9567
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
rajinisivaram commented on pull request #9567:
URL: https://github.com/apache/kafka/pull/9567#issuecomment-722957915
@hachikuji @chia7712 Thanks for the review, merging to trunk and 2.7.
This is an automated message from the
[
https://issues.apache.org/jira/browse/KAFKA-10688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17227236#comment-17227236
]
Bruno Cadonna commented on KAFKA-10688:
---
[~guozhang], Thank you for the proposal.
dengziming commented on pull request #8552:
URL: https://github.com/apache/kafka/pull/8552#issuecomment-722949912
also ping @chia7712 to have a look
This is an automated message from the Apache Git Service.
To respond to the
[
https://issues.apache.org/jira/browse/KAFKA-10673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Jacot resolved KAFKA-10673.
-
Resolution: Fixed
> ConnectionQuotas should cache interbroker listener name
> --
dajac merged pull request #9555:
URL: https://github.com/apache/kafka/pull/9555
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
edenhill commented on a change in pull request #9569:
URL: https://github.com/apache/kafka/pull/9569#discussion_r518582162
##
File path: core/src/main/scala/kafka/server/KafkaApis.scala
##
@@ -609,6 +609,12 @@ class KafkaApis(val requestChannel: RequestChannel,
mergedR
61 matches
Mail list logo