dajac commented on a change in pull request #9526:
URL: https://github.com/apache/kafka/pull/9526#discussion_r520340843
##
File path:
clients/src/test/java/org/apache/kafka/common/message/SimpleExampleMessageTest.java
##
@@ -394,7 +394,7 @@ private void testRoundTrip(SimpleExa
[
https://issues.apache.org/jira/browse/KAFKA-10683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17229072#comment-17229072
]
Ruslan Gryn commented on KAFKA-10683:
-
The issue with max.poll.record is not only re
showuon commented on a change in pull request #9576:
URL: https://github.com/apache/kafka/pull/9576#discussion_r520397896
##
File path: clients/src/main/java/org/apache/kafka/common/utils/Utils.java
##
@@ -1281,30 +1281,36 @@ private static byte checkRange(final byte i) {
tombentley commented on pull request #9433:
URL: https://github.com/apache/kafka/pull/9433#issuecomment-724572562
> Personally, the implementations of `errorCounts` are almost same. Maybe it
should be implemented
> by auto-generated protocol so the consistency (code style and behavior)
[
https://issues.apache.org/jira/browse/KAFKA-10547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
dengziming reassigned KAFKA-10547:
--
Assignee: dengziming
> Add topic IDs to MetadataResponse
> -
chia7712 commented on pull request #9433:
URL: https://github.com/apache/kafka/pull/9433#issuecomment-724592314
@tombentley Thanks for your sharing. It inspires me to think about the
possible solution. The following comment is not related to this PR. just
discussion 😃
> That's a goo
chia7712 edited a comment on pull request #9433:
URL: https://github.com/apache/kafka/pull/9433#issuecomment-724592314
@tombentley Thanks for your sharing. It inspires me to think about the
possible solution. The following comment is not related to this PR. just
discussion 😃
> That'
chia7712 commented on a change in pull request #9204:
URL: https://github.com/apache/kafka/pull/9204#discussion_r520431846
##
File path: core/src/main/scala/kafka/tools/DumpLogSegments.scala
##
@@ -257,8 +257,12 @@ object DumpLogSegments {
}
lastOffset
rajinisivaram commented on pull request #9578:
URL: https://github.com/apache/kafka/pull/9578#issuecomment-724623526
@omkreddy Thanks for the review, merging to trunk
This is an automated message from the Apache Git Service.
rajinisivaram merged pull request #9578:
URL: https://github.com/apache/kafka/pull/9578
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
urbandan commented on pull request #9430:
URL: https://github.com/apache/kafka/pull/9430#issuecomment-724629025
@dajac Thanks for the reminder, pushed a bunch of unit tests covering the
GetOffsetShell tool.
This is an automa
rajinisivaram commented on a change in pull request #9560:
URL: https://github.com/apache/kafka/pull/9560#discussion_r520474354
##
File path: core/src/main/scala/kafka/server/DynamicBrokerConfig.scala
##
@@ -331,6 +334,50 @@ class DynamicBrokerConfig(private val kafkaConfig:
K
iprithv commented on a change in pull request #9204:
URL: https://github.com/apache/kafka/pull/9204#discussion_r520491160
##
File path: core/src/main/scala/kafka/tools/DumpLogSegments.scala
##
@@ -257,8 +257,12 @@ object DumpLogSegments {
}
lastOffset
cadonna commented on a change in pull request #9572:
URL: https://github.com/apache/kafka/pull/9572#discussion_r520445787
##
File path: streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java
##
@@ -155,6 +155,7 @@
private final StreamsMetricsImpl streamsMetrics;
tombentley commented on pull request #9433:
URL: https://github.com/apache/kafka/pull/9433#issuecomment-724662509
@chia7712 For this PR I've added a test. It revealed a few places where
responses had error fields which weren't included in the count. This will
affect the metrics for those R
dajac commented on a change in pull request #7498:
URL: https://github.com/apache/kafka/pull/7498#discussion_r520520725
##
File path:
clients/src/main/java/org/apache/kafka/clients/producer/internals/Sender.java
##
@@ -639,8 +644,9 @@ else if (error == Errors.CLUSTER_AUTHORIZA
dajac commented on a change in pull request #7498:
URL: https://github.com/apache/kafka/pull/7498#discussion_r520522778
##
File path:
clients/src/main/java/org/apache/kafka/clients/producer/internals/Sender.java
##
@@ -588,17 +589,20 @@ private void handleProduceResponse(Clien
chia7712 commented on a change in pull request #9433:
URL: https://github.com/apache/kafka/pull/9433#discussion_r520518339
##
File path:
clients/src/test/java/org/apache/kafka/common/requests/RequestResponseTest.java
##
@@ -1921,7 +1929,7 @@ private CreateAclsResponse createCr
tombentley commented on a change in pull request #9433:
URL: https://github.com/apache/kafka/pull/9433#discussion_r520532036
##
File path:
clients/src/test/java/org/apache/kafka/common/requests/RequestResponseTest.java
##
@@ -1921,7 +1929,7 @@ private CreateAclsResponse create
chia7712 commented on a change in pull request #9563:
URL: https://github.com/apache/kafka/pull/9563#discussion_r520530228
##
File path:
generator/src/main/java/org/apache/kafka/message/MessageDataGenerator.java
##
@@ -1529,37 +1516,37 @@ private void generateVariableLengthFie
Tushar Bhasme created KAFKA-10704:
-
Summary: Mirror maker with TLS at target
Key: KAFKA-10704
URL: https://issues.apache.org/jira/browse/KAFKA-10704
Project: Kafka
Issue Type: Bug
C
yuzawa-san commented on pull request #9499:
URL: https://github.com/apache/kafka/pull/9499#issuecomment-724718123
There is a newer zstd-jni version, so I'm going to push the newer one
shortly after my local checks pass.
This
ijuma commented on pull request #9519:
URL: https://github.com/apache/kafka/pull/9519#issuecomment-724723348
This looks interesting. Did we consider https://github.com/Cyan4973/xxHash
instead of murmur3?
This is an automated
dongjinleekr commented on pull request #9414:
URL: https://github.com/apache/kafka/pull/9414#issuecomment-724725724
Hi @vvcephei,
Here is the fix. The reason for the broken integration tests was:
`KafkaStreams#cleanUp` can be called regardless of the `StreamThread`s are
terminated.
ijuma commented on pull request #9266:
URL: https://github.com/apache/kafka/pull/9266#issuecomment-724734814
I have reapplied the change
https://github.com/apache/kafka/commit/960e64072592bc1ad939518b58dbdfb17068680d
This is
[
https://issues.apache.org/jira/browse/KAFKA-10469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ismael Juma resolved KAFKA-10469.
-
Fix Version/s: 2.8.0
Resolution: Fixed
> Respect logging hierarchy (KIP-676)
> --
[
https://issues.apache.org/jira/browse/KAFKA-10469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ismael Juma updated KAFKA-10469:
Summary: Respect logging hierarchy (KIP-676) (was: describeConfigs() for
broker loggers returns i
tombentley commented on pull request #9266:
URL: https://github.com/apache/kafka/pull/9266#issuecomment-724744145
Thanks Ismael.
This is an automated message from the Apache Git Service.
To respond to the message, please log
[
https://issues.apache.org/jira/browse/KAFKA-10216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17229270#comment-17229270
]
David Jacot commented on KAFKA-10216:
-
Small KIP to address this:
https://cwiki.apa
[
https://issues.apache.org/jira/browse/KAFKA-10652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17229273#comment-17229273
]
Sagar Rao commented on KAFKA-10652:
---
hi [~hachikuji], while the PR for 10634 is gettin
wcarlson5 commented on a change in pull request #9572:
URL: https://github.com/apache/kafka/pull/9572#discussion_r520686307
##
File path: streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java
##
@@ -806,6 +803,21 @@ private KafkaStreams(final InternalTopologyBuilder
wcarlson5 commented on a change in pull request #9572:
URL: https://github.com/apache/kafka/pull/9572#discussion_r520686495
##
File path: streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java
##
@@ -155,6 +155,7 @@
private final StreamsMetricsImpl streamsMetrics
wcarlson5 commented on a change in pull request #9572:
URL: https://github.com/apache/kafka/pull/9572#discussion_r520693132
##
File path:
streams/src/main/java/org/apache/kafka/streams/state/internals/ThreadCache.java
##
@@ -71,6 +71,16 @@ public long flushes() {
retu
lct45 opened a new pull request #9583:
URL: https://github.com/apache/kafka/pull/9583
Change permissions on the folders for the state store so they're no readable
or writable by "others", but still accessible by owner and group members.
### Committer Checklist (excluded from commit m
lct45 commented on pull request #9583:
URL: https://github.com/apache/kafka/pull/9583#issuecomment-724813681
@wcarlson5 @cadonna @ableegoldman for review
This is an automated message from the Apache Git Service.
To respond to
wcarlson5 commented on a change in pull request #9572:
URL: https://github.com/apache/kafka/pull/9572#discussion_r520699793
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java
##
@@ -589,6 +589,10 @@ private void subscribeConsumer
wcarlson5 commented on a change in pull request #9583:
URL: https://github.com/apache/kafka/pull/9583#discussion_r520710986
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StateDirectory.java
##
@@ -102,6 +107,13 @@ public StateDirectory(final
lct45 commented on a change in pull request #9583:
URL: https://github.com/apache/kafka/pull/9583#discussion_r520719992
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StateDirectory.java
##
@@ -30,11 +30,16 @@
import java.nio.channels.FileCha
lct45 commented on a change in pull request #9583:
URL: https://github.com/apache/kafka/pull/9583#discussion_r520723720
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StateDirectory.java
##
@@ -102,6 +107,13 @@ public StateDirectory(final Stre
[
https://issues.apache.org/jira/browse/KAFKA-10694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17229366#comment-17229366
]
Jose Armando Garcia Sancio commented on KAFKA-10694:
Hey thanks for
lct45 commented on a change in pull request #9583:
URL: https://github.com/apache/kafka/pull/9583#discussion_r520723720
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StateDirectory.java
##
@@ -102,6 +107,13 @@ public StateDirectory(final Stre
[
https://issues.apache.org/jira/browse/KAFKA-7329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17229373#comment-17229373
]
Tomislav Rajakovic commented on KAFKA-7329:
---
Is there any reason why is this? R
wcarlson5 commented on a change in pull request #9583:
URL: https://github.com/apache/kafka/pull/9583#discussion_r520733454
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StateDirectory.java
##
@@ -102,6 +107,13 @@ public StateDirectory(final
abbccdda merged pull request #9558:
URL: https://github.com/apache/kafka/pull/9558
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
hachikuji commented on a change in pull request #9401:
URL: https://github.com/apache/kafka/pull/9401#discussion_r520740954
##
File path:
clients/src/main/java/org/apache/kafka/common/requests/ProduceResponse.java
##
@@ -204,118 +75,78 @@ public ProduceResponse(Map responses)
stanislavkozlovski commented on a change in pull request #7641:
URL: https://github.com/apache/kafka/pull/7641#discussion_r520745548
##
File path:
core/src/main/scala/kafka/coordinator/group/GroupMetadataManager.scala
##
@@ -791,52 +797,52 @@ class GroupMetadataManager(brokerI
hachikuji commented on pull request #9401:
URL: https://github.com/apache/kafka/pull/9401#issuecomment-724862848
For what it's worth, I think we'll get back whatever we lose here by taking
`Struct` out of the serialization path.
---
yuzawa-san commented on pull request #9499:
URL: https://github.com/apache/kafka/pull/9499#issuecomment-724882680
ok most recent version is pushed and checks pass now.
This is an automated message from the Apache Git Service.
[
https://issues.apache.org/jira/browse/KAFKA-10575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17229436#comment-17229436
]
Guozhang Wang commented on KAFKA-10575:
---
Of course. You can take a look at the Sto
anatasiavela commented on a change in pull request #9526:
URL: https://github.com/apache/kafka/pull/9526#discussion_r520807921
##
File path:
generator/src/main/java/org/apache/kafka/message/JsonConverterGenerator.java
##
@@ -375,13 +385,36 @@ private void generateVariableLengt
hachikuji commented on a change in pull request #9563:
URL: https://github.com/apache/kafka/pull/9563#discussion_r520849832
##
File path:
clients/src/main/java/org/apache/kafka/common/protocol/SendBuilder.java
##
@@ -0,0 +1,194 @@
+/*
+ * Licensed to the Apache Software Founda
[
https://issues.apache.org/jira/browse/KAFKA-10350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Boyang Chen updated KAFKA-10350:
Summary: Add forwarding request monitoring metrics (was: Add redirect
request monitoring metrics)
mumrah commented on a change in pull request #9580:
URL: https://github.com/apache/kafka/pull/9580#discussion_r520851137
##
File path: core/src/main/scala/kafka/server/ForwardingManager.scala
##
@@ -0,0 +1,85 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
cadonna commented on a change in pull request #9583:
URL: https://github.com/apache/kafka/pull/9583#discussion_r520860033
##
File path:
streams/src/test/java/org/apache/kafka/streams/processor/internals/StateDirectoryTest.java
##
@@ -106,6 +110,27 @@ public void shouldCreateBa
abbccdda commented on a change in pull request #9580:
URL: https://github.com/apache/kafka/pull/9580#discussion_r520879347
##
File path: core/src/main/scala/kafka/server/ForwardingManager.scala
##
@@ -0,0 +1,85 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under o
abbccdda commented on a change in pull request #9580:
URL: https://github.com/apache/kafka/pull/9580#discussion_r520881008
##
File path: core/src/main/scala/kafka/server/ForwardingManager.scala
##
@@ -0,0 +1,85 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under o
abbccdda commented on a change in pull request #9580:
URL: https://github.com/apache/kafka/pull/9580#discussion_r520881459
##
File path: core/src/main/scala/kafka/server/ForwardingManager.scala
##
@@ -0,0 +1,85 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under o
abbccdda commented on a change in pull request #9580:
URL: https://github.com/apache/kafka/pull/9580#discussion_r520882950
##
File path: core/src/main/scala/kafka/server/ForwardingManager.scala
##
@@ -0,0 +1,85 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under o
wcarlson5 commented on pull request #9583:
URL: https://github.com/apache/kafka/pull/9583#issuecomment-724976610
retest this please
This is an automated message from the Apache Git Service.
To respond to the message, please l
wcarlson5 removed a comment on pull request #9583:
URL: https://github.com/apache/kafka/pull/9583#issuecomment-724976610
retest this please
This is an automated message from the Apache Git Service.
To respond to the message,
mumrah commented on a change in pull request #9580:
URL: https://github.com/apache/kafka/pull/9580#discussion_r520903132
##
File path: core/src/main/scala/kafka/server/ForwardingManager.scala
##
@@ -0,0 +1,85 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
mumrah commented on a change in pull request #9580:
URL: https://github.com/apache/kafka/pull/9580#discussion_r520909641
##
File path: core/src/main/scala/kafka/server/ForwardingManager.scala
##
@@ -0,0 +1,85 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
mumrah commented on a change in pull request #9580:
URL: https://github.com/apache/kafka/pull/9580#discussion_r520910732
##
File path: core/src/main/scala/kafka/network/RequestChannel.scala
##
@@ -279,6 +279,7 @@ object RequestChannel extends Logging {
.append(",prin
Walker Carlson created KAFKA-10705:
--
Summary: Avoid World Readable RocksDB
Key: KAFKA-10705
URL: https://issues.apache.org/jira/browse/KAFKA-10705
Project: Kafka
Issue Type: Bug
[
https://issues.apache.org/jira/browse/KAFKA-10705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Walker Carlson updated KAFKA-10705:
---
Labels: streams (was: )
> Avoid World Readable RocksDB
>
>
>
brianwyka opened a new pull request #9584:
URL: https://github.com/apache/kafka/pull/9584
Add the "group-id" to the metrics created curing instantiation of the
`KafkaConsumer`
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] V
[
https://issues.apache.org/jira/browse/KAFKA-10705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Walker Carlson reassigned KAFKA-10705:
--
Assignee: Leah Thomas
> Avoid World Readable RocksDB
>
>
guozhangwang commented on pull request #9569:
URL: https://github.com/apache/kafka/pull/9569#issuecomment-725014616
Okay I think I need to rephrase my thoughts above in another way: right now
when abort txns due to timeout, the txn coordinator would 1) first bump up the
epoch, and 2) appen
brianwyka commented on pull request #9584:
URL: https://github.com/apache/kafka/pull/9584#issuecomment-725016649
I couldn't find any tests that are currently testing out the `client-id` tag
for reference. Would appreciate a point in the right direction.
--
guozhangwang commented on a change in pull request #9569:
URL: https://github.com/apache/kafka/pull/9569#discussion_r520924649
##
File path: core/src/main/scala/kafka/server/KafkaApis.scala
##
@@ -609,6 +609,12 @@ class KafkaApis(val requestChannel: RequestChannel,
mer
guozhangwang edited a comment on pull request #9569:
URL: https://github.com/apache/kafka/pull/9569#issuecomment-725014616
Okay I think I need to rephrase my thoughts above in another way: right now
when abort txns due to timeout, the txn coordinator would 1) first bump up the
epoch, and 2
[
https://issues.apache.org/jira/browse/KAFKA-10643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17229574#comment-17229574
]
A. Sophie Blee-Goldman commented on KAFKA-10643:
Ok, it sounds like mayb
ableegoldman commented on pull request #9582:
URL: https://github.com/apache/kafka/pull/9582#issuecomment-725045200
Call for review @mjsax @cadonna @lct45
This is an automated message from the Apache Git Service.
To respond
ableegoldman commented on pull request #9489:
URL: https://github.com/apache/kafka/pull/9489#issuecomment-725045320
Thoughts? @wcarlson5 @vvcephei @abbccdda
This is an automated message from the Apache Git Service.
To respon
abbccdda commented on a change in pull request #9489:
URL: https://github.com/apache/kafka/pull/9489#discussion_r520959174
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java
##
@@ -703,6 +703,14 @@ void runOnce() {
/
ableegoldman commented on a change in pull request #9582:
URL: https://github.com/apache/kafka/pull/9582#discussion_r520959288
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopologyBuilder.java
##
@@ -410,18 +410,6 @@ public final voi
wcarlson5 commented on a change in pull request #9489:
URL: https://github.com/apache/kafka/pull/9489#discussion_r520961368
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java
##
@@ -703,6 +703,14 @@ void runOnce() {
ableegoldman commented on a change in pull request #9489:
URL: https://github.com/apache/kafka/pull/9489#discussion_r520970972
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java
##
@@ -703,6 +703,14 @@ void runOnce() {
[
https://issues.apache.org/jira/browse/KAFKA-10694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17229630#comment-17229630
]
lqjacklee commented on KAFKA-10694:
---
[~jagsancio] thanks a lot .
> Implement zero cop
chia7712 commented on a change in pull request #9563:
URL: https://github.com/apache/kafka/pull/9563#discussion_r521020698
##
File path:
clients/src/main/java/org/apache/kafka/common/protocol/SendBuilder.java
##
@@ -0,0 +1,194 @@
+/*
+ * Licensed to the Apache Software Foundat
chia7712 merged pull request #9499:
URL: https://github.com/apache/kafka/pull/9499
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
[
https://issues.apache.org/jira/browse/KAFKA-10470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai resolved KAFKA-10470.
Fix Version/s: 2.8.0
Resolution: Fixed
> zstd decompression with small batches is s
junrao commented on pull request #9519:
URL: https://github.com/apache/kafka/pull/9519#issuecomment-725090806
@viktorsomogyi : Thanks for the PR. We use crypto algorithms like MD5 as the
unique representation for a corresponding key. murmur3 has the same length as
MD5. Does it guarantee si
wcarlson5 commented on a change in pull request #9489:
URL: https://github.com/apache/kafka/pull/9489#discussion_r521055615
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java
##
@@ -703,6 +703,14 @@ void runOnce() {
[
https://issues.apache.org/jira/browse/KAFKA-10550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
dengziming reassigned KAFKA-10550:
--
Assignee: dengziming
> Update AdminClient and kafka-topics.sh to support topic IDs
>
splett2 commented on pull request #9386:
URL: https://github.com/apache/kafka/pull/9386#issuecomment-725198454
@dajac
fixed compilation, please take a look when you get the chance.
This is an automated message from the Ap
[
https://issues.apache.org/jira/browse/KAFKA-10706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gustafson updated KAFKA-10706:
Description:
We hit an interesting liveness condition in the truncation protocol. Broker A
Jason Gustafson created KAFKA-10706:
---
Summary: Liveness bug in truncation protocol can lead to
indefinite URP
Key: KAFKA-10706
URL: https://issues.apache.org/jira/browse/KAFKA-10706
Project: Kafka
88 matches
Mail list logo