showuon opened a new pull request #11705:
URL: https://github.com/apache/kafka/pull/11705
WIP
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including up
satishd commented on pull request #11390:
URL: https://github.com/apache/kafka/pull/11390#issuecomment-1019966726
@junrao : Thanks for the review. Addressed your comments with the latest
commits.
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
dajac opened a new pull request #11706:
URL: https://github.com/apache/kafka/pull/11706
Changelog:
https://github.com/netty/netty/issues?q=is%3Aclosed+milestone%3A4.1.73.Final
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] V
patrickstuedi commented on a change in pull request #11676:
URL: https://github.com/apache/kafka/pull/11676#discussion_r790728519
##
File path:
streams/src/main/java/org/apache/kafka/streams/state/internals/RocksDBWindowStore.java
##
@@ -52,10 +52,12 @@
@Override
pub
Guy Pascarella created KAFKA-13613:
--
Summary: Kafka Connect has a hard dependency on
KeyGenerator.HmacSHA256
Key: KAFKA-13613
URL: https://issues.apache.org/jira/browse/KAFKA-13613
Project: Kafka
Kvicii commented on pull request #11704:
URL: https://github.com/apache/kafka/pull/11704#issuecomment-1020117719
@sayantanu-dey hi, I wonder where the name came from, it's really a good
name in context.
--
This is an automated message from the Apache Git Service.
To respond to the messag
bfncs commented on pull request #7082:
URL: https://github.com/apache/kafka/pull/7082#issuecomment-1020120686
Does anyone have a pointer how we can proceed here?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
sayantanu-dey commented on a change in pull request #11703:
URL: https://github.com/apache/kafka/pull/11703#discussion_r790776516
##
File path:
streams/src/main/java/org/apache/kafka/streams/state/internals/MeteredKeyValueStore.java
##
@@ -171,42 +169,24 @@ private void regist
sayantanu-dey commented on pull request #11704:
URL: https://github.com/apache/kafka/pull/11704#issuecomment-1020145591
> @sayantanu-dey hi, I wonder where the name came from, it's really a good
name in context.
@Kvicii hi, thanks, I just saw that the function was returning the Map o
sayantanu-dey edited a comment on pull request #11704:
URL: https://github.com/apache/kafka/pull/11704#issuecomment-1020145591
> @sayantanu-dey hi, I wonder where the name came from, it's really a good
name in context.
@Kvicii hi, thanks, I just saw that the function was returning th
David Mao created KAFKA-13614:
-
Summary: Leader replication quota is applied to consumer fetches
Key: KAFKA-13614
URL: https://issues.apache.org/jira/browse/KAFKA-13614
Project: Kafka
Issue Type:
hartmut-co-uk commented on pull request #7082:
URL: https://github.com/apache/kafka/pull/7082#issuecomment-1020213068
the changes are small enough... but looking at other PRs seems they all are
failing, too...
--
This is an automated message from the Apache Git Service.
To respond to the
dajac merged pull request #11706:
URL: https://github.com/apache/kafka/pull/11706
--
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...
piotrsmolinski opened a new pull request #11707:
URL: https://github.com/apache/kafka/pull/11707
Added normalization to the input parameters of the createKeystore and
createTruststore
After the change the empty string values of path and passwords are treated
as null. The change
a
dajac commented on pull request #11701:
URL: https://github.com/apache/kafka/pull/11701#issuecomment-1020351046
There are failures in the system tests but they are not related to this
change. All the tests changed in this PR have passed.
http://confluent-kafka-branch-builder-system-test-re
dajac opened a new pull request #11708:
URL: https://github.com/apache/kafka/pull/11708
Changelog:
https://github.com/netty/netty/issues?q=is%3Aclosed+milestone%3A4.1.73.Final
Reviewers: Manikumar Reddy
### Committer Checklist (excluded from commit message)
- [ ] Verify de
dajac commented on pull request #11708:
URL: https://github.com/apache/kafka/pull/11708#issuecomment-1020369488
@omkreddy This is the cherry-pick for
https://github.com/apache/kafka/pull/11706 for 3.0. The cherry-pick was not
clean. Could you take a look please?
--
This is an automated
[
https://issues.apache.org/jira/browse/KAFKA-13612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17481329#comment-17481329
]
Jason Gustafson commented on KAFKA-13612:
-
[~showuon] Thanks for filing the JIRA
ableegoldman commented on a change in pull request #11609:
URL: https://github.com/apache/kafka/pull/11609#discussion_r791115535
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java
##
@@ -1140,6 +1140,11 @@ private void completeSh
ableegoldman commented on a change in pull request #11609:
URL: https://github.com/apache/kafka/pull/11609#discussion_r791121073
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/TopologyMetadata.java
##
@@ -138,6 +138,7 @@ public void registerTh
ableegoldman commented on a change in pull request #11609:
URL: https://github.com/apache/kafka/pull/11609#discussion_r791123644
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/TopologyMetadata.java
##
@@ -224,6 +225,7 @@ public void maybeWaitF
ccding opened a new pull request #11709:
URL: https://github.com/apache/kafka/pull/11709
We should assert row.length before reading row(0) and row(1); Otherwise we
could get an ArrayIndexOutOfBoundsException out of blue which is not easy to
read
--
This is an automated message from
patrickstuedi commented on a change in pull request #11676:
URL: https://github.com/apache/kafka/pull/11676#discussion_r791157542
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/ProcessorContext.java
##
@@ -85,8 +85,23 @@
* @throws IllegalStateExce
[
https://issues.apache.org/jira/browse/KAFKA-13612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17481400#comment-17481400
]
Dominic Evans commented on KAFKA-13612:
---
[~hachikuji] for context, it was first re
kowshik commented on a change in pull request #11345:
URL: https://github.com/apache/kafka/pull/11345#discussion_r791176937
##
File path: core/src/main/scala/kafka/log/UnifiedLog.scala
##
@@ -1498,28 +1498,48 @@ class UnifiedLog(@volatile var logStartOffset: Long,
producer
mjsax commented on a change in pull request #11675:
URL: https://github.com/apache/kafka/pull/11675#discussion_r79115
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java
##
@@ -1321,11 +1322,22 @@ int process(final int maxNumRe
Tim Costa created KAFKA-13615:
-
Summary: Kafka Streams does not transition state on LeaveGroup due
to poll interval being exceeded
Key: KAFKA-13615
URL: https://issues.apache.org/jira/browse/KAFKA-13615
P
[
https://issues.apache.org/jira/browse/KAFKA-13615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Costa updated KAFKA-13615:
--
Description:
We are running a KafkaStreams application with largely default settings.
Occasionally on
[
https://issues.apache.org/jira/browse/KAFKA-13615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Costa updated KAFKA-13615:
--
Description:
We are running a KafkaStreams application with largely default settings.
Occasionally on
guozhangwang commented on pull request #11686:
URL: https://github.com/apache/kafka/pull/11686#issuecomment-1020665875
Made a final pass on the latest commits. LGTM!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
lbradstreet opened a new pull request #11710:
URL: https://github.com/apache/kafka/pull/11710
MiniTrogdorCluster spins up agents from a different thread when
scheduling them, but does not use volatiles in these objects. It's not
clear that the updated fields are visible.
The hop
cmccabe commented on pull request #11710:
URL: https://github.com/apache/kafka/pull/11710#issuecomment-1020677668
It would be nice to redo this without the volatiles, but for now, LGTM.
Thanks, @lbradstreet .
--
This is an automated message from the Apache Git Service.
To respond to the
ccding closed pull request #11709:
URL: https://github.com/apache/kafka/pull/11709
--
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..
ccding commented on pull request #11709:
URL: https://github.com/apache/kafka/pull/11709#issuecomment-1020679187
Dropping this. Lucas will bring more fixes together.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
guozhangwang commented on a change in pull request #11609:
URL: https://github.com/apache/kafka/pull/11609#discussion_r791262134
##
File path:
streams/src/test/java/org/apache/kafka/streams/integration/NamedTopologyIntegrationTest.java
##
@@ -635,6 +710,19 @@ public void shoul
guozhangwang commented on a change in pull request #11609:
URL: https://github.com/apache/kafka/pull/11609#discussion_r791262134
##
File path:
streams/src/test/java/org/apache/kafka/streams/integration/NamedTopologyIntegrationTest.java
##
@@ -635,6 +710,19 @@ public void shoul
guozhangwang commented on pull request #11609:
URL: https://github.com/apache/kafka/pull/11609#issuecomment-1020690230
LGTM! Jenkins failed on compilation (checkstyle). Please feel free to merge
after addressing the nit comments and green build.
--
This is an automated message from the A
vvcephei commented on pull request #11702:
URL: https://github.com/apache/kafka/pull/11702#issuecomment-1020723191
Test failures were unrelated:
```
Build / JDK 11 and Scala 2.13 /
integration.kafka.server.FetchRequestBetweenDifferentIbpTest.testControllerOldToNewIBP()
[
https://issues.apache.org/jira/browse/KAFKA-13612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17481500#comment-17481500
]
Luke Chen commented on KAFKA-13612:
---
[~hachikuji] , I agree with [~dnwe] , we can work
satishd commented on a change in pull request #11390:
URL: https://github.com/apache/kafka/pull/11390#discussion_r791322611
##
File path: core/src/main/scala/kafka/server/AbstractFetcherThread.scala
##
@@ -715,6 +727,58 @@ abstract class AbstractFetcherThread(name: String,
satishd commented on a change in pull request #11390:
URL: https://github.com/apache/kafka/pull/11390#discussion_r791322611
##
File path: core/src/main/scala/kafka/server/AbstractFetcherThread.scala
##
@@ -715,6 +727,58 @@ abstract class AbstractFetcherThread(name: String,
mjsax commented on a change in pull request #11455:
URL: https://github.com/apache/kafka/pull/11455#discussion_r791323385
##
File path:
streams/src/test/java/org/apache/kafka/streams/integration/GlobalKTableIntegrationTest.java
##
@@ -176,7 +177,9 @@ public void shouldKStreamG
mjsax commented on a change in pull request #11455:
URL: https://github.com/apache/kafka/pull/11455#discussion_r791324561
##
File path: streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java
##
@@ -668,8 +669,10 @@ public synchronized void onChange(final Thread thread
mjsax commented on a change in pull request #11455:
URL: https://github.com/apache/kafka/pull/11455#discussion_r791324669
##
File path: streams/src/test/java/org/apache/kafka/streams/KafkaStreamsTest.java
##
@@ -459,12 +462,15 @@ public void
shouldCleanupResourcesOnCloseWithou
mjsax commented on pull request #11584:
URL: https://github.com/apache/kafka/pull/11584#issuecomment-1020784877
Finally updated this PR.
--
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 speci
cmccabe opened a new pull request #11711:
URL: https://github.com/apache/kafka/pull/11711
If a configuration value is empty or contains only whitespace, appending to
it should not result in
a comma getting added to the configuration value. So, for example, adding
"first" to " " should
vvcephei commented on a change in pull request #11676:
URL: https://github.com/apache/kafka/pull/11676#discussion_r791343342
##
File path:
streams/src/test/java/org/apache/kafka/streams/integration/PositionCheckpointIntegrationTest.java
##
@@ -0,0 +1,777 @@
+/*
+ * Licensed to
vvcephei commented on a change in pull request #11676:
URL: https://github.com/apache/kafka/pull/11676#discussion_r791344228
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/ProcessorContext.java
##
@@ -85,8 +85,23 @@
* @throws IllegalStateException
sayantanu-dey commented on pull request #11703:
URL: https://github.com/apache/kafka/pull/11703#issuecomment-1020797877
> One meta comment regarding consolidating the functions: we have
`getPrefix` in multiple classes (and thanks @sayantanu-dey your PRs remove some
already), but there are
ableegoldman commented on a change in pull request #11609:
URL: https://github.com/apache/kafka/pull/11609#discussion_r791355579
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/namedtopology/KafkaStreamsNamedTopologyWrapper.java
##
@@ -319,6 +3
ableegoldman merged pull request #11704:
URL: https://github.com/apache/kafka/pull/11704
--
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-unsu
[
https://issues.apache.org/jira/browse/KAFKA-13590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
A. Sophie Blee-Goldman updated KAFKA-13590:
---
Fix Version/s: 3.2.0
> Rename InternalTopologyBuilder's #topicGroups method
ableegoldman commented on pull request #11702:
URL: https://github.com/apache/kafka/pull/11702#issuecomment-1020816735
compiler error, fyi
thanks for the fix though!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
dengziming commented on pull request #10830:
URL: https://github.com/apache/kafka/pull/10830#issuecomment-1020819384
ping @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 the specific c
dengziming commented on pull request #10500:
URL: https://github.com/apache/kafka/pull/10500#issuecomment-1020820360
ping @abbccdda @hachikuji to have a look when you are free.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
dengziming commented on pull request #11677:
URL: https://github.com/apache/kafka/pull/11677#issuecomment-1020850019
I have some questions concerning the `VersionRange` entity. In zk-related
classes we use FinalizedVersionRange and SupportedVersionRange whereas in
kraft-related code we use
mattwong949 commented on a change in pull request #11694:
URL: https://github.com/apache/kafka/pull/11694#discussion_r791420348
##
File path:
clients/src/main/java/org/apache/kafka/common/record/DefaultRecordBatch.java
##
@@ -82,9 +82,9 @@
* are retained only until either a
showuon commented on pull request #11242:
URL: https://github.com/apache/kafka/pull/11242#issuecomment-1020885807
PR for the implementation: https://github.com/apache/kafka/pull/11705
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
showuon closed pull request #11242:
URL: https://github.com/apache/kafka/pull/11242
--
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.
mjsax commented on a change in pull request #11584:
URL: https://github.com/apache/kafka/pull/11584#discussion_r791429259
##
File path:
clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java
##
@@ -1516,4 +1527,20 @@ RebalanceProtocol getPro
60 matches
Mail list logo