dajac commented on a change in pull request #10743:
URL: https://github.com/apache/kafka/pull/10743#discussion_r655911095
##
File path:
clients/src/main/java/org/apache/kafka/clients/admin/DeleteConsumerGroupsResult.java
##
@@ -29,9 +32,9 @@
*/
@InterfaceStability.Evolving
hachikuji commented on a change in pull request #10814:
URL: https://github.com/apache/kafka/pull/10814#discussion_r655631267
##
File path: tools/src/main/java/org/apache/kafka/tools/TransactionsCommand.java
##
@@ -0,0 +1,623 @@
+/*
+ * Licensed to the Apache Software Foundatio
kpatelatwork commented on a change in pull request #10822:
URL: https://github.com/apache/kafka/pull/10822#discussion_r655408049
##
File path:
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/DistributedHerder.java
##
@@ -1063,6 +1076,112 @@ public in
cmccabe commented on a change in pull request #10899:
URL: https://github.com/apache/kafka/pull/10899#discussion_r655616706
##
File path:
clients/src/main/java/org/apache/kafka/common/record/MemoryRecords.java
##
@@ -664,4 +666,55 @@ private static void writeLeaderChangeMessag
chia7712 commented on pull request #10908:
URL: https://github.com/apache/kafka/pull/10908#issuecomment-865056585
> there is a behavior difference between the ZK-based KRaft controllers. Do
we explicitly acknowledge and accept this difference?
that is a good point.
--
This is an a
dongjinleekr commented on a change in pull request #10827:
URL: https://github.com/apache/kafka/pull/10827#discussion_r655162053
##
File path: core/src/test/scala/kafka/tools/ReplicaVerificationToolTest.scala
##
@@ -17,14 +17,40 @@
package kafka.tools
+import kafka.tools.R
jolshan commented on a change in pull request #9944:
URL: https://github.com/apache/kafka/pull/9944#discussion_r655642933
##
File path: core/src/test/scala/unit/kafka/server/FetchRequestTest.scala
##
@@ -116,61 +122,85 @@ class FetchRequestTest extends BaseRequestTest {
va
kkonstantine commented on a change in pull request #10822:
URL: https://github.com/apache/kafka/pull/10822#discussion_r653815012
##
File path:
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/AbstractHerder.java
##
@@ -210,6 +211,15 @@ public void onDeletion(Conn
dajac commented on a change in pull request #10743:
URL: https://github.com/apache/kafka/pull/10743#discussion_r655911095
##
File path:
clients/src/main/java/org/apache/kafka/clients/admin/DeleteConsumerGroupsResult.java
##
@@ -29,9 +32,9 @@
*/
@InterfaceStability.Evolving
cadonna commented on a change in pull request #10740:
URL: https://github.com/apache/kafka/pull/10740#discussion_r655626428
##
File path:
streams/src/main/java/org/apache/kafka/streams/kstream/TimeWindows.java
##
@@ -85,14 +87,11 @@ private TimeWindows(final long sizeMs, final
jolshan commented on pull request #9769:
URL: https://github.com/apache/kafka/pull/9769#issuecomment-865491775
Hi @dengziming thanks for the update. There are a few more minor changes to
the KIP.
One is that after some discussion with people more familiar with clients, it
makes sense to
ijuma commented on pull request #10908:
URL: https://github.com/apache/kafka/pull/10908#issuecomment-865176496
> there is a behavior difference between the ZK-based KRaft controllers. Do
we explicitly acknowledge and accept this difference?
I think we should, but happy to consider ot
izzyacademy commented on a change in pull request #10740:
URL: https://github.com/apache/kafka/pull/10740#discussion_r655661049
##
File path:
streams/src/main/java/org/apache/kafka/streams/kstream/SessionWindows.java
##
@@ -84,17 +86,14 @@ private SessionWindows(final long gap
junrao commented on a change in pull request #10896:
URL: https://github.com/apache/kafka/pull/10896#discussion_r654568852
##
File path: core/src/main/scala/kafka/log/Log.scala
##
@@ -2390,16 +2390,23 @@ object Log extends Logging {
produc
dongjinleekr commented on pull request #10678:
URL: https://github.com/apache/kafka/pull/10678#issuecomment-864781801
Rebased onto the latest trunk. cc/ @ijuma @cadonna
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
hachikuji merged pull request #10377:
URL: https://github.com/apache/kafka/pull/10377
--
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.
For queries about this service, plea
niket-goel commented on a change in pull request #10899:
URL: https://github.com/apache/kafka/pull/10899#discussion_r655511645
##
File path:
clients/src/main/java/org/apache/kafka/common/record/MemoryRecords.java
##
@@ -664,4 +666,55 @@ private static void writeLeaderChangeMes
dongjinleekr commented on pull request #10428:
URL: https://github.com/apache/kafka/pull/10428#issuecomment-864782996
Rebased onto the latest trunk. cc/ @cadonna
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
rondagostino commented on pull request #10908:
URL: https://github.com/apache/kafka/pull/10908#issuecomment-865055596
Sorry to come to this party a bit late. It is likely that the code had a
mistake and broker.id=0 should have been broker.id=1. But even with the
mistake, I wonder if this
kowshik commented on a change in pull request #10896:
URL: https://github.com/apache/kafka/pull/10896#discussion_r655768001
##
File path: core/src/main/scala/kafka/log/ProducerStateManager.scala
##
@@ -828,15 +834,50 @@ class ProducerStateManager(val topicPartition:
TopicParti
skaundinya15 commented on a change in pull request #10743:
URL: https://github.com/apache/kafka/pull/10743#discussion_r655133582
##
File path:
clients/src/main/java/org/apache/kafka/clients/admin/internals/AlterConsumerGroupOffsetsHandler.java
##
@@ -0,0 +1,156 @@
+/*
+ * Lice
dongjinleekr commented on pull request #10472:
URL: https://github.com/apache/kafka/pull/10472#issuecomment-864783895
Rebased onto the latest trunk.
--
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
ryannedolan commented on a change in pull request #10652:
URL: https://github.com/apache/kafka/pull/10652#discussion_r655712378
##
File path:
connect/mirror-client/src/main/java/org/apache/kafka/connect/mirror/IdentityReplicationPolicy.java
##
@@ -0,0 +1,101 @@
+/*
+ * License
dengziming commented on a change in pull request #10913:
URL: https://github.com/apache/kafka/pull/10913#discussion_r655833840
##
File path: raft/src/test/java/org/apache/kafka/raft/KafkaRaftClientTest.java
##
@@ -359,6 +360,150 @@ public void testResignWillCompleteFetchPurgato
mattwong949 commented on pull request #10914:
URL: https://github.com/apache/kafka/pull/10914#issuecomment-865452418
@junrao @hachikuji Could you help take a review pass? I know Jun has
reviewed before, but since we've rebased several times I think it would be
helpful to look over again
mattwong949 commented on pull request #9915:
URL: https://github.com/apache/kafka/pull/9915#issuecomment-865450989
I've rebased this PR on trunk again. I had to open a new PR to push up the
changes. Thanks @ConcurrencyPractitioner for all of the work on this so far!
https://github.com/apac
C0urante commented on pull request #10907:
URL: https://github.com/apache/kafka/pull/10907#issuecomment-865396213
There was a small misunderstanding of the rebalance logic for distributed
workers. It turns out that they already preemptively stop reconfigured tasks
before (re)joining the gr
jsancio commented on a change in pull request #10812:
URL: https://github.com/apache/kafka/pull/10812#discussion_r655732329
##
File path: core/src/main/scala/kafka/server/KafkaConfig.scala
##
@@ -74,6 +74,7 @@ object Defaults {
val InitialBrokerRegistrationTimeoutMs = 6
junrao commented on a change in pull request #9944:
URL: https://github.com/apache/kafka/pull/9944#discussion_r655561404
##
File path: core/src/main/scala/kafka/server/FetchSession.scala
##
@@ -471,16 +504,19 @@ class IncrementalFetchContext(private val time: Time,
if (s
hachikuji commented on a change in pull request #10900:
URL: https://github.com/apache/kafka/pull/10900#discussion_r66345
##
File path: core/src/test/java/kafka/test/annotation/Type.java
##
@@ -28,7 +28,7 @@
* The type of cluster config being requested. Used by {@link
ka
kowshik commented on pull request #10280:
URL: https://github.com/apache/kafka/pull/10280#issuecomment-865332690
@junrao @dhruvilshah3 I ran a perf test against a Broker build with and
without this PR. The test involved the following:
1. Created a test topic with 1 partition and repl
jsancio commented on a change in pull request #10899:
URL: https://github.com/apache/kafka/pull/10899#discussion_r655536129
##
File path:
clients/src/main/java/org/apache/kafka/common/record/MemoryRecords.java
##
@@ -664,4 +666,55 @@ private static void writeLeaderChangeMessag
kkonstantine commented on a change in pull request #10841:
URL: https://github.com/apache/kafka/pull/10841#discussion_r655880156
##
File path:
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/WorkerConfig.java
##
@@ -497,6 +476,37 @@ static void validateHeaderCon
ccding commented on pull request #10763:
URL: https://github.com/apache/kafka/pull/10763#issuecomment-865468006
@dhruvilshah3 @junrao This PR is ready for review. Please take a look
https://github.com/apache/kafka/blob/f914ed73e9de028d2e6bb1353cec02bcc2275c19/core/src/test/scala/unit
vitojeng commented on pull request #10825:
URL: https://github.com/apache/kafka/pull/10825#issuecomment-865419554
Hey @ableegoldman, just a remind. Please take a look, when you have time. :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
dajac commented on a change in pull request #10760:
URL: https://github.com/apache/kafka/pull/10760#discussion_r655535240
##
File path:
clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java
##
@@ -4298,6 +4296,28 @@ void handleFailure(Throwable throwable)
rondagostino edited a comment on pull request #10908:
URL: https://github.com/apache/kafka/pull/10908#issuecomment-865055596
Sorry to come to this party a bit late. It is likely that the code had a
mistake and broker.id=0 should have been broker.id=1. But even with the
mistake, I wonder
dongjinleekr commented on pull request #10827:
URL: https://github.com/apache/kafka/pull/10827#issuecomment-864784408
--
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.
For qu
thomaskwscott commented on a change in pull request #10760:
URL: https://github.com/apache/kafka/pull/10760#discussion_r655505767
##
File path:
clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java
##
@@ -4298,6 +4314,18 @@ void handleFailure(Throwable thr
dongjinleekr commented on pull request #10862:
URL: https://github.com/apache/kafka/pull/10862#issuecomment-864785044
Rebased onto the latest trunk cc/ @ableegoldman
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
gardnervickers commented on a change in pull request #10896:
URL: https://github.com/apache/kafka/pull/10896#discussion_r655545444
##
File path: core/src/main/scala/kafka/log/ProducerStateManager.scala
##
@@ -828,12 +834,41 @@ class ProducerStateManager(val topicPartition:
Top
tombentley commented on a change in pull request #10827:
URL: https://github.com/apache/kafka/pull/10827#discussion_r655154960
##
File path: core/src/main/scala/kafka/tools/ReplicaVerificationTool.scala
##
@@ -73,53 +74,61 @@ object ReplicaVerificationTool extends Logging {
rhauch commented on a change in pull request #10822:
URL: https://github.com/apache/kafka/pull/10822#discussion_r655658286
##
File path:
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/DistributedHerder.java
##
@@ -1063,6 +1076,112 @@ public int gene
dajac commented on a change in pull request #10814:
URL: https://github.com/apache/kafka/pull/10814#discussion_r655969341
##
File path: tools/src/main/java/org/apache/kafka/tools/TransactionsCommand.java
##
@@ -0,0 +1,623 @@
+/*
+ * Licensed to the Apache Software Foundation (A
showuon commented on pull request #10884:
URL: https://github.com/apache/kafka/pull/10884#issuecomment-865746830
All failed tests are unrelated.
```
Build / JDK 16 and Scala 2.13 /
kafka.server.RaftClusterTest.testCreateClusterAndCreateAndManyTopicsWithManyPartitions()
Buil
showuon commented on pull request #10884:
URL: https://github.com/apache/kafka/pull/10884#issuecomment-865747301
@vvcephei @mjsax , could you help review? Thank you.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
mdedetrich commented on pull request #10839:
URL: https://github.com/apache/kafka/pull/10839#issuecomment-865776830
@mjsax @vvcephei @guozhangwang Sorry for directly pinging you guys but this
PR has been sitting here for 2 weeks so I was wondering if you guys could
look/comment on it (appa
[
https://issues.apache.org/jira/browse/KAFKA-10587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Omnia Ibrahim reassigned KAFKA-10587:
-
Assignee: Omnia Ibrahim (was: Xavier Léauté)
> Rename kafka-mirror-maker CLI command l
[
https://issues.apache.org/jira/browse/KAFKA-8733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Satish Duggana updated KAFKA-8733:
--
Affects Version/s: 2.8.0
> Offline partitions occur when leader's disk is slow in reads while r
cadonna commented on pull request #10911:
URL: https://github.com/apache/kafka/pull/10911#issuecomment-865894634
Test failures are unrelated:
```
Build / JDK 11 and Scala 2.13 /
org.apache.kafka.common.network.SslTransportLayerTest.[1] tlsProtocol=TLSv1.2,
useInlinePem=false
Build
cadonna merged pull request #10911:
URL: https://github.com/apache/kafka/pull/10911
--
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.
For queries about this service, please
[
https://issues.apache.org/jira/browse/KAFKA-12629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367235#comment-17367235
]
Bruno Cadonna commented on KAFKA-12629:
---
Failed again:
https://ci-builds.apache.o
[
https://issues.apache.org/jira/browse/KAFKA-12786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367263#comment-17367263
]
Bruno Cadonna commented on KAFKA-12786:
---
Failed again under JDK 11:
https://ci-bu
[
https://issues.apache.org/jira/browse/KAFKA-12629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367264#comment-17367264
]
Bruno Cadonna commented on KAFKA-12629:
---
Failed again:
https://ci-builds.apache.o
cadonna merged pull request #10912:
URL: https://github.com/apache/kafka/pull/10912
--
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.
For queries about this service, please
thomaskwscott commented on a change in pull request #10760:
URL: https://github.com/apache/kafka/pull/10760#discussion_r656165498
##
File path:
clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java
##
@@ -4298,6 +4296,28 @@ void handleFailure(Throwable thr
thomaskwscott commented on a change in pull request #10760:
URL: https://github.com/apache/kafka/pull/10760#discussion_r656166220
##
File path:
clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java
##
@@ -4298,6 +4296,28 @@ void handleFailure(Throwable thr
dajac commented on a change in pull request #10760:
URL: https://github.com/apache/kafka/pull/10760#discussion_r656222177
##
File path: core/src/test/scala/unit/kafka/server/LogOffsetTest.scala
##
@@ -93,16 +87,52 @@ class LogOffsetTest extends BaseRequestTest {
}
@Test
rhauch merged pull request #10335:
URL: https://github.com/apache/kafka/pull/10335
--
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.
For queries about this service, please
rhauch merged pull request #10336:
URL: https://github.com/apache/kafka/pull/10336
--
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.
For queries about this service, please
[
https://issues.apache.org/jira/browse/KAFKA-12483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Randall Hauch resolved KAFKA-12483.
---
Resolution: Fixed
Merged to the `trunk` branch for inclusion in 3.0.0.
> Enable client over
[
https://issues.apache.org/jira/browse/KAFKA-12484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Randall Hauch resolved KAFKA-12484.
---
Reviewer: Konstantine Karantasis
Resolution: Fixed
Merged to the `trunk` branch for in
rhauch merged pull request #10834:
URL: https://github.com/apache/kafka/pull/10834
--
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.
For queries about this service, please
vvcephei commented on pull request #10869:
URL: https://github.com/apache/kafka/pull/10869#issuecomment-866022136
Thanks, @guozhangwang ! Yes, that's the area of the code I was looking for a
double-check on. I switched the KOut/VOut parameters to Void/Void as you
suggested.
--
This is a
vvcephei merged pull request #10869:
URL: https://github.com/apache/kafka/pull/10869
--
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.
For queries about this service, pleas
kpatelatwork commented on a change in pull request #10841:
URL: https://github.com/apache/kafka/pull/10841#discussion_r656285001
##
File path:
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/WorkerConfig.java
##
@@ -497,6 +476,37 @@ static void validateHeaderCon
kpatelatwork commented on pull request #10841:
URL: https://github.com/apache/kafka/pull/10841#issuecomment-866040282
@kkonstantine Thanks a lot for the review comments, I have resolved all of
them. Could you please review to see if it looks better now?
--
This is an automated message fr
gardnervickers commented on a change in pull request #10896:
URL: https://github.com/apache/kafka/pull/10896#discussion_r656291670
##
File path: core/src/test/scala/unit/kafka/log/LogLoaderTest.scala
##
@@ -1535,4 +1534,122 @@ class LogLoaderTest {
assertTrue(onlySegment.l
gardnervickers commented on a change in pull request #10896:
URL: https://github.com/apache/kafka/pull/10896#discussion_r656296678
##
File path: core/src/main/scala/kafka/log/ProducerStateManager.scala
##
@@ -828,15 +834,50 @@ class ProducerStateManager(val topicPartition:
Top
kpatelatwork commented on a change in pull request #10822:
URL: https://github.com/apache/kafka/pull/10822#discussion_r656348082
##
File path:
connect/runtime/src/main/java/org/apache/kafka/connect/storage/KafkaConfigBackingStore.java
##
@@ -208,6 +209,21 @@ public static Stri
kpatelatwork commented on a change in pull request #10822:
URL: https://github.com/apache/kafka/pull/10822#discussion_r656356700
##
File path:
connect/runtime/src/test/java/org/apache/kafka/connect/integration/StartAndStopCounterSnapshot.java
##
@@ -0,0 +1,37 @@
+/*
+ * Licens
kpatelatwork commented on a change in pull request #10822:
URL: https://github.com/apache/kafka/pull/10822#discussion_r656356999
##
File path:
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/DistributedHerder.java
##
@@ -1063,6 +1076,132 @@ public in
kpatelatwork commented on a change in pull request #10822:
URL: https://github.com/apache/kafka/pull/10822#discussion_r656357635
##
File path:
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/RestartPlan.java
##
@@ -0,0 +1,154 @@
+/*
+ * Licensed to the Apache So
kpatelatwork commented on a change in pull request #10822:
URL: https://github.com/apache/kafka/pull/10822#discussion_r656358121
##
File path:
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/AbstractHerder.java
##
@@ -357,6 +367,62 @@ public void validateConnect
kpatelatwork commented on a change in pull request #10822:
URL: https://github.com/apache/kafka/pull/10822#discussion_r656358424
##
File path:
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/AbstractHerder.java
##
@@ -357,6 +367,62 @@ public void validateConnect
ryannedolan commented on pull request #10629:
URL: https://github.com/apache/kafka/pull/10629#issuecomment-866147667
@C0urante do you mind reviewing?
--
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
Shaun Wackerly created KAFKA-12978:
--
Summary: Kafka Health is returning returning DOWN:
org.apache.kafka.common.errors.TimeoutException: Aborted due to timeout.
Key: KAFKA-12978
URL: https://issues.apache.org/jir
hachikuji commented on a change in pull request #10913:
URL: https://github.com/apache/kafka/pull/10913#discussion_r656402618
##
File path: raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java
##
@@ -1914,8 +1917,7 @@ private long pollLeader(long currentTimeMs) {
hachikuji merged pull request #10814:
URL: https://github.com/apache/kafka/pull/10814
--
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.
For queries about this service, plea
[
https://issues.apache.org/jira/browse/KAFKA-12888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gustafson resolved KAFKA-12888.
-
Resolution: Fixed
> Add transaction tool
>
>
> Key:
Jason Gustafson created KAFKA-12979:
---
Summary: Implement --find-hanging API in transaction tool
Key: KAFKA-12979
URL: https://issues.apache.org/jira/browse/KAFKA-12979
Project: Kafka
Issue
jsancio commented on a change in pull request #10913:
URL: https://github.com/apache/kafka/pull/10913#discussion_r656397806
##
File path: raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java
##
@@ -143,6 +144,7 @@
public static final int MAX_BATCH_SIZE_BYTES = 8 *
hachikuji commented on a change in pull request #10913:
URL: https://github.com/apache/kafka/pull/10913#discussion_r656424358
##
File path: raft/src/test/java/org/apache/kafka/raft/KafkaRaftClientTest.java
##
@@ -359,6 +360,150 @@ public void testResignWillCompleteFetchPurgator
hachikuji commented on a change in pull request #10892:
URL: https://github.com/apache/kafka/pull/10892#discussion_r656431145
##
File path:
clients/src/main/java/org/apache/kafka/clients/admin/TopicCollection.java
##
@@ -0,0 +1,91 @@
+/*
+ * Licensed to the Apache Software Fou
Chris Egerton created KAFKA-12980:
-
Summary: Allow consumers to return from poll when position advances
Key: KAFKA-12980
URL: https://issues.apache.org/jira/browse/KAFKA-12980
Project: Kafka
[
https://issues.apache.org/jira/browse/KAFKA-12980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Egerton updated KAFKA-12980:
--
Summary: Allow consumers to return from poll when position advances due to
aborted transaction
[
https://issues.apache.org/jira/browse/KAFKA-12980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367556#comment-17367556
]
Chris Egerton commented on KAFKA-12980:
---
CC [~hachikuji]--thoughts on this?
> All
hachikuji commented on a change in pull request #10913:
URL: https://github.com/apache/kafka/pull/10913#discussion_r656446168
##
File path: raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java
##
@@ -143,6 +144,7 @@
public static final int MAX_BATCH_SIZE_BYTES = 8
[
https://issues.apache.org/jira/browse/KAFKA-12980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367563#comment-17367563
]
Chris Egerton commented on KAFKA-12980:
---
[~guozhang] would you also like to weigh
hachikuji commented on a change in pull request #10913:
URL: https://github.com/apache/kafka/pull/10913#discussion_r656448517
##
File path: raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java
##
@@ -2250,7 +2252,34 @@ private Long append(int epoch, List records, boole
hachikuji commented on a change in pull request #10913:
URL: https://github.com/apache/kafka/pull/10913#discussion_r656452042
##
File path: raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java
##
@@ -1914,8 +1917,7 @@ private long pollLeader(long currentTimeMs) {
jolshan commented on a change in pull request #10892:
URL: https://github.com/apache/kafka/pull/10892#discussion_r656472684
##
File path: clients/src/main/java/org/apache/kafka/clients/admin/Admin.java
##
@@ -233,41 +232,41 @@ default DeleteTopicsResult
deleteTopics(Collection
jolshan commented on a change in pull request #10892:
URL: https://github.com/apache/kafka/pull/10892#discussion_r656472986
##
File path: clients/src/main/java/org/apache/kafka/clients/admin/Admin.java
##
@@ -233,41 +232,41 @@ default DeleteTopicsResult
deleteTopics(Collection
jolshan commented on a change in pull request #10892:
URL: https://github.com/apache/kafka/pull/10892#discussion_r656473894
##
File path:
clients/src/main/java/org/apache/kafka/clients/admin/TopicCollection.java
##
@@ -0,0 +1,91 @@
+/*
+ * Licensed to the Apache Software Found
jolshan commented on a change in pull request #10892:
URL: https://github.com/apache/kafka/pull/10892#discussion_r656474094
##
File path: clients/src/main/java/org/apache/kafka/clients/admin/Admin.java
##
@@ -233,41 +232,41 @@ default DeleteTopicsResult
deleteTopics(Collection
jolshan commented on a change in pull request #10892:
URL: https://github.com/apache/kafka/pull/10892#discussion_r656478396
##
File path:
clients/src/main/java/org/apache/kafka/clients/admin/TopicCollection.java
##
@@ -0,0 +1,91 @@
+/*
+ * Licensed to the Apache Software Found
jsancio commented on a change in pull request #10812:
URL: https://github.com/apache/kafka/pull/10812#discussion_r656483156
##
File path: core/src/main/scala/kafka/server/KafkaConfig.scala
##
@@ -1049,6 +1052,7 @@ object KafkaConfig {
.defineInternal(BrokerHeartbeatInter
hachikuji merged pull request #10883:
URL: https://github.com/apache/kafka/pull/10883
--
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.
For queries about this service, plea
Tom Scott created KAFKA-12981:
-
Summary: Ensure LogSegment.maxTimestampSoFar and
LogSegment.offsetOfMaxTimestampSoFar are read/updated in sync
Key: KAFKA-12981
URL: https://issues.apache.org/jira/browse/KAFKA-12981
thomaskwscott commented on a change in pull request #10760:
URL: https://github.com/apache/kafka/pull/10760#discussion_r656527325
##
File path: core/src/main/scala/kafka/log/Log.scala
##
@@ -1316,6 +1316,16 @@ class Log(@volatile private var _dir: File,
val latestEpoch
1 - 100 of 146 matches
Mail list logo