chia7712 commented on pull request #9206:
URL: https://github.com/apache/kafka/pull/9206#issuecomment-680715966
> Do you have any data on the improvement this achieves?
@ijuma the JMH result is attached. please take a look.
---
[
https://issues.apache.org/jira/browse/KAFKA-9444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rishabh Bohra resolved KAFKA-9444.
--
Resolution: Invalid
Please refer to [KAFKA-7335] - Store clusterId locally to ensure broker joi
[
https://issues.apache.org/jira/browse/KAFKA-10134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17185062#comment-17185062
]
Jerry Wei commented on KAFKA-10134:
---
[~guozhang] cool, I'll try it later, thanks
> Hi
Chia-Ping Tsai created KAFKA-10438:
--
Summary: Lazy initialization of record header to reduce memory
usage in validating records
Key: KAFKA-10438
URL: https://issues.apache.org/jira/browse/KAFKA-10438
chia7712 opened a new pull request #9223:
URL: https://github.com/apache/kafka/pull/9223
issue: https://issues.apache.org/jira/browse/KAFKA-10438
There is no checks for header key so instantiating key (bytes to string) is
unnecessary. The risk of this PR is the exception of convertin
viktorsomogyi commented on pull request #9150:
URL: https://github.com/apache/kafka/pull/9150#issuecomment-680800344
@dajac pinging you as well, would you please review this and the 2.3 and 2.4
backports? :)
This is an autom
johnthotekat commented on pull request #9146:
URL: https://github.com/apache/kafka/pull/9146#issuecomment-680817137
Thanks to you for guiding me through!! And it was so nice to see you on the
Kafka summit :)
This is an auto
johnthotekat edited a comment on pull request #9146:
URL: https://github.com/apache/kafka/pull/9146#issuecomment-680817137
Thanks to you for guiding me through!! And it was so nice to see you on the
Kafka summit :) @mjsax
T
showuon commented on pull request #9062:
URL: https://github.com/apache/kafka/pull/9062#issuecomment-680856775
@abbccdda @omkreddy @feyman2016 @huxihx , could you help review this PR?
Thanks.
This is an automated message fro
showuon commented on pull request #9149:
URL: https://github.com/apache/kafka/pull/9149#issuecomment-680857267
@kkonstantine , could you please review this small PR? Thanks.
This is an automated message from the Apache Git Se
showuon commented on pull request #9178:
URL: https://github.com/apache/kafka/pull/9178#issuecomment-680857804
@mingaliu @hachikuji @omkreddy , could you please review this PR? Thanks.
This is an automated message from the Ap
showuon commented on pull request #9179:
URL: https://github.com/apache/kafka/pull/9179#issuecomment-680858304
@cmccabe @lbradstreet , could you please review this PR? Thanks.
This is an automated message from the Apache Git
vvcephei commented on pull request #8955:
URL: https://github.com/apache/kafka/pull/8955#issuecomment-680917350
Thanks, @LMnet !
The commit policy is just that the committer will squash the whole PR into
one commit when merging, so you don't have to worry about it.
---
lbradstreet commented on a change in pull request #9179:
URL: https://github.com/apache/kafka/pull/9179#discussion_r477352942
##
File path: bin/kafka-server-stop.sh
##
@@ -21,7 +21,7 @@ if [[ $(uname -s) == "OS/390" ]]; then
fi
PIDS=$(ps -A -o pid,jobname,comm | grep
vvcephei commented on a change in pull request #8955:
URL: https://github.com/apache/kafka/pull/8955#discussion_r477358755
##
File path:
streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/serialization/Serdes.scala
##
@@ -0,0 +1,93 @@
+/*
+ * Copyright (C) 201
lct45 commented on a change in pull request #9157:
URL: https://github.com/apache/kafka/pull/9157#discussion_r477380346
##
File path:
streams/src/main/java/org/apache/kafka/streams/kstream/internals/KStreamSlidingWindowAggregate.java
##
@@ -148,7 +153,7 @@ public void processI
satishd commented on a change in pull request #7561:
URL: https://github.com/apache/kafka/pull/7561#discussion_r477403016
##
File path: core/src/main/scala/kafka/log/remote/RemoteIndexCache.scala
##
@@ -0,0 +1,218 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) und
Oleksandr Diachenko created KAFKA-10439:
---
Summary: Connect's Values class loses precision for integers,
larger than 64 bits
Key: KAFKA-10439
URL: https://issues.apache.org/jira/browse/KAFKA-10439
vvcephei commented on a change in pull request #9177:
URL: https://github.com/apache/kafka/pull/9177#discussion_r477424578
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/metrics/StreamsMetricsImpl.java
##
@@ -396,34 +398,65 @@ private String c
jeqo commented on a change in pull request #9138:
URL: https://github.com/apache/kafka/pull/9138#discussion_r477436882
##
File path:
streams/src/main/java/org/apache/kafka/streams/state/internals/CachingWindowStore.java
##
@@ -416,26 +552,43 @@ private long currentSegmentLastT
[
https://issues.apache.org/jira/browse/KAFKA-10434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17185325#comment-17185325
]
Jorge Esteban Quilcate Otoya commented on KAFKA-10434:
--
Also kind o
bbejeck commented on pull request #9207:
URL: https://github.com/apache/kafka/pull/9207#issuecomment-681005444
Tests seem to be hung, retesting
retest this please
This is an automated message from the Apache Git Servic
ning2008wisc opened a new pull request #9224:
URL: https://github.com/apache/kafka/pull/9224
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
[
https://issues.apache.org/jira/browse/KAFKA-10410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17185367#comment-17185367
]
Guozhang Wang commented on KAFKA-10410:
---
Not sure if I fully understand what do yo
mjsax merged pull request #9217:
URL: https://github.com/apache/kafka/pull/9217
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
vvcephei commented on a change in pull request #9222:
URL: https://github.com/apache/kafka/pull/9222#discussion_r477477190
##
File path:
streams/examples/src/test/java/org/apache/kafka/streams/examples/wordcount/WordCountProcessorTest.java
##
@@ -36,19 +36,19 @@
public class
asdaraujo commented on a change in pull request #8730:
URL: https://github.com/apache/kafka/pull/8730#discussion_r477485106
##
File path:
connect/mirror/src/test/java/org/apache/kafka/connect/mirror/MirrorConnectorsIntegrationTest.java
##
@@ -367,14 +406,37 @@ public void test
asdaraujo commented on a change in pull request #8730:
URL: https://github.com/apache/kafka/pull/8730#discussion_r477485916
##
File path:
connect/mirror/src/test/java/org/apache/kafka/connect/mirror/MirrorConnectorsIntegrationTest.java
##
@@ -128,10 +136,23 @@ public void setu
jthompson6 commented on pull request #9216:
URL: https://github.com/apache/kafka/pull/9216#issuecomment-681056654
@ryannedolan are you the right person to tag here?
This is an automated message from the Apache Git Service.
To
ryannedolan commented on pull request #9216:
URL: https://github.com/apache/kafka/pull/9216#issuecomment-681062141
Thanks for finding this. Would it make sense to implement a new nop
converter for this purpose? Not sure whether a KIP would be required -- maybe
it can be private to the mirr
junrao commented on pull request #8657:
URL: https://github.com/apache/kafka/pull/8657#issuecomment-681109748
@chia7712 : Thanks for the reply. I like your overall idea and I think it
can be used to solve the problem completely in a simpler way.
1. Instead of at `Partition`, we colle
[
https://issues.apache.org/jira/browse/KAFKA-10410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17185481#comment-17185481
]
Mark Shelton commented on KAFKA-10410:
--
My implementation of StateRestoreCallback n
[
https://issues.apache.org/jira/browse/KAFKA-10186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17185482#comment-17185482
]
Gokul Srinivas commented on KAFKA-10186:
[~mjsax]- I've cleaned up the KIP. Plea
mjsax commented on pull request #9146:
URL: https://github.com/apache/kafka/pull/9146#issuecomment-681131093
My pleasure :)
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
mjsax commented on pull request #9174:
URL: https://github.com/apache/kafka/pull/9174#issuecomment-681137931
Cherry-picked to `2.6` branch.
This is an automated message from the Apache Git Service.
To respond to the message,
[
https://issues.apache.org/jira/browse/KAFKA-10395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias J. Sax updated KAFKA-10395:
Fix Version/s: 2.6.1
> TopologyTestDriver does not work with dynamic topic routing
> -
mjsax commented on pull request #9186:
URL: https://github.com/apache/kafka/pull/9186#issuecomment-681138143
Retest this please.
This is an automated message from the Apache Git Service.
To respond to the message, please log
mjsax commented on a change in pull request #9121:
URL: https://github.com/apache/kafka/pull/9121#discussion_r477606207
##
File path:
streams/src/test/java/org/apache/kafka/streams/processor/internals/GlobalStateManagerImplTest.java
##
@@ -180,6 +183,27 @@ public void shouldRe
mjsax commented on a change in pull request #9121:
URL: https://github.com/apache/kafka/pull/9121#discussion_r477616241
##
File path:
streams/src/test/java/org/apache/kafka/streams/processor/internals/GlobalStateManagerImplTest.java
##
@@ -180,6 +183,27 @@ public void shouldRe
mjsax commented on pull request #9121:
URL: https://github.com/apache/kafka/pull/9121#issuecomment-681148623
Retest this please.
This is an automated message from the Apache Git Service.
To respond to the message, please log
cmccabe merged pull request #9194:
URL: https://github.com/apache/kafka/pull/9194
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 th
mjsax commented on a change in pull request #9000:
URL: https://github.com/apache/kafka/pull/9000#discussion_r477620408
##
File path:
streams/src/main/java/org/apache/kafka/streams/kstream/internals/KStreamUtil.java
##
@@ -0,0 +1,59 @@
+/*
+ * Licensed to the Apache Software F
mjsax commented on pull request #9064:
URL: https://github.com/apache/kafka/pull/9064#issuecomment-681153031
Compile error:
```
/home/jenkins/jenkins-slave/workspace/kafka-pr-jdk11-scala2.13/streams/src/test/java/org/apache/kafka/streams/processor/internals/StreamTaskTest.java:1989:
mjsax commented on a change in pull request #9156:
URL: https://github.com/apache/kafka/pull/9156#discussion_r477622476
##
File path:
streams/src/test/java/org/apache/kafka/streams/StreamsBuilderTest.java
##
@@ -123,7 +123,7 @@ public void shouldAllowJoinMaterializedFilteredKT
[
https://issues.apache.org/jira/browse/KAFKA-10410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17185511#comment-17185511
]
Sophie Blee-Goldman commented on KAFKA-10410:
-
It's hard to say without know
jthompson6 commented on pull request #9216:
URL: https://github.com/apache/kafka/pull/9216#issuecomment-681165609
I see the header converter class is configurable in
https://github.com/apache/kafka/blob/trunk/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/WorkerConfig.java#L
guozhangwang commented on a change in pull request #9222:
URL: https://github.com/apache/kafka/pull/9222#discussion_r477676262
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/StateStoreContext.java
##
@@ -0,0 +1,112 @@
+/*
+ * Licensed to the Apache Soft
ableegoldman commented on a change in pull request #8834:
URL: https://github.com/apache/kafka/pull/8834#discussion_r477663328
##
File path:
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractCoordinator.java
##
@@ -528,7 +528,6 @@ public void onFailure(
huxihx commented on pull request #9218:
URL: https://github.com/apache/kafka/pull/9218#issuecomment-681198703
@ijuma Please review this patch. Thanks.
This is an automated message from the Apache Git Service.
To respond to th
[
https://issues.apache.org/jira/browse/KAFKA-10431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17185531#comment-17185531
]
huxihx commented on KAFKA-10431:
Seems adding a new option to ProducerPerformance requir
ableegoldman commented on a change in pull request #9157:
URL: https://github.com/apache/kafka/pull/9157#discussion_r477784084
##
File path:
streams/src/main/java/org/apache/kafka/streams/kstream/internals/KStreamSlidingWindowAggregate.java
##
@@ -160,11 +160,18 @@ public void
hachikuji commented on a change in pull request #9100:
URL: https://github.com/apache/kafka/pull/9100#discussion_r477618083
##
File path: clients/src/main/resources/common/message/AlterIsrResponse.json
##
@@ -0,0 +1,38 @@
+// Licensed to the Apache Software Foundation (ASF) und
showuon commented on a change in pull request #9179:
URL: https://github.com/apache/kafka/pull/9179#discussion_r477984582
##
File path: bin/kafka-server-stop.sh
##
@@ -21,7 +21,7 @@ if [[ $(uname -s) == "OS/390" ]]; then
fi
PIDS=$(ps -A -o pid,jobname,comm | grep -i $
chia7712 commented on pull request #8657:
URL: https://github.com/apache/kafka/pull/8657#issuecomment-681318790
> We keep DelayedJoin as it is, still passing in the group lock to
DelayedOperation to avoid deadlocks due to two levels of locking.
Just double check. We use a separate th
mumrah commented on a change in pull request #9100:
URL: https://github.com/apache/kafka/pull/9100#discussion_r478067221
##
File path: core/src/main/scala/kafka/server/AlterIsrManager.scala
##
@@ -0,0 +1,145 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
mumrah commented on a change in pull request #9100:
URL: https://github.com/apache/kafka/pull/9100#discussion_r478069145
##
File path: core/src/main/scala/kafka/server/AlterIsrManager.scala
##
@@ -0,0 +1,145 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
junrao commented on pull request #8657:
URL: https://github.com/apache/kafka/pull/8657#issuecomment-681361030
The following is my understand. The current PR introduces a new deadlock
through the following path.
path 1
hold group lock -> joinPurgatory.tryCompleteElseWatch(delayedJo
chia7712 commented on pull request #8657:
URL: https://github.com/apache/kafka/pull/8657#issuecomment-681375395
> This issue will be resolved if we complete those delayed operations due to
groupManager.storeGroup() elsewhere without holding any locks.
So ```DelayedJoin``` DOES NOT co
LMnet commented on a change in pull request #8955:
URL: https://github.com/apache/kafka/pull/8955#discussion_r478127423
##
File path:
streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/serialization/Serdes.scala
##
@@ -0,0 +1,93 @@
+/*
+ * Copyright (C) 2018 L
[
https://issues.apache.org/jira/browse/KAFKA-10431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17185615#comment-17185615
]
Zaahir Laher commented on KAFKA-10431:
--
Yes, so basically the payloads from the fil
[
https://issues.apache.org/jira/browse/KAFKA-10431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17185615#comment-17185615
]
Zaahir Laher edited comment on KAFKA-10431 at 8/27/20, 6:00 AM:
--
Nandini Anagondi created KAFKA-10440:
Summary: MM2 using Kconnect Framework Creates topics recursively
on source cluster
Key: KAFKA-10440
URL: https://issues.apache.org/jira/browse/KAFKA-10440
Pro
62 matches
Mail list logo