denglinfan commented on pull request #8656:
URL: https://github.com/apache/kafka/pull/8656#issuecomment-1079624320
In my case, I cannot get the leaderUrl successfully to ask leader task to
store current change. And the leaderUrl is NOTUSED/PA.
--
This is an automated message from the Apa
dengziming opened a new pull request #9770:
URL: https://github.com/apache/kafka/pull/9770
*More detailed description of your change*
Add ByteBufferAccessorTest similar to SendBuilderTest
1. test basic read and write
2. test none zero-copy when writing ByteBuffer and Records
3.
showuon commented on pull request #11948:
URL: https://github.com/apache/kafka/pull/11948#issuecomment-1079575157
> @showuon Thank you for setting the purge interval! Nice catch that we
missed to set this after KIP-811 was merged. However, I am not sure that this
is the root cause of the f
yyu1993 commented on a change in pull request #11950:
URL: https://github.com/apache/kafka/pull/11950#discussion_r835676088
##
File path: core/src/main/scala/kafka/log/UnifiedLog.scala
##
@@ -1355,15 +1355,19 @@ class UnifiedLog(@volatile var logStartOffset: Long,
val nu
mjsax commented on pull request #11211:
URL: https://github.com/apache/kafka/pull/11211#issuecomment-1079513140
> Sorry I didn't check the entire implementation before posting
No problem. It's much harder to reverse engineer the code than asking :)
> But if a key is expired fr
mjsax commented on a change in pull request #11952:
URL: https://github.com/apache/kafka/pull/11952#discussion_r835654720
##
File path: streams/src/test/java/org/apache/kafka/test/MockApiProcessor.java
##
@@ -92,6 +93,20 @@ public void process(final Record record) {
}
mjsax commented on a change in pull request #11952:
URL: https://github.com/apache/kafka/pull/11952#discussion_r835654066
##
File path:
streams/src/test/java/org/apache/kafka/streams/kstream/internals/KStreamKStreamOuterJoinTest.java
##
@@ -887,6 +892,98 @@ public void
should
rhauch commented on a change in pull request #11908:
URL: https://github.com/apache/kafka/pull/11908#discussion_r835615520
##
File path: docs/quickstart.html
##
@@ -173,7 +173,11 @@
-First, we'll start by creating some seed data to test with:
vvcephei commented on pull request #11952:
URL: https://github.com/apache/kafka/pull/11952#issuecomment-1079392675
ping @jeqo , in case you have a chance to review as well.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
vvcephei opened a new pull request #11952:
URL: https://github.com/apache/kafka/pull/11952
https://github.com/apache/kafka/pull/11356 inadvertently changed
the (undefined) header forwarding behavior of stream-stream joins.
This change does not define the behavior, but just restores
kkonstantine commented on pull request #11908:
URL: https://github.com/apache/kafka/pull/11908#issuecomment-1079379309
@mimaison @rhauch I tried to address your comments. Please take another look
when you get the chance. It be great to make 3.2 with this change.
--
This is an automated
kkonstantine commented on a change in pull request #11908:
URL: https://github.com/apache/kafka/pull/11908#discussion_r835564791
##
File path: tests/kafkatest/services/connect.py
##
@@ -279,12 +282,34 @@ def append_to_environment_variable(self, envvar, value):
env_
kowshik commented on pull request #11950:
URL: https://github.com/apache/kafka/pull/11950#issuecomment-1079354780
@yyu1993 KAFKA-12875 is the jira we had created for this earlier, we could
associate this PR with the same.
--
This is an automated message from the Apache Git Service.
To re
mjsax commented on a change in pull request #11945:
URL: https://github.com/apache/kafka/pull/11945#discussion_r835538117
##
File path:
streams/src/main/java/org/apache/kafka/streams/kstream/internals/foreignkeyjoin/SubscriptionResponseWrapperSerde.java
##
@@ -92,6 +103,32 @@
mjsax commented on a change in pull request #11945:
URL: https://github.com/apache/kafka/pull/11945#discussion_r835536651
##
File path:
streams/src/main/java/org/apache/kafka/streams/kstream/internals/foreignkeyjoin/SubscriptionResponseWrapperSerde.java
##
@@ -64,7 +64,7 @@ pu
edoardocomar commented on pull request #11743:
URL: https://github.com/apache/kafka/pull/11743#issuecomment-1079291632
thanks @FireBurn
I had a black box go at building and running Kafka built with this PR and it
looked good to me
--
This is an automated message from the Apache Git S
kkonstantine commented on a change in pull request #11908:
URL: https://github.com/apache/kafka/pull/11908#discussion_r835514732
##
File path: tests/kafkatest/services/connect.py
##
@@ -279,12 +282,34 @@ def append_to_environment_variable(self, envvar, value):
env_
kkonstantine commented on a change in pull request #11908:
URL: https://github.com/apache/kafka/pull/11908#discussion_r835512365
##
File path: docs/connect.html
##
@@ -74,6 +74,7 @@ Running
Kafka Connectconfig.storage.topic (default
connect-configs) - topic to use for storing
kkonstantine commented on a change in pull request #11908:
URL: https://github.com/apache/kafka/pull/11908#discussion_r835511649
##
File path: tests/kafkatest/services/connect.py
##
@@ -279,12 +282,34 @@ def append_to_environment_variable(self, envvar, value):
env_
kkonstantine commented on a change in pull request #11908:
URL: https://github.com/apache/kafka/pull/11908#discussion_r835510543
##
File path: docs/connect.html
##
@@ -48,6 +48,8 @@ Running
Kafka Connectbootstrap.servers - List of Kafka servers used to
bootstrap connections t
bozhao12 commented on a change in pull request #11942:
URL: https://github.com/apache/kafka/pull/11942#discussion_r835480386
##
File path: core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala
##
@@ -1300,6 +1300,67 @@ class ReplicaManagerTest {
TestUtils.assertNo
bozhao12 commented on a change in pull request #11942:
URL: https://github.com/apache/kafka/pull/11942#discussion_r835480386
##
File path: core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala
##
@@ -1300,6 +1300,67 @@ class ReplicaManagerTest {
TestUtils.assertNo
[
https://issues.apache.org/jira/browse/KAFKA-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16959455#comment-16959455
]
Matthias J. Sax edited comment on KAFKA-4609 at 3/25/22, 5:31 PM:
-
lihaosky commented on pull request #11858:
URL: https://github.com/apache/kafka/pull/11858#issuecomment-1079238287
I'll just merge this together with https://github.com/apache/kafka/pull/11896
--
This is an automated message from the Apache Git Service.
To respond to the message, please l
lihaosky closed pull request #11858:
URL: https://github.com/apache/kafka/pull/11858
--
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
guozhangwang merged pull request #11927:
URL: https://github.com/apache/kafka/pull/11927
--
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
guozhangwang merged pull request #11949:
URL: https://github.com/apache/kafka/pull/11949
--
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
junrao commented on a change in pull request #11950:
URL: https://github.com/apache/kafka/pull/11950#discussion_r835434811
##
File path: core/src/main/scala/kafka/log/UnifiedLog.scala
##
@@ -1355,15 +1355,19 @@ class UnifiedLog(@volatile var logStartOffset: Long,
val num
[
https://issues.apache.org/jira/browse/KAFKA-10405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guozhang Wang updated KAFKA-10405:
--
Fix Version/s: 3.3.0
(was: 3.2.0)
> Flaky Test
> org.apache.kafka.stre
[
https://issues.apache.org/jira/browse/KAFKA-10405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guozhang Wang updated KAFKA-10405:
--
Fix Version/s: 3.2.0
> Flaky Test
> org.apache.kafka.streams.integration.PurgeRepartitionTopi
guozhangwang merged pull request #11948:
URL: https://github.com/apache/kafka/pull/11948
--
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
yyu1993 edited a comment on pull request #11950:
URL: https://github.com/apache/kafka/pull/11950#issuecomment-1079087291
Hi @kowshik and @junrao
could you help review this PR?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
Ge commented on a change in pull request #11945:
URL: https://github.com/apache/kafka/pull/11945#discussion_r835404011
##
File path:
streams/src/main/java/org/apache/kafka/streams/kstream/internals/foreignkeyjoin/SubscriptionResponseWrapperSerde.java
##
@@ -64,7 +64,7 @@ p
[
https://issues.apache.org/jira/browse/KAFKA-13771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17512444#comment-17512444
]
Guozhang Wang commented on KAFKA-13771:
---
cc [~rsivaram] could you take a look at t
dajac commented on a change in pull request #11942:
URL: https://github.com/apache/kafka/pull/11942#discussion_r835364568
##
File path: core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala
##
@@ -1300,6 +1300,67 @@ class ReplicaManagerTest {
TestUtils.assertNoNon
yyu1993 commented on pull request #11950:
URL: https://github.com/apache/kafka/pull/11950#issuecomment-1079087291
Hi @kowshik and @junrao
could you help review this PR? This is same as the fix we made for ce-kafka.
--
This is an automated message from the Apache Git Service.
To respon
yyu1993 opened a new pull request #11950:
URL: https://github.com/apache/kafka/pull/11950
In the log layer, if all segments from a log are deleted before a new
segment is created, the log will have no active segment for a brief time. This
will allows for a race condition to happen if other
cadonna commented on a change in pull request #11923:
URL: https://github.com/apache/kafka/pull/11923#discussion_r835303600
##
File path: docs/streams/developer-guide/config-streams.html
##
@@ -677,6 +685,30 @@ default.windowed.value.serde.innerThis is discussed in more detail
[
https://issues.apache.org/jira/browse/KAFKA-10405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17512383#comment-17512383
]
Liam Clarke-Hutchinson commented on KAFKA-10405:
Nice work [~showuon], l
bozhao12 commented on a change in pull request #11942:
URL: https://github.com/apache/kafka/pull/11942#discussion_r835186358
##
File path: core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala
##
@@ -1253,9 +1253,11 @@ class ReplicaManagerTest {
val countDownLatch
bozhao12 commented on a change in pull request #11942:
URL: https://github.com/apache/kafka/pull/11942#discussion_r835186358
##
File path: core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala
##
@@ -1253,9 +1253,11 @@ class ReplicaManagerTest {
val countDownLatch
dajac commented on a change in pull request #11942:
URL: https://github.com/apache/kafka/pull/11942#discussion_r835170244
##
File path: core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala
##
@@ -1253,9 +1253,11 @@ class ReplicaManagerTest {
val countDownLatch =
bozhao12 commented on a change in pull request #11942:
URL: https://github.com/apache/kafka/pull/11942#discussion_r835149333
##
File path: core/src/test/scala/integration/kafka/server/DelayedFetchTest.scala
##
@@ -166,6 +171,34 @@ class DelayedFetchTest {
assertTrue(fetchR
viktorsomogyi commented on a change in pull request #10738:
URL: https://github.com/apache/kafka/pull/10738#discussion_r835156392
##
File path: core/src/main/scala/kafka/server/KafkaApis.scala
##
@@ -2926,24 +2926,36 @@ class KafkaApis(val requestChannel: RequestChannel,
bozhao12 commented on a change in pull request #11942:
URL: https://github.com/apache/kafka/pull/11942#discussion_r835149333
##
File path: core/src/test/scala/integration/kafka/server/DelayedFetchTest.scala
##
@@ -166,6 +171,34 @@ class DelayedFetchTest {
assertTrue(fetchR
bozhao12 commented on a change in pull request #11942:
URL: https://github.com/apache/kafka/pull/11942#discussion_r835149333
##
File path: core/src/test/scala/integration/kafka/server/DelayedFetchTest.scala
##
@@ -166,6 +171,34 @@ class DelayedFetchTest {
assertTrue(fetchR
bozhao12 commented on a change in pull request #11942:
URL: https://github.com/apache/kafka/pull/11942#discussion_r835149333
##
File path: core/src/test/scala/integration/kafka/server/DelayedFetchTest.scala
##
@@ -166,6 +171,34 @@ class DelayedFetchTest {
assertTrue(fetchR
bozhao12 commented on a change in pull request #11942:
URL: https://github.com/apache/kafka/pull/11942#discussion_r835142708
##
File path: core/src/main/scala/kafka/server/ReplicaManager.scala
##
@@ -1046,7 +1049,9 @@ class ReplicaManager(val config: KafkaConfig,
//
Ge commented on a change in pull request #11945:
URL: https://github.com/apache/kafka/pull/11945#discussion_r835135226
##
File path:
streams/src/main/java/org/apache/kafka/streams/kstream/internals/foreignkeyjoin/SubscriptionWrapper.java
##
@@ -23,12 +23,13 @@
public
[
https://issues.apache.org/jira/browse/KAFKA-7957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17512290#comment-17512290
]
Luke Chen edited comment on KAFKA-7957 at 3/25/22, 10:00 AM:
-
[
https://issues.apache.org/jira/browse/KAFKA-8280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17512288#comment-17512288
]
Luke Chen edited comment on KAFKA-8280 at 3/25/22, 9:59 AM:
W
[
https://issues.apache.org/jira/browse/KAFKA-6527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17512291#comment-17512291
]
Luke Chen commented on KAFKA-6527:
--
We didn't put the latest failed error stack trace, w
[
https://issues.apache.org/jira/browse/KAFKA-8280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17512288#comment-17512288
]
Luke Chen commented on KAFKA-8280:
--
We didn't put the latest failed error stack trace, w
[
https://issues.apache.org/jira/browse/KAFKA-7957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17512290#comment-17512290
]
Luke Chen commented on KAFKA-7957:
--
We didn't put the latest failed error stack trace, w
Ge commented on a change in pull request #11945:
URL: https://github.com/apache/kafka/pull/11945#discussion_r835106474
##
File path:
streams/src/main/java/org/apache/kafka/streams/kstream/internals/KTableImpl.java
##
@@ -1197,7 +1197,7 @@ boolean sendingOldValueEnabled() {
[
https://issues.apache.org/jira/browse/KAFKA-8391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17512275#comment-17512275
]
Luke Chen commented on KAFKA-8391:
--
This issue might be related (caused by) KAFKA-12495
[
https://issues.apache.org/jira/browse/KAFKA-13768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xuexiaoyue updated KAFKA-13768:
---
Issue Type: Bug (was: Improvement)
> Transactional producer exits because of expiration in RecordAc
[
https://issues.apache.org/jira/browse/KAFKA-13737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
dengziming reassigned KAFKA-13737:
--
Assignee: dengziming
> Flaky kafka.admin.LeaderElectionCommandTest.testPreferredReplicaElecti
[ https://issues.apache.org/jira/browse/KAFKA-10405 ]
Liam Clarke-Hutchinson deleted comment on KAFKA-10405:
was (Author: JIRAUSER279886):
Kia ora rā kōrua [~mjsax] [~ableegoldman],
I've been looking into this test and its failures
[
https://issues.apache.org/jira/browse/KAFKA-10405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17512263#comment-17512263
]
Liam Clarke-Hutchinson edited comment on KAFKA-10405 at 3/25/22, 8:57 AM:
[
https://issues.apache.org/jira/browse/KAFKA-10405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17512263#comment-17512263
]
Liam Clarke-Hutchinson edited comment on KAFKA-10405 at 3/25/22, 8:55 AM:
[
https://issues.apache.org/jira/browse/KAFKA-10405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17512263#comment-17512263
]
Liam Clarke-Hutchinson edited comment on KAFKA-10405 at 3/25/22, 8:54 AM:
[
https://issues.apache.org/jira/browse/KAFKA-10405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17512263#comment-17512263
]
Liam Clarke-Hutchinson commented on KAFKA-10405:
Kia ora korua [~mjsax]
showuon commented on pull request #11949:
URL: https://github.com/apache/kafka/pull/11949#issuecomment-1078793585
@guozhangwang , call for review for this simple fix. Thanks.
--
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 #11949:
URL: https://github.com/apache/kafka/pull/11949
Test failed with
```
org.opentest4j.AssertionFailedError: expected: but was:
```
In this test, we have another thread to let broker down and up, to test if
consumer can still work as ex
[
https://issues.apache.org/jira/browse/KAFKA-4801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luke Chen reassigned KAFKA-4801:
Assignee: Luke Chen
> Transient test failure (part 2):
> ConsumerBounceTest.testConsumptionWithBr
showuon commented on pull request #11948:
URL: https://github.com/apache/kafka/pull/11948#issuecomment-1078788088
@guozhangwang @mjsax , call for review for a simple fix. Thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
showuon commented on a change in pull request #11948:
URL: https://github.com/apache/kafka/pull/11948#discussion_r835060883
##
File path:
streams/src/test/java/org/apache/kafka/streams/integration/PurgeRepartitionTopicIntegrationTest.java
##
@@ -203,10 +204,11 @@ public void s
[
https://issues.apache.org/jira/browse/KAFKA-10405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luke Chen reassigned KAFKA-10405:
-
Assignee: Luke Chen
> Flaky Test
> org.apache.kafka.streams.integration.PurgeRepartitionTopicI
dajac commented on a change in pull request #11942:
URL: https://github.com/apache/kafka/pull/11942#discussion_r835027340
##
File path: core/src/test/scala/integration/kafka/server/DelayedFetchTest.scala
##
@@ -166,6 +171,34 @@ class DelayedFetchTest {
assertTrue(fetchResu
RivenSun2 commented on pull request #11911:
URL: https://github.com/apache/kafka/pull/11911#issuecomment-1078749227
@guozhangwang @hachikuji
please help to review the PR .
Thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
RivenSun2 commented on pull request #11919:
URL: https://github.com/apache/kafka/pull/11919#issuecomment-1078748642
Hi @dajac
please help to review the PR .
Thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
dengziming commented on pull request #11681:
URL: https://github.com/apache/kafka/pull/11681#issuecomment-1078747626
@showuon Thank you, I will have a try.
--
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
showuon commented on pull request #11681:
URL: https://github.com/apache/kafka/pull/11681#issuecomment-1078741456
@dengziming , cool! Thanks for the info. Are you interested in submitting
another PR to address it? That would be helpful and make v3.2.0 release sooner!
--
This is an automa
dengziming commented on pull request #11681:
URL: https://github.com/apache/kafka/pull/11681#issuecomment-1078739838
> if we don't advertise the offset to controller,
@showuon, Here, Jason means we postpone advertising offset after the
publisher has finished publishing, which means M
75 matches
Mail list logo