chia7712 commented on pull request #9204:
URL: https://github.com/apache/kafka/pull/9204#issuecomment-727809410
@iprithv Could you rebase code (or add trivial change) to trigger QA again?
This is an automated message from the
chia7712 commented on pull request #9401:
URL: https://github.com/apache/kafka/pull/9401#issuecomment-727825315
The last commit borrows some improvement from #9563.
This is an automated message from the Apache Git Service.
T
[
https://issues.apache.org/jira/browse/KAFKA-10723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom Bentley reassigned KAFKA-10723:
---
Assignee: Kowshik Prakasam
> LogManager leaks internal thread pool activity during shutdown
[
https://issues.apache.org/jira/browse/KAFKA-10720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom Bentley reassigned KAFKA-10720:
---
Assignee: Tom Bentley
> Add note to Transformation docs to avoid mutating records or their
cadonna commented on pull request #9508:
URL: https://github.com/apache/kafka/pull/9508#issuecomment-727841634
@vamossagar12 I am really sorry. I haven't found the time yet, but it is on
my ToDo list. I hope I will manage to make a pass this week.
-
[
https://issues.apache.org/jira/browse/KAFKA-10683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17232635#comment-17232635
]
Timur commented on KAFKA-10683:
---
[~grussell], absolutely - from the consumer side this mar
[
https://issues.apache.org/jira/browse/KAFKA-10062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17232638#comment-17232638
]
Bruno Cadonna commented on KAFKA-10062:
---
[~rohitdeshaws] I think [~wbottrell] and
tombentley commented on a change in pull request #9549:
URL: https://github.com/apache/kafka/pull/9549#discussion_r524016349
##
File path:
connect/transforms/src/test/java/org/apache/kafka/connect/transforms/HeaderFromTest.java
##
@@ -0,0 +1,357 @@
+/*
+ * Licensed to the Apac
tombentley commented on pull request #9549:
URL: https://github.com/apache/kafka/pull/9549#issuecomment-727852419
@kkonstantine or perhaps @rhauch please could one of you take a look?
This is an automated message from the Ap
chia7712 commented on pull request #9401:
URL: https://github.com/apache/kafka/pull/9401#issuecomment-727856785
@hachikuji @ijuma @lbradstreet @dajac I have updated the perf result. The
regression is reduced by last commit. Please take a look.
-
tombentley opened a new pull request #9597:
URL: https://github.com/apache/kafka/pull/9597
Adds a sentence to the Javadoc for `Transformation` about not mutating
headers.
This is an automated message from the Apache Git Serv
tombentley commented on pull request #9597:
URL: https://github.com/apache/kafka/pull/9597#issuecomment-727858963
@kkonstantine @rhauch please could you take look at this trivial PR?
cc @C0urante.
This is an automated
lqjack commented on a change in pull request #9596:
URL: https://github.com/apache/kafka/pull/9596#discussion_r524053292
##
File path: core/src/test/scala/unit/kafka/log/LogManagerTest.scala
##
@@ -83,6 +87,51 @@ class LogManagerTest {
log.appendAsLeader(TestUtils.singleto
Keiichiro Wakasa created KAFKA-10726:
Summary: How to detect heartbeat failure between broker/zookeeper
leader
Key: KAFKA-10726
URL: https://issues.apache.org/jira/browse/KAFKA-10726
Project: Kafk
[
https://issues.apache.org/jira/browse/KAFKA-10726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Keiichiro Wakasa updated KAFKA-10726:
-
Description:
Hello experts,
I'm not sure this is proper place to ask but I'd appreciate
lijubjohn opened a new pull request #9598:
URL: https://github.com/apache/kafka/pull/9598
Corrected the initialization of joinStart variable to fix the first line of
the consumer performance stats. Since the joinStart was initialized with 0 , so
when the first time onPartitionAssigned meth
C0urante commented on a change in pull request #9597:
URL: https://github.com/apache/kafka/pull/9597#discussion_r524160693
##
File path:
connect/api/src/main/java/org/apache/kafka/connect/transforms/Transformation.java
##
@@ -33,6 +33,9 @@
* Apply transformation to the {
C0urante commented on a change in pull request #9597:
URL: https://github.com/apache/kafka/pull/9597#discussion_r524160693
##
File path:
connect/api/src/main/java/org/apache/kafka/connect/transforms/Transformation.java
##
@@ -33,6 +33,9 @@
* Apply transformation to the {
[
https://issues.apache.org/jira/browse/KAFKA-10701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17232698#comment-17232698
]
Liju commented on KAFKA-10701:
--
Opened below pr for the fix
https://github.com/apache/kafk
[
https://issues.apache.org/jira/browse/KAFKA-10652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17232720#comment-17232720
]
Sagar Rao commented on KAFKA-10652:
---
hi [~hachikuji], wanted to know if the approach m
Rajini Sivaram created KAFKA-10727:
--
Summary: Kafka clients throw AuthenticationException during
Kerberos re-login
Key: KAFKA-10727
URL: https://issues.apache.org/jira/browse/KAFKA-10727
Project: Kaf
Eazhilan Nagarajan created KAFKA-10728:
--
Summary: Mirroring data without decompressing with MirrorMaker 2.0
Key: KAFKA-10728
URL: https://issues.apache.org/jira/browse/KAFKA-10728
Project: Kafka
C0urante opened a new pull request #9599:
URL: https://github.com/apache/kafka/pull/9599
These log messages aren't triggered very frequently, but when they are it
can indicate a serious problem with the connector, and it'd be nice to know
exactly which connector is having that problem with
kowshik commented on a change in pull request #9596:
URL: https://github.com/apache/kafka/pull/9596#discussion_r524345459
##
File path: core/src/test/scala/unit/kafka/log/LogManagerTest.scala
##
@@ -83,6 +87,51 @@ class LogManagerTest {
log.appendAsLeader(TestUtils.singlet
wcarlson5 commented on a change in pull request #9487:
URL: https://github.com/apache/kafka/pull/9487#discussion_r524433881
##
File path: streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java
##
@@ -366,6 +375,93 @@ public void setUncaughtExceptionHandler(final
Thre
wcarlson5 commented on a change in pull request #9487:
URL: https://github.com/apache/kafka/pull/9487#discussion_r524435241
##
File path:
streams/src/test/java/org/apache/kafka/streams/processor/internals/StreamThreadTest.java
##
@@ -1000,7 +1012,17 @@ public void restore(fina
wcarlson5 commented on a change in pull request #9487:
URL: https://github.com/apache/kafka/pull/9487#discussion_r524437940
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/GlobalStreamThread.java
##
@@ -311,6 +314,8 @@ public void run() {
vvcephei commented on a change in pull request #9414:
URL: https://github.com/apache/kafka/pull/9414#discussion_r524437121
##
File path:
streams/src/test/java/org/apache/kafka/streams/processor/internals/StateDirectoryTest.java
##
@@ -186,19 +186,29 @@ public void shouldReport
[
https://issues.apache.org/jira/browse/KAFKA-10704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tushar Bhasme resolved KAFKA-10704.
---
Resolution: Not A Problem
> Mirror maker with TLS at target
> --
[
https://issues.apache.org/jira/browse/KAFKA-10704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17232972#comment-17232972
]
Tushar Bhasme commented on KAFKA-10704:
---
Sorry, I forgot to update this bug. We we
vvcephei commented on a change in pull request #9487:
URL: https://github.com/apache/kafka/pull/9487#discussion_r524448160
##
File path: streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java
##
@@ -366,6 +377,90 @@ public void setUncaughtExceptionHandler(final
Threa
wcarlson5 commented on a change in pull request #9487:
URL: https://github.com/apache/kafka/pull/9487#discussion_r524487609
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java
##
@@ -559,18 +552,52 @@ void runLoop() {
wcarlson5 commented on a change in pull request #9487:
URL: https://github.com/apache/kafka/pull/9487#discussion_r524490211
##
File path: streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java
##
@@ -366,6 +377,90 @@ public void setUncaughtExceptionHandler(final
Thre
[
https://issues.apache.org/jira/browse/KAFKA-10722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17232993#comment-17232993
]
Matthias J. Sax commented on KAFKA-10722:
-
Every record in Kafka Streams has a t
[
https://issues.apache.org/jira/browse/KAFKA-10721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guozhang Wang updated KAFKA-10721:
--
Labels: newbie++ (was: )
> Rewrite topology to allow for overlapping unequal topic subscripti
[
https://issues.apache.org/jira/browse/KAFKA-10722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17232993#comment-17232993
]
Matthias J. Sax edited comment on KAFKA-10722 at 11/16/20, 6:50 PM:
--
[
https://issues.apache.org/jira/browse/KAFKA-10722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17232993#comment-17232993
]
Matthias J. Sax edited comment on KAFKA-10722 at 11/16/20, 6:55 PM:
--
[
https://issues.apache.org/jira/browse/KAFKA-10722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17232993#comment-17232993
]
Matthias J. Sax edited comment on KAFKA-10722 at 11/16/20, 6:59 PM:
--
splett2 commented on a change in pull request #9386:
URL: https://github.com/apache/kafka/pull/9386#discussion_r521856417
##
File path: core/src/main/scala/kafka/network/SocketServer.scala
##
@@ -1324,7 +1401,59 @@ class ConnectionQuotas(config: KafkaConfig, time: Time,
metric
splett2 commented on a change in pull request #9386:
URL: https://github.com/apache/kafka/pull/9386#discussion_r521856417
##
File path: core/src/main/scala/kafka/network/SocketServer.scala
##
@@ -1324,7 +1401,59 @@ class ConnectionQuotas(config: KafkaConfig, time: Time,
metric
lijubjohn commented on pull request #9598:
URL: https://github.com/apache/kafka/pull/9598#issuecomment-728277968
@mumrah the return type of the method which is modified is void and the
purpose of the method is to print the performance stats to console , so there
isn't any direct hook to te
lijubjohn edited a comment on pull request #9598:
URL: https://github.com/apache/kafka/pull/9598#issuecomment-728277968
@mumrah Thanks for reviewing the pr.
The return type of the method which is modified is void and the purpose of
the method is to print the performance stats to console
abbccdda opened a new pull request #9600:
URL: https://github.com/apache/kafka/pull/9600
To make sure the forwarded request could be properly handled by the
controller, when forwarding is enabled, we should acquire the controller API
versions to enforce as joint constraints back to the cli
gardnervickers opened a new pull request #9601:
URL: https://github.com/apache/kafka/pull/9601
This patch enables flexible versioning for ListOffsets req/response, as well
as introducing a new
IBP version allowing the replica fetchers to use this new ListOffsets
version.
-
hachikuji commented on pull request #9589:
URL: https://github.com/apache/kafka/pull/9589#issuecomment-728294205
Thanks for the patch. The proposed fix makes sense. I am only trying to
confirm that this is a defect and not intended. The code seems to explicitly
allow the connector to be cr
wcarlson5 commented on a change in pull request #9487:
URL: https://github.com/apache/kafka/pull/9487#discussion_r524540416
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamsPartitionAssignor.java
##
@@ -255,8 +255,9 @@ public ByteBuffer s
twobeeb commented on pull request #9589:
URL: https://github.com/apache/kafka/pull/9589#issuecomment-728339571
Thank you for your help @hachikuji. I agree with your analysis and it kind
of makes sense for most use-cases with 2-3 clusters as described in the
original KIP.
I also understa
ijuma commented on a change in pull request #9601:
URL: https://github.com/apache/kafka/pull/9601#discussion_r524636462
##
File path: core/src/main/scala/kafka/api/ApiVersion.scala
##
@@ -424,6 +426,13 @@ case object KAFKA_2_7_IV2 extends DefaultApiVersion {
val id: Int = 30
[
https://issues.apache.org/jira/browse/KAFKA-10722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17233116#comment-17233116
]
fml2 commented on KAFKA-10722:
--
OK, I accept that Kafka Streams needs timestamps for the in
ryannedolan commented on pull request #9589:
URL: https://github.com/apache/kafka/pull/9589#issuecomment-728354718
> The code seems to explicitly allow the connector to be created even when
the link is disabled.
> @ryannedolan maybe you could clarify?
My intention was to ensure th
jolshan commented on a change in pull request #9590:
URL: https://github.com/apache/kafka/pull/9590#discussion_r524659149
##
File path: core/src/main/scala/kafka/log/LogCleaner.scala
##
@@ -711,6 +723,9 @@ private[log] class Cleaner(val id: Int,
shallowOffsetOfMaxTim
jolshan commented on pull request #9590:
URL: https://github.com/apache/kafka/pull/9590#issuecomment-728360755
I've updated the code to delay creating a new segment until there is a
non-compacted record. If a segment is never created in cleanSegments, the old
segments are simply deleted ra
junrao commented on a change in pull request #9596:
URL: https://github.com/apache/kafka/pull/9596#discussion_r524673732
##
File path: core/src/main/scala/kafka/log/LogManager.scala
##
@@ -477,27 +477,41 @@ class LogManager(logDirs: Seq[File],
jobs(dir) = jobsForDir.map(
Gardner Vickers created KAFKA-10729:
---
Summary: KIP-482: Bump remaining RPC's to use flexible versions
Key: KAFKA-10729
URL: https://issues.apache.org/jira/browse/KAFKA-10729
Project: Kafka
[
https://issues.apache.org/jira/browse/KAFKA-10729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gardner Vickers updated KAFKA-10729:
Summary: KIP-482: Bump remaining RPC's to use tagged fields (was: KIP-482:
Bump remaining
hachikuji commented on pull request #9401:
URL: https://github.com/apache/kafka/pull/9401#issuecomment-728383115
Posting allocation flame graphs from the producer before and after this
patch:
 {
ableegoldman commented on a change in pull request #9487:
URL: https://github.com/apache/kafka/pull/9487#discussion_r524817135
##
File path: streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java
##
@@ -366,6 +374,63 @@ public void setUncaughtExceptionHandler(final
T
ableegoldman commented on a change in pull request #9487:
URL: https://github.com/apache/kafka/pull/9487#discussion_r524819063
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java
##
@@ -559,18 +552,52 @@ void runLoop() {
twobeeb commented on pull request #9589:
URL: https://github.com/apache/kafka/pull/9589#issuecomment-728593310
@ryannedolan @hachikuji
If I understand correctly, when setting up a link A->B.enabled=true (with
defaults settings regarding heartbeat), it creates a topic heartbeat which
pr
twobeeb edited a comment on pull request #9589:
URL: https://github.com/apache/kafka/pull/9589#issuecomment-728593310
@ryannedolan @hachikuji
If I understand correctly, when setting up a link A->B.enabled=true (with
defaults settings regarding heartbeat), it creates a topic heartbeat wh
gardnervickers commented on a change in pull request #9601:
URL: https://github.com/apache/kafka/pull/9601#discussion_r524820388
##
File path: core/src/main/scala/kafka/api/ApiVersion.scala
##
@@ -424,6 +426,13 @@ case object KAFKA_2_7_IV2 extends DefaultApiVersion {
val id:
twobeeb edited a comment on pull request #9589:
URL: https://github.com/apache/kafka/pull/9589#issuecomment-728593310
@ryannedolan @hachikuji
If I understand correctly, when setting up a link A->B.enabled=true (with
defaults settings regarding heartbeat), it creates a topic heartbeat wh
ableegoldman commented on a change in pull request #9487:
URL: https://github.com/apache/kafka/pull/9487#discussion_r524824649
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java
##
@@ -559,18 +552,52 @@ void runLoop() {
hachikuji edited a comment on pull request #9401:
URL: https://github.com/apache/kafka/pull/9401#issuecomment-728383115
Posting allocation flame graphs from the producer before and after this
patch:
 = jobsForDir.map
kowshik commented on a change in pull request #9596:
URL: https://github.com/apache/kafka/pull/9596#discussion_r524848584
##
File path: core/src/test/scala/unit/kafka/log/LogManagerTest.scala
##
@@ -83,6 +87,51 @@ class LogManagerTest {
log.appendAsLeader(TestUtils.singlet
kowshik commented on a change in pull request #9596:
URL: https://github.com/apache/kafka/pull/9596#discussion_r524853231
##
File path: core/src/test/scala/unit/kafka/log/LogManagerTest.scala
##
@@ -83,6 +87,51 @@ class LogManagerTest {
log.appendAsLeader(TestUtils.singlet
[
https://issues.apache.org/jira/browse/KAFKA-10062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17233230#comment-17233230
]
Rohit Deshpande commented on KAFKA-10062:
-
Thank you [~wbottrell]
> Add a meth
[
https://issues.apache.org/jira/browse/KAFKA-10062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rohit Deshpande reassigned KAFKA-10062:
---
Assignee: Rohit Deshpande (was: William Bottrell)
> Add a method to retrieve the c
kowshik commented on pull request #9596:
URL: https://github.com/apache/kafka/pull/9596#issuecomment-728654950
Thanks for the review @junrao! I have addressed the comments in
f917f0c24cebbb0fb5eb7029ccb6676734b60b3e.
This is
chia7712 commented on pull request #9401:
URL: https://github.com/apache/kafka/pull/9401#issuecomment-728664200
@hachikuji @ijuma Thanks for all feedback. I'm going to do more tests :)
This is an automated message from the Ap
hachikuji commented on pull request #9401:
URL: https://github.com/apache/kafka/pull/9401#issuecomment-728669194
@chia7712 It might be worth checking the fancy new `toSend` implementation.
I did a quick test and found that gc overhead actually increased with this
change even though the new
kowshik opened a new pull request #9602:
URL: https://github.com/apache/kafka/pull/9602
This is a small change. In this PR, I'm using string interpolation in
`FinalizedFeatureCache` at places where string format was otherwise used. This
just ensures uniformity, with this change we ensure t
quanuw commented on pull request #9598:
URL: https://github.com/apache/kafka/pull/9598#issuecomment-728698903
Hi @lijubjohn, can you explain how having joinStart initialized to 0L led to
a negative fetchTimeMs? I'm new to the project and not sure how having
joinStart initialized as 0L coul
[
https://issues.apache.org/jira/browse/KAFKA-10666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17233277#comment-17233277
]
lqjacklee commented on KAFKA-10666:
---
[~pfjason] Does https://issues.apache.org/jira/br
lqjack commented on a change in pull request #9596:
URL: https://github.com/apache/kafka/pull/9596#discussion_r524907470
##
File path: core/src/test/scala/unit/kafka/log/LogManagerTest.scala
##
@@ -83,6 +87,51 @@ class LogManagerTest {
log.appendAsLeader(TestUtils.singleto
[
https://issues.apache.org/jira/browse/KAFKA-10709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai resolved KAFKA-10709.
Resolution: Won't Fix
This fix will be included by https://github.com/apache/kafka/pull/94
[
https://issues.apache.org/jira/browse/KAFKA-10726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17233300#comment-17233300
]
lqjacklee commented on KAFKA-10726:
---
If you are seeing excessive pauses during garbage
[
https://issues.apache.org/jira/browse/KAFKA-10726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17233304#comment-17233304
]
Keiichiro Wakasa commented on KAFKA-10726:
--
[~Jack-Lee]
Hello Jack, thank you
Chia-Ping Tsai created KAFKA-10730:
--
Summary: KafkaApis#handleProduceRequest should use auto-generated
protocol
Key: KAFKA-10730
URL: https://issues.apache.org/jira/browse/KAFKA-10730
Project: Kafka
[
https://issues.apache.org/jira/browse/KAFKA-10730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai updated KAFKA-10730:
---
Description:
This is follow-up of KAFKA-9628
the construction of ProduceResponse is able to
dajac commented on pull request #9602:
URL: https://github.com/apache/kafka/pull/9602#issuecomment-728753741
Failed test is unrelated. Merging to trunk.
This is an automated message from the Apache Git Service.
To respond to
dajac merged pull request #9602:
URL: https://github.com/apache/kafka/pull/9602
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
98 matches
Mail list logo