Luke Chen created KAFKA-13204:
-
Summary: wrong assignor selected if the assignor name is identical
Key: KAFKA-13204
URL: https://issues.apache.org/jira/browse/KAFKA-13204
Project: Kafka
Issue Typ
[
https://issues.apache.org/jira/browse/KAFKA-13204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luke Chen updated KAFKA-13204:
--
Description: We used the partition assignor name to identify which assignor
to use in consumer coordin
[
https://issues.apache.org/jira/browse/KAFKA-13081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17399566#comment-17399566
]
David Jacot commented on KAFKA-13081:
-
[~ableegoldman] [~showuon] This is the only r
[
https://issues.apache.org/jira/browse/KAFKA-13081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17399588#comment-17399588
]
Luke Chen commented on KAFKA-13081:
---
My PR is ready for [~ableegoldman] 's review, I t
showuon opened a new pull request #11217:
URL: https://github.com/apache/kafka/pull/11217
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgra
showuon commented on pull request #11217:
URL: https://github.com/apache/kafka/pull/11217#issuecomment-899322956
@ableegoldman , please take a look when available. Thank you.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
showuon opened a new pull request #11218:
URL: https://github.com/apache/kafka/pull/11218
Found this while reading the code. We did a "a little heavy" check each time
after performing assignment, which is to compare the "assigned topics" set and
the "subscribed topics" set, to see if there
showuon commented on a change in pull request #11218:
URL: https://github.com/apache/kafka/pull/11218#discussion_r689370424
##
File path:
clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java
##
@@ -597,28 +603,32 @@ private void updateGrou
showuon commented on pull request #11218:
URL: https://github.com/apache/kafka/pull/11218#issuecomment-899357307
@guozhangwang @ableegoldman , please take a look when available. Thank you.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
mimaison commented on pull request #11212:
URL: https://github.com/apache/kafka/pull/11212#issuecomment-899357757
@showuon Good point, updated!
--
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
[
https://issues.apache.org/jira/browse/KAFKA-10643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17399346#comment-17399346
]
Maatari edited comment on KAFKA-10643 at 8/16/21, 11:44 AM:
[
https://issues.apache.org/jira/browse/KAFKA-13205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Kaleve updated KAFKA-13205:
Description:
Since Version 2.5, Kafka Connect exposes an Endpoint for getting all topics
Jonathan Kaleve created KAFKA-13205:
---
Summary: Clarify API specification of Kafka Connect endpoint
Key: KAFKA-13205
URL: https://issues.apache.org/jira/browse/KAFKA-13205
Project: Kafka
Iss
dengziming opened a new pull request #11219:
URL: https://github.com/apache/kafka/pull/11219
*More detailed description of your change*
We already support list partition reassignments in KRAFT mode, so change
`notYetSupported` to `shouldAlwaysForward`
*Summary of testing strategy
dengziming commented on pull request #11219:
URL: https://github.com/apache/kafka/pull/11219#issuecomment-899490789
ping @rondagostino @cmccabe
--
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-10643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17399752#comment-17399752
]
Eran Levy commented on KAFKA-10643:
---
Actually I think that we never solved it but it r
rondagostino commented on pull request #11219:
URL: https://github.com/apache/kafka/pull/11219#issuecomment-899567795
Good catch. I wonder if this should be fixed for 3.0 -- i.e. should it be a
blocker? Also, is there a way to close the testing gap that allowed this to
exist -- maybe hav
xdgrulez commented on pull request #10897:
URL: https://github.com/apache/kafka/pull/10897#issuecomment-899621818
Hi,
I've fixed the tests now - on my local machine, the complete :streams:test
suite is now working perfectly fine again :)
Best regards,
Ralph
--
This i
rondagostino commented on pull request #11219:
URL: https://github.com/apache/kafka/pull/11219#issuecomment-899637052
Actually, I see now that this is simply fixing the error message. LGTM
as-is.
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
OmniaGM opened a new pull request #11220:
URL: https://github.com/apache/kafka/pull/11220
*More detailed description of your change,
if necessary. The PR title and PR message become
the squashed commit message, so use a separate
comment to ping reviewers.*
*Summary of tes
junrao commented on a change in pull request #11216:
URL: https://github.com/apache/kafka/pull/11216#discussion_r689659905
##
File path: metadata/src/main/java/org/apache/kafka/image/TopicsDelta.java
##
@@ -162,4 +163,39 @@ public boolean topicWasDeleted(String topicName) {
Jun Rao created KAFKA-13206:
---
Summary: shutting down broker needs to stop fetching as a follower
in KRaft mode
Key: KAFKA-13206
URL: https://issues.apache.org/jira/browse/KAFKA-13206
Project: Kafka
[
https://issues.apache.org/jira/browse/KAFKA-13206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ismael Juma updated KAFKA-13206:
Labels: kip-500 (was: )
> shutting down broker needs to stop fetching as a follower in KRaft mode
Rajini Sivaram created KAFKA-13207:
--
Summary: Replica fetcher should not update partition state on
diverging epoch if partition removed from fetcher
Key: KAFKA-13207
URL: https://issues.apache.org/jira/browse/KAF
rajinisivaram opened a new pull request #11221:
URL: https://github.com/apache/kafka/pull/11221
`AbstractFetcherThread#truncateOnFetchResponse` is used with IBP 2.7 and
above to truncate partitions based on diverging epoch returned in fetch
responses. Truncation should only be performed fo
[
https://issues.apache.org/jira/browse/KAFKA-13195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias J. Sax updated KAFKA-13195:
Issue Type: Improvement (was: Bug)
> StateSerde don't honor DeserializationExceptionHandl
[
https://issues.apache.org/jira/browse/KAFKA-13195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17399902#comment-17399902
]
Matthias J. Sax commented on KAFKA-13195:
-
Your transformer is in the stacktrace
[
https://issues.apache.org/jira/browse/KAFKA-13206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17399908#comment-17399908
]
Jun Rao commented on KAFKA-13206:
-
[~cmccabe] mentioned the following. The broker being
[
https://issues.apache.org/jira/browse/KAFKA-13195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17399913#comment-17399913
]
Ludo commented on KAFKA-13195:
--
Thanks for all the clarification, really appreciated.
I wil
dajac commented on a change in pull request #11221:
URL: https://github.com/apache/kafka/pull/11221#discussion_r689770112
##
File path: core/src/main/scala/kafka/server/AbstractFetcherThread.scala
##
@@ -229,9 +229,16 @@ abstract class AbstractFetcherThread(name: String,
}
[
https://issues.apache.org/jira/browse/KAFKA-12713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17399940#comment-17399940
]
Kai Huang commented on KAFKA-12713:
---
[~ijuma] I would like to follow up on this ticket
[
https://issues.apache.org/jira/browse/KAFKA-12713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17399940#comment-17399940
]
Kai Huang edited comment on KAFKA-12713 at 8/16/21, 6:48 PM:
-
cmccabe merged pull request #11219:
URL: https://github.com/apache/kafka/pull/11219
--
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 specific comment.
To unsubscribe, e-mail: jira-unsubscr.
jsancio commented on a change in pull request #11216:
URL: https://github.com/apache/kafka/pull/11216#discussion_r689787245
##
File path: metadata/src/main/java/org/apache/kafka/image/TopicsDelta.java
##
@@ -162,4 +163,39 @@ public boolean topicWasDeleted(String topicName) {
rondagostino opened a new pull request #11222:
URL: https://github.com/apache/kafka/pull/11222
This patch closes a testing gap by confirming that ReplicaManager metrics
are exposed with the expected MBean names.
### Committer Checklist (excluded from commit message)
- [ ] Verify d
[
https://issues.apache.org/jira/browse/KAFKA-13206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17399976#comment-17399976
]
Jose Armando Garcia Sancio commented on KAFKA-13206:
Thanks for the
[
https://issues.apache.org/jira/browse/KAFKA-13206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jose Armando Garcia Sancio updated KAFKA-13206:
---
Component/s: replication
kraft
> shutting down brok
[
https://issues.apache.org/jira/browse/KAFKA-13206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17399978#comment-17399978
]
Jun Rao commented on KAFKA-13206:
-
It's probably after the controller has acted on the c
[
https://issues.apache.org/jira/browse/KAFKA-12713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1730#comment-1730
]
Ismael Juma commented on KAFKA-12713:
-
[~kaihuang] Thanks for the KIP. I suggest sta
junrao commented on a change in pull request #11216:
URL: https://github.com/apache/kafka/pull/11216#discussion_r689841279
##
File path: metadata/src/test/java/org/apache/kafka/image/TopicsImageTest.java
##
@@ -126,6 +133,158 @@ private static TopicImage newTopicImage(String na
rajinisivaram commented on a change in pull request #11221:
URL: https://github.com/apache/kafka/pull/11221#discussion_r689860826
##
File path: core/src/main/scala/kafka/server/AbstractFetcherThread.scala
##
@@ -229,9 +229,16 @@ abstract class AbstractFetcherThread(name: String
jsancio commented on a change in pull request #11216:
URL: https://github.com/apache/kafka/pull/11216#discussion_r689870784
##
File path: metadata/src/test/java/org/apache/kafka/image/TopicsImageTest.java
##
@@ -126,6 +133,158 @@ private static TopicImage newTopicImage(String n
jsancio commented on a change in pull request #11216:
URL: https://github.com/apache/kafka/pull/11216#discussion_r689871542
##
File path: metadata/src/test/java/org/apache/kafka/image/TopicsImageTest.java
##
@@ -126,6 +133,158 @@ private static TopicImage newTopicImage(String n
jsancio commented on a change in pull request #11216:
URL: https://github.com/apache/kafka/pull/11216#discussion_r689874304
##
File path: metadata/src/test/java/org/apache/kafka/image/TopicsImageTest.java
##
@@ -126,6 +133,158 @@ private static TopicImage newTopicImage(String n
hachikuji commented on a change in pull request #11221:
URL: https://github.com/apache/kafka/pull/11221#discussion_r689886267
##
File path: core/src/main/scala/kafka/server/AbstractFetcherThread.scala
##
@@ -268,7 +262,10 @@ abstract class AbstractFetcherThread(name: String,
junrao commented on a change in pull request #11216:
URL: https://github.com/apache/kafka/pull/11216#discussion_r689907759
##
File path: metadata/src/test/java/org/apache/kafka/image/TopicsImageTest.java
##
@@ -126,6 +133,158 @@ private static TopicImage newTopicImage(String na
[
https://issues.apache.org/jira/browse/KAFKA-12713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17400037#comment-17400037
]
Kai Huang commented on KAFKA-12713:
---
[~ijuma] here is the [discussion
thread|https://
[
https://issues.apache.org/jira/browse/KAFKA-12713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17400039#comment-17400039
]
Ismael Juma commented on KAFKA-12713:
-
I had missed that. Worth bumping that thread
jsancio commented on a change in pull request #11216:
URL: https://github.com/apache/kafka/pull/11216#discussion_r689870784
##
File path: metadata/src/test/java/org/apache/kafka/image/TopicsImageTest.java
##
@@ -126,6 +133,158 @@ private static TopicImage newTopicImage(String n
jsancio commented on a change in pull request #11216:
URL: https://github.com/apache/kafka/pull/11216#discussion_r689937435
##
File path: core/src/test/scala/integration/kafka/server/KRaftClusterTest.scala
##
@@ -410,6 +421,32 @@ class KRaftClusterTest {
}
}
+ privat
Jose Armando Garcia Sancio created KAFKA-13208:
--
Summary: Use TopicIdPartition instead of TopicPartition when
computing the topic delta
Key: KAFKA-13208
URL: https://issues.apache.org/jira/browse/KAFK
jsancio commented on a change in pull request #11216:
URL: https://github.com/apache/kafka/pull/11216#discussion_r689940858
##
File path: metadata/src/test/java/org/apache/kafka/image/TopicsImageTest.java
##
@@ -126,6 +133,158 @@ private static TopicImage newTopicImage(String n
mjsax commented on a change in pull request #11124:
URL: https://github.com/apache/kafka/pull/11124#discussion_r689950309
##
File path:
streams/src/test/java/org/apache/kafka/streams/kstream/internals/KStreamSlidingWindowAggregateTest.java
##
@@ -100,17 +99,78 @@
privat
showuon commented on a change in pull request #11124:
URL: https://github.com/apache/kafka/pull/11124#discussion_r689953353
##
File path:
streams/src/test/java/org/apache/kafka/streams/kstream/internals/KStreamSlidingWindowAggregateTest.java
##
@@ -100,17 +99,78 @@
priv
junrao commented on a change in pull request #11216:
URL: https://github.com/apache/kafka/pull/11216#discussion_r689974956
##
File path: core/src/main/scala/kafka/server/ReplicaManager.scala
##
@@ -2074,48 +2073,23 @@ class ReplicaManager(val config: KafkaConfig,
}
}
jsancio commented on a change in pull request #11216:
URL: https://github.com/apache/kafka/pull/11216#discussion_r689978096
##
File path: core/src/main/scala/kafka/server/ReplicaManager.scala
##
@@ -2074,48 +2073,23 @@ class ReplicaManager(val config: KafkaConfig,
}
}
jsancio commented on a change in pull request #11216:
URL: https://github.com/apache/kafka/pull/11216#discussion_r689978096
##
File path: core/src/main/scala/kafka/server/ReplicaManager.scala
##
@@ -2074,48 +2073,23 @@ class ReplicaManager(val config: KafkaConfig,
}
}
showuon commented on a change in pull request #11218:
URL: https://github.com/apache/kafka/pull/11218#discussion_r690007620
##
File path:
clients/src/main/java/org/apache/kafka/clients/consumer/ConsumerConfig.java
##
@@ -48,6 +53,16 @@
public class ConsumerConfig extends Abst
mjsax commented on a change in pull request #11124:
URL: https://github.com/apache/kafka/pull/11124#discussion_r690013977
##
File path:
streams/src/test/java/org/apache/kafka/streams/kstream/internals/KStreamSlidingWindowAggregateTest.java
##
@@ -100,17 +99,78 @@
privat
dengziming commented on pull request #11198:
URL: https://github.com/apache/kafka/pull/11198#issuecomment-80080
@showuon Thank you, I am thinking how can I test this case.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
satishd closed pull request #11197:
URL: https://github.com/apache/kafka/pull/11197
--
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 specific comment.
To unsubscribe, e-mail: jira-unsubscr.
61 matches
Mail list logo