feyman2016 commented on pull request #8589:
URL: https://github.com/apache/kafka/pull/8589#issuecomment-632991430
@abbccdda Just fixed, thanks!
This is an automated message from the Apache Git Service.
To respond to the messa
brary commented on a change in pull request #8706:
URL: https://github.com/apache/kafka/pull/8706#discussion_r429515106
##
File path:
streams/src/test/java/org/apache/kafka/streams/integration/StoreQueryIntegrationTest.java
##
@@ -296,6 +297,87 @@ public void shouldQuerySpecif
feyman2016 commented on pull request #8589:
URL: https://github.com/apache/kafka/pull/8589#issuecomment-632987873
@abbccdda ahh, sorry, checking, will fix soon
This is an automated message from the Apache Git Service.
To resp
birdgodtech opened a new pull request #8721:
URL: https://github.com/apache/kafka/pull/8721
*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 testi
birdgodtech closed pull request #8721:
URL: https://github.com/apache/kafka/pull/8721
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 t
abbccdda commented on a change in pull request #8680:
URL: https://github.com/apache/kafka/pull/8680#discussion_r429476928
##
File path: core/src/main/scala/kafka/server/FinalizedFeatureChangeListener.scala
##
@@ -47,7 +56,30 @@ class FinalizedFeatureChangeListener(zkClient:
K
xiaodongdu commented on a change in pull request #8691:
URL: https://github.com/apache/kafka/pull/8691#discussion_r429510931
##
File path: core/src/main/scala/kafka/server/KafkaServer.scala
##
@@ -129,7 +129,10 @@ class KafkaServer(val config: KafkaConfig, time: Time =
Time.SY
xiaodongdu commented on a change in pull request #8691:
URL: https://github.com/apache/kafka/pull/8691#discussion_r429510931
##
File path: core/src/main/scala/kafka/server/KafkaServer.scala
##
@@ -129,7 +129,10 @@ class KafkaServer(val config: KafkaConfig, time: Time =
Time.SY
feyman2016 commented on pull request #8589:
URL: https://github.com/apache/kafka/pull/8589#issuecomment-632974316
@abbccdda Updated, thanks!
This is an automated message from the Apache Git Service.
To respond to the message,
feyman2016 commented on a change in pull request #8589:
URL: https://github.com/apache/kafka/pull/8589#discussion_r429507189
##
File path:
streams/src/test/java/org/apache/kafka/streams/integration/AbstractResetIntegrationTest.java
##
@@ -261,6 +261,43 @@ public void
shouldNo
[
https://issues.apache.org/jira/browse/KAFKA-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
feyman updated KAFKA-10035:
---
Description:
In the test: AbstractResetIntegrationTest, there are several places like below:
{code:java}
[
https://issues.apache.org/jira/browse/KAFKA-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
feyman updated KAFKA-10035:
---
Labels: (was: newbie)
> Improve the AbstractResetIntegrationTest
> ---
[
https://issues.apache.org/jira/browse/KAFKA-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
feyman updated KAFKA-10035:
---
Labels: newbie (was: )
> Improve the AbstractResetIntegrationTest
> ---
feyman created KAFKA-10035:
--
Summary: Improve the AbstractResetIntegrationTest
Key: KAFKA-10035
URL: https://issues.apache.org/jira/browse/KAFKA-10035
Project: Kafka
Issue Type: Improvement
ableegoldman commented on pull request #8697:
URL: https://github.com/apache/kafka/pull/8697#issuecomment-632971229
spotBugs is currently failing with a mysterious and uninformative exception
so there's no use kicking off the tests again until I figure out what's going
on. Might be a spotB
ableegoldman commented on a change in pull request #8697:
URL: https://github.com/apache/kafka/pull/8697#discussion_r429505517
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java
##
@@ -899,6 +920,28 @@ public boolean maybePunctuate
ableegoldman commented on a change in pull request #8697:
URL: https://github.com/apache/kafka/pull/8697#discussion_r429505441
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java
##
@@ -899,6 +920,28 @@ public boolean maybePunctuate
ableegoldman commented on a change in pull request #8697:
URL: https://github.com/apache/kafka/pull/8697#discussion_r429505029
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/metrics/StreamsMetricsImpl.java
##
@@ -149,6 +154,10 @@ public int ha
feyman2016 commented on a change in pull request #8589:
URL: https://github.com/apache/kafka/pull/8589#discussion_r429504725
##
File path:
clients/src/test/java/org/apache/kafka/clients/admin/KafkaAdminClientTest.java
##
@@ -379,6 +379,22 @@ private static MetadataResponse
pr
feyman2016 commented on a change in pull request #8589:
URL: https://github.com/apache/kafka/pull/8589#discussion_r429504532
##
File path:
clients/src/test/java/org/apache/kafka/clients/admin/KafkaAdminClientTest.java
##
@@ -2411,6 +2429,57 @@ public void testRemoveMembersFrom
feyman2016 commented on a change in pull request #8589:
URL: https://github.com/apache/kafka/pull/8589#discussion_r429504705
##
File path: core/src/main/scala/kafka/tools/StreamsResetter.java
##
@@ -119,7 +122,9 @@
+ "* This tool will not clean up the local state o
feyman2016 commented on a change in pull request #8589:
URL: https://github.com/apache/kafka/pull/8589#discussion_r429504600
##
File path: core/src/main/scala/kafka/tools/StreamsResetter.java
##
@@ -27,10 +27,12 @@
import org.apache.kafka.clients.admin.DescribeConsumerGroupsOp
feyman2016 commented on a change in pull request #8589:
URL: https://github.com/apache/kafka/pull/8589#discussion_r429504532
##
File path:
clients/src/test/java/org/apache/kafka/clients/admin/KafkaAdminClientTest.java
##
@@ -2411,6 +2429,57 @@ public void testRemoveMembersFrom
feyman2016 commented on a change in pull request #8589:
URL: https://github.com/apache/kafka/pull/8589#discussion_r429504184
##
File path:
clients/src/main/java/org/apache/kafka/clients/admin/RemoveMembersFromConsumerGroupResult.java
##
@@ -51,9 +52,21 @@
if (thro
xvrl commented on a change in pull request #8691:
URL: https://github.com/apache/kafka/pull/8691#discussion_r429503342
##
File path: core/src/main/scala/kafka/server/KafkaServer.scala
##
@@ -129,7 +129,10 @@ class KafkaServer(val config: KafkaConfig, time: Time =
Time.SYSTEM,
mjsax commented on a change in pull request #8646:
URL: https://github.com/apache/kafka/pull/8646#discussion_r429501759
##
File path:
streams/src/test/java/org/apache/kafka/streams/integration/OptimizedKTableIntegrationTest.java
##
@@ -133,11 +133,6 @@ public void shouldApplyU
mjsax commented on pull request #8706:
URL: https://github.com/apache/kafka/pull/8706#issuecomment-632961815
Retest this please.
This is an automated message from the Apache Git Service.
To respond to the message, please log
mjsax commented on pull request #8706:
URL: https://github.com/apache/kafka/pull/8706#issuecomment-632961839
Retest this please.
This is an automated message from the Apache Git Service.
To respond to the message, please log
mjsax commented on pull request #6824:
URL: https://github.com/apache/kafka/pull/6824#issuecomment-632960993
Retest this please.
This is an automated message from the Apache Git Service.
To respond to the message, please log
mjsax commented on pull request #8697:
URL: https://github.com/apache/kafka/pull/8697#issuecomment-632961017
Retest this please.
This is an automated message from the Apache Git Service.
To respond to the message, please log
mjsax commented on pull request #6824:
URL: https://github.com/apache/kafka/pull/6824#issuecomment-632961042
Retest this please.
This is an automated message from the Apache Git Service.
To respond to the message, please log
mjsax commented on pull request #8697:
URL: https://github.com/apache/kafka/pull/8697#issuecomment-632960947
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 #8697:
URL: https://github.com/apache/kafka/pull/8697#discussion_r429499547
##
File path:
clients/src/test/java/org/apache/kafka/common/metrics/MetricsTest.java
##
@@ -492,6 +493,52 @@ public void testPercentiles() {
assertE
[
https://issues.apache.org/jira/browse/KAFKA-10034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Badai Aqrandista reassigned KAFKA-10034:
Assignee: Badai Aqrandista
> Clarify Usage of "batch.size" and "max.request.size"
mjsax commented on a change in pull request #8697:
URL: https://github.com/apache/kafka/pull/8697#discussion_r429500010
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/metrics/StreamsMetricsImpl.java
##
@@ -149,6 +154,10 @@ public int hashCode(
mjsax commented on a change in pull request #8697:
URL: https://github.com/apache/kafka/pull/8697#discussion_r429499887
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java
##
@@ -899,6 +920,28 @@ public boolean maybePunctuateSystemT
mjsax commented on a change in pull request #8697:
URL: https://github.com/apache/kafka/pull/8697#discussion_r429499839
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java
##
@@ -899,6 +920,28 @@ public boolean maybePunctuateSystemT
aakashnshah opened a new pull request #8720:
URL: https://github.com/apache/kafka/pull/8720
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
mjsax commented on a change in pull request #8697:
URL: https://github.com/apache/kafka/pull/8697#discussion_r429499547
##
File path:
clients/src/test/java/org/apache/kafka/common/metrics/MetricsTest.java
##
@@ -492,6 +493,52 @@ public void testPercentiles() {
assertE
mjsax commented on a change in pull request #8697:
URL: https://github.com/apache/kafka/pull/8697#discussion_r429499547
##
File path:
clients/src/test/java/org/apache/kafka/common/metrics/MetricsTest.java
##
@@ -492,6 +493,52 @@ public void testPercentiles() {
assertE
abbccdda commented on pull request #8221:
URL: https://github.com/apache/kafka/pull/8221#issuecomment-632954730
@avalsa Hey just FYI, the release date for 2.6 is May 27th, if you couldn't
make it to get changes done before May 25th (next Monday), I will go ahead to
fix this patch and merge
ableegoldman commented on a change in pull request #8716:
URL: https://github.com/apache/kafka/pull/8716#discussion_r429496605
##
File path: streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java
##
@@ -1148,6 +1148,9 @@ private void verifyMaxInFlightRequestPerConnec
mjsax commented on pull request #6824:
URL: https://github.com/apache/kafka/pull/6824#issuecomment-632954613
> I asked this on the dev mailing list a while ago but didn't get a great
answer - is there some sort of tooling I can use to edit the HTML docs like
processor-api.html? I really do
xiaodongdu commented on a change in pull request #8691:
URL: https://github.com/apache/kafka/pull/8691#discussion_r429495993
##
File path: core/src/main/scala/kafka/server/KafkaServer.scala
##
@@ -129,7 +129,10 @@ class KafkaServer(val config: KafkaConfig, time: Time =
Time.SY
xiaodongdu commented on a change in pull request #8691:
URL: https://github.com/apache/kafka/pull/8691#discussion_r429495993
##
File path: core/src/main/scala/kafka/server/KafkaServer.scala
##
@@ -129,7 +129,10 @@ class KafkaServer(val config: KafkaConfig, time: Time =
Time.SY
xiaodongdu commented on a change in pull request #8691:
URL: https://github.com/apache/kafka/pull/8691#discussion_r429496027
##
File path:
clients/src/main/java/org/apache/kafka/common/metrics/MetricsReporter.java
##
@@ -65,4 +66,13 @@ default void validateReconfiguration(Map
xiaodongdu commented on a change in pull request #8691:
URL: https://github.com/apache/kafka/pull/8691#discussion_r429495940
##
File path:
clients/src/main/java/org/apache/kafka/common/metrics/JmxReporter.java
##
@@ -71,8 +72,13 @@ public JmxReporter() {
/**
* Cre
xiaodongdu commented on a change in pull request #8691:
URL: https://github.com/apache/kafka/pull/8691#discussion_r429495910
##
File path:
clients/src/main/java/org/apache/kafka/common/metrics/JmxReporter.java
##
@@ -318,4 +324,15 @@ public AttributeList setAttributes(Attribut
xiaodongdu commented on a change in pull request #8691:
URL: https://github.com/apache/kafka/pull/8691#discussion_r429495778
##
File path:
clients/src/main/java/org/apache/kafka/common/metrics/KafkaMetricsContext.java
##
@@ -0,0 +1,56 @@
+/*
+ * Licensed to the Apache Software
Mark Cox created KAFKA-10034:
Summary: Clarify Usage of "batch.size" and "max.request.size"
Producer Configs
Key: KAFKA-10034
URL: https://issues.apache.org/jira/browse/KAFKA-10034
Project: Kafka
xiaodongdu commented on a change in pull request #8691:
URL: https://github.com/apache/kafka/pull/8691#discussion_r429495778
##
File path:
clients/src/main/java/org/apache/kafka/common/metrics/KafkaMetricsContext.java
##
@@ -0,0 +1,56 @@
+/*
+ * Licensed to the Apache Software
ijuma commented on pull request #8714:
URL: https://github.com/apache/kafka/pull/8714#issuecomment-632952047
Unrelated flaky failure:
>
org.apache.kafka.streams.integration.EosBetaUpgradeIntegrationTest.shouldUpgradeFromEosAlphaToEosBeta[true]
--
ableegoldman commented on a change in pull request #8716:
URL: https://github.com/apache/kafka/pull/8716#discussion_r429491985
##
File path: streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java
##
@@ -1148,6 +1148,9 @@ private void verifyMaxInFlightRequestPerConnec
ableegoldman commented on a change in pull request #8716:
URL: https://github.com/apache/kafka/pull/8716#discussion_r429490753
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/assignment/AssignorConfiguration.java
##
@@ -359,6 +359,10 @@ private
ableegoldman commented on a change in pull request #8716:
URL: https://github.com/apache/kafka/pull/8716#discussion_r429490483
##
File path: streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java
##
@@ -1148,6 +1148,9 @@ private void verifyMaxInFlightRequestPerConnec
ableegoldman commented on a change in pull request #8716:
URL: https://github.com/apache/kafka/pull/8716#discussion_r429490483
##
File path: streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java
##
@@ -1148,6 +1148,9 @@ private void verifyMaxInFlightRequestPerConnec
ableegoldman commented on a change in pull request #8697:
URL: https://github.com/apache/kafka/pull/8697#discussion_r429457310
##
File path: checkstyle/suppressions.xml
##
@@ -183,6 +183,8 @@
files="StreamsPartitionAssignor.java"/>
+
xiaodongdu commented on a change in pull request #8691:
URL: https://github.com/apache/kafka/pull/8691#discussion_r429476820
##
File path:
connect/runtime/src/main/java/org/apache/kafka/connect/util/ConnectUtils.java
##
@@ -16,19 +16,24 @@
*/
package org.apache.kafka.connec
kkonstantine commented on pull request #8511:
URL: https://github.com/apache/kafka/pull/8511#issuecomment-632924635
retest this please
This is an automated message from the Apache Git Service.
To respond to the message, pleas
ableegoldman commented on a change in pull request #8697:
URL: https://github.com/apache/kafka/pull/8697#discussion_r429470290
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/metrics/StreamsMetricsImpl.java
##
@@ -149,6 +154,10 @@ public int ha
ableegoldman commented on a change in pull request #8697:
URL: https://github.com/apache/kafka/pull/8697#discussion_r429469651
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/metrics/StreamsMetricsImpl.java
##
@@ -149,6 +154,10 @@ public int ha
ijuma commented on pull request #8376:
URL: https://github.com/apache/kafka/pull/8376#issuecomment-632922284
Do we think this is safe to backport or is it best to stick with 2.6.0?
This is an automated message from the Apache
ableegoldman commented on a change in pull request #8697:
URL: https://github.com/apache/kafka/pull/8697#discussion_r429457310
##
File path: checkstyle/suppressions.xml
##
@@ -183,6 +183,8 @@
files="StreamsPartitionAssignor.java"/>
+
rhauch commented on pull request #8654:
URL: https://github.com/apache/kafka/pull/8654#issuecomment-632920985
retest this please
This is an automated message from the Apache Git Service.
To respond to the message, please log
ableegoldman commented on a change in pull request #8697:
URL: https://github.com/apache/kafka/pull/8697#discussion_r429461550
##
File path:
clients/src/test/java/org/apache/kafka/common/metrics/MetricsTest.java
##
@@ -492,6 +493,52 @@ public void testPercentiles() {
ableegoldman commented on a change in pull request #8697:
URL: https://github.com/apache/kafka/pull/8697#discussion_r429457310
##
File path: checkstyle/suppressions.xml
##
@@ -183,6 +183,8 @@
files="StreamsPartitionAssignor.java"/>
+
xiaodongdu commented on a change in pull request #8691:
URL: https://github.com/apache/kafka/pull/8691#discussion_r42951
##
File path: core/src/main/scala/kafka/server/KafkaServer.scala
##
@@ -129,7 +129,10 @@ class KafkaServer(val config: KafkaConfig, time: Time =
Time.SY
xvrl commented on a change in pull request #8691:
URL: https://github.com/apache/kafka/pull/8691#discussion_r429442671
##
File path:
clients/src/main/java/org/apache/kafka/common/metrics/MetricsContext.java
##
@@ -0,0 +1,47 @@
+/*
+ * Licensed to the Apache Software Foundation
xvrl commented on a change in pull request #8691:
URL: https://github.com/apache/kafka/pull/8691#discussion_r429442787
##
File path:
clients/src/main/java/org/apache/kafka/common/metrics/MetricsContext.java
##
@@ -0,0 +1,47 @@
+/*
+ * Licensed to the Apache Software Foundation
gnkoshelev commented on pull request #8715:
URL: https://github.com/apache/kafka/pull/8715#issuecomment-632900624
>Be sure to update
`core/src/test/scala/unit/kafka/server/DynamicConfigChangeTest.scala` to the
new exception.
My bad - You're absolutely right.
>it'll use the me
vvcephei merged pull request #8713:
URL: https://github.com/apache/kafka/pull/8713
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
vvcephei commented on pull request #8713:
URL: https://github.com/apache/kafka/pull/8713#issuecomment-632899282
Unrelated test failures:
org.apache.kafka.streams.integration.EosBetaUpgradeIntegrationTest.shouldUpgradeFromEosAlphaToEosBeta[false]
org.apache.kafka.streams.int
xvrl commented on a change in pull request #8691:
URL: https://github.com/apache/kafka/pull/8691#discussion_r429440655
##
File path:
clients/src/main/java/org/apache/kafka/common/metrics/MetricsContext.java
##
@@ -0,0 +1,47 @@
+/*
+ * Licensed to the Apache Software Foundation
xvrl commented on a change in pull request #8691:
URL: https://github.com/apache/kafka/pull/8691#discussion_r429439813
##
File path:
clients/src/main/java/org/apache/kafka/common/metrics/JmxReporter.java
##
@@ -71,8 +72,13 @@ public JmxReporter() {
/**
* Create a
mumrah commented on a change in pull request #8691:
URL: https://github.com/apache/kafka/pull/8691#discussion_r429387498
##
File path:
clients/src/main/java/org/apache/kafka/common/metrics/JmxReporter.java
##
@@ -318,4 +324,15 @@ public AttributeList setAttributes(AttributeLis
xvrl commented on a change in pull request #8691:
URL: https://github.com/apache/kafka/pull/8691#discussion_r429432997
##
File path:
clients/src/main/java/org/apache/kafka/common/metrics/KafkaMetricsContext.java
##
@@ -0,0 +1,56 @@
+/*
+ * Licensed to the Apache Software Found
xinzhuxiansheng edited a comment on pull request #8698:
URL: https://github.com/apache/kafka/pull/8698#issuecomment-632888658
>
>
> @xinzhuxiansheng could you run the whole unit test suite locally since
jenkins seems a bit unstable at the moment? You can run ` ./gradlew cleanTest
t
xinzhuxiansheng commented on pull request #8698:
URL: https://github.com/apache/kafka/pull/8698#issuecomment-632888658
>
>
> @xinzhuxiansheng could you run the whole unit test suite locally since
jenkins seems a bit unstable at the moment? You can run ` ./gradlew cleanTest
test`
mmolimar commented on pull request #8663:
URL: https://github.com/apache/kafka/pull/8663#issuecomment-632886432
Just fixed @rhauch @C0urante
Thanks!
This is an automated message from the Apache Git Service.
To respond to
C0urante commented on pull request #8663:
URL: https://github.com/apache/kafka/pull/8663#issuecomment-632884640
Ahh, think we might want to use `@SuppressWarnings("unchecked")` for the
`parseTopicsList` method. This was my suggested change; sorry @mmolimar!
---
bdbyrne commented on pull request #8715:
URL: https://github.com/apache/kafka/pull/8715#issuecomment-632871693
Hi @gnkoshelev,
That's a fair point. It's odd that `AdminOperationException` was chosen
there, and appears to go back to 2014, if not earlier. Be sure to update
`core/src/
vvcephei commented on a change in pull request #8716:
URL: https://github.com/apache/kafka/pull/8716#discussion_r429420017
##
File path:
streams/src/test/java/org/apache/kafka/streams/integration/TaskAssignorIntegrationTest.java
##
@@ -0,0 +1,94 @@
+package org.apache.kafka.st
[
https://issues.apache.org/jira/browse/KAFKA-10005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114342#comment-17114342
]
Guozhang Wang commented on KAFKA-10005:
---
Here's a rough idea to replace the bulk l
gnkoshelev commented on pull request #8715:
URL: https://github.com/apache/kafka/pull/8715#issuecomment-632864284
Hi @bdbyrne,
If so what do you say to
```
def validateTopicCreate(topic: String,
partitionReplicaAssignment: Map[Int, Seq[Int]],
vvcephei commented on a change in pull request #8716:
URL: https://github.com/apache/kafka/pull/8716#discussion_r429352661
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/assignment/AssignorConfiguration.java
##
@@ -359,6 +359,10 @@ private Ass
hachikuji merged pull request #8702:
URL: https://github.com/apache/kafka/pull/8702
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
rhauch commented on pull request #8663:
URL: https://github.com/apache/kafka/pull/8663#issuecomment-632857353
Build failure:
```
12:46:00
/home/jenkins/jenkins-slave/workspace/kafka-pr-jdk8-scala2.12/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/SinkConnectorConfi
abbccdda commented on a change in pull request #8589:
URL: https://github.com/apache/kafka/pull/8589#discussion_r429404004
##
File path: core/src/main/scala/kafka/tools/StreamsResetter.java
##
@@ -27,10 +27,12 @@
import org.apache.kafka.clients.admin.DescribeConsumerGroupsOpti
vvcephei commented on pull request #8716:
URL: https://github.com/apache/kafka/pull/8716#issuecomment-632850480
Previously, it would always fail for me within the first one to three tests,
the first one more often than not.
vvcephei commented on pull request #8716:
URL: https://github.com/apache/kafka/pull/8716#issuecomment-632849774
FWIW:
```
SESSION REPORT (ALL TESTS)
ducktape version: 0.7.7
session_id: 2020
mjsax merged pull request #8710:
URL: https://github.com/apache/kafka/pull/8710
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
mjsax commented on pull request #8710:
URL: https://github.com/apache/kafka/pull/8710#issuecomment-632847305
Thanks for the PR @JimGalasyn! Merged to `trunk`.
This is an automated message from the Apache Git Service.
To respo
ableegoldman commented on a change in pull request #8697:
URL: https://github.com/apache/kafka/pull/8697#discussion_r429396524
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java
##
@@ -137,6 +138,7 @@ public StreamTask(final TaskId
rhauch opened a new pull request #8719:
URL: https://github.com/apache/kafka/pull/8719
DO NOT MERGE
Debugging build failures
See #8718
This is an automated message from the Apache Git Service.
To respond to the
rhauch opened a new pull request #8718:
URL: https://github.com/apache/kafka/pull/8718
DO NOT MERGE
Debugging build failures
This is an automated message from the Apache Git Service.
To respond to the message, plea
[
https://issues.apache.org/jira/browse/KAFKA-7500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114309#comment-17114309
]
Ryanne Dolan commented on KAFKA-7500:
-
[~qq619618919] I usually recommend using a loa
[
https://issues.apache.org/jira/browse/KAFKA-9168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114291#comment-17114291
]
Guozhang Wang commented on KAFKA-9168:
--
Just add a reference that this feature is on
[
https://issues.apache.org/jira/browse/KAFKA-10005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guozhang Wang reassigned KAFKA-10005:
-
Assignee: (was: Guozhang Wang)
> Decouple RestoreListener from RestoreCallback and
rhauch commented on pull request #8630:
URL: https://github.com/apache/kafka/pull/8630#issuecomment-632824360
retest this please
This is an automated message from the Apache Git Service.
To respond to the message, please log
rhauch commented on pull request #8630:
URL: https://github.com/apache/kafka/pull/8630#issuecomment-632824461
ok to test
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
1 - 100 of 192 matches
Mail list logo