calmera commented on code in PR #12742:
URL: https://github.com/apache/kafka/pull/12742#discussion_r1063269411
##
streams/src/main/java/org/apache/kafka/streams/Topology.java:
##
@@ -737,6 +737,91 @@ public synchronized Topology addStateStore(final
StoreBuilder storeBuilder,
calmera commented on code in PR #12742:
URL: https://github.com/apache/kafka/pull/12742#discussion_r1063270375
##
streams/src/main/java/org/apache/kafka/streams/Topology.java:
##
@@ -737,6 +737,91 @@ public synchronized Topology addStateStore(final
StoreBuilder storeBuilder,
calmera commented on code in PR #12742:
URL: https://github.com/apache/kafka/pull/12742#discussion_r1063271295
##
streams/src/test/java/org/apache/kafka/streams/kstream/internals/KStreamBranchTest.java:
##
@@ -59,7 +59,7 @@ public void testKStreamBranch() {
assertEqua
calmera commented on code in PR #12742:
URL: https://github.com/apache/kafka/pull/12742#discussion_r1063273259
##
streams/src/test/java/org/apache/kafka/test/MockProcessor.java:
##
@@ -28,9 +29,11 @@
import java.util.List;
import java.util.Map;
-@SuppressWarnings("deprecatio
rajinisivaram commented on PR #13081:
URL: https://github.com/apache/kafka/pull/13081#issuecomment-1373402351
@vladimirdyuzhev Thanks for the PR. Since this is a security-related change,
can we create a JIRA with the details from the PR description and include the
ticket in the PR title? Ca
rajinisivaram commented on code in PR #13081:
URL: https://github.com/apache/kafka/pull/13081#discussion_r1063281046
##
clients/src/main/java/org/apache/kafka/common/security/kerberos/KerberosLogin.java:
##
@@ -90,6 +91,7 @@ public void configure(Map configs, String
contextName
Ashwin Pankaj created KAFKA-14598:
-
Summary: Fix flaky ConnectRestApiTest
Key: KAFKA-14598
URL: https://issues.apache.org/jira/browse/KAFKA-14598
Project: Kafka
Issue Type: Bug
Comp
[
https://issues.apache.org/jira/browse/KAFKA-14598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ashwin Pankaj updated KAFKA-14598:
--
Description:
ConnectRestApiTest sometimes fails with the message
{{ConnectRestError(404, '\n
[
https://issues.apache.org/jira/browse/KAFKA-14598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ashwin Pankaj updated KAFKA-14598:
--
Description:
ConnectRestApiTest sometimes fails with the message
{{ConnectRestError(404, '\n
calmera commented on code in PR #12742:
URL: https://github.com/apache/kafka/pull/12742#discussion_r1063310192
##
docs/streams/developer-guide/processor-api.html:
##
@@ -396,6 +397,21 @@
+
+ReadOnly S
ashwinpankaj opened a new pull request, #13084:
URL: https://github.com/apache/kafka/pull/13084
https://issues.apache.org/jira/browse/KAFKA-14598
ConnectRestApiTest sometimes fails with the message
```
ConnectRestError(404, '\n\n\nError 404 Not
Found\n\nHTTP ERROR 404 Not
Found
Mickael Maison created KAFKA-14599:
--
Summary: MirrorMaker pluggable interfaces missing from public API
Key: KAFKA-14599
URL: https://issues.apache.org/jira/browse/KAFKA-14599
Project: Kafka
calmera commented on code in PR #12742:
URL: https://github.com/apache/kafka/pull/12742#discussion_r1063316877
##
docs/streams/developer-guide/processor-api.html:
##
@@ -396,6 +397,21 @@
+
+ReadOnly S
tombentley merged PR #13071:
URL: https://github.com/apache/kafka/pull/13071
--
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...@kafka.apac
calmera commented on code in PR #12742:
URL: https://github.com/apache/kafka/pull/12742#discussion_r1063323844
##
streams/src/main/java/org/apache/kafka/streams/Topology.java:
##
@@ -737,6 +737,91 @@ public synchronized Topology addStateStore(final
StoreBuilder storeBuilder,
calmera commented on PR #12742:
URL: https://github.com/apache/kafka/pull/12742#issuecomment-1373454834
I agree we need to have some tests for that but that will require a bit more
time and effort. I'll try to allocate some time to get that done, but if there
is someone else who wants to ju
[
https://issues.apache.org/jira/browse/KAFKA-14072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mickael Maison resolved KAFKA-14072.
Fix Version/s: 3.5.0
Resolution: Fixed
This looks like it's the same issue as KAFKA
satishd commented on code in PR #13043:
URL: https://github.com/apache/kafka/pull/13043#discussion_r1063467329
##
storage/src/main/java/org/apache/kafka/server/log/internals/ProducerAppendInfo.java:
##
@@ -0,0 +1,238 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) un
vladimirdyuzhev commented on code in PR #13081:
URL: https://github.com/apache/kafka/pull/13081#discussion_r1063475320
##
clients/src/main/java/org/apache/kafka/common/security/kerberos/KerberosLogin.java:
##
@@ -90,6 +91,7 @@ public void configure(Map configs, String
contextNa
fvaleri opened a new pull request, #13085:
URL: https://github.com/apache/kafka/pull/13085
Part of KAFKA-14470: Move log layer to storage module.
--
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
fvaleri commented on PR #13085:
URL: https://github.com/apache/kafka/pull/13085#issuecomment-1373794678
@ijuma @satishd fyi
--
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.
ijuma commented on code in PR #13085:
URL: https://github.com/apache/kafka/pull/13085#discussion_r1063544116
##
storage/src/main/java/org/apache/kafka/server/log/internals/FetchIsolation.java:
##
@@ -0,0 +1,36 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
emilnkrastev commented on code in PR #11818:
URL: https://github.com/apache/kafka/pull/11818#discussion_r1063558786
##
connect/mirror/src/test/java/org/apache/kafka/connect/mirror/MirrorSourceTaskTest.java:
##
@@ -81,15 +88,25 @@ public void testOffsetSync() {
MirrorSou
emilnkrastev commented on code in PR #11818:
URL: https://github.com/apache/kafka/pull/11818#discussion_r1063558786
##
connect/mirror/src/test/java/org/apache/kafka/connect/mirror/MirrorSourceTaskTest.java:
##
@@ -81,15 +88,25 @@ public void testOffsetSync() {
MirrorSou
emilnkrastev commented on code in PR #11818:
URL: https://github.com/apache/kafka/pull/11818#discussion_r1063563770
##
connect/mirror/src/main/java/org/apache/kafka/connect/mirror/MirrorSourceTask.java:
##
@@ -69,14 +69,19 @@ public MirrorSourceTask() {}
// for testing
fvaleri commented on code in PR #13085:
URL: https://github.com/apache/kafka/pull/13085#discussion_r1063594153
##
storage/src/main/java/org/apache/kafka/server/log/internals/FetchIsolation.java:
##
@@ -0,0 +1,36 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under o
ijuma commented on code in PR #13085:
URL: https://github.com/apache/kafka/pull/13085#discussion_r1063598351
##
storage/src/main/java/org/apache/kafka/server/log/internals/FetchIsolation.java:
##
@@ -0,0 +1,36 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
fvaleri commented on code in PR #13085:
URL: https://github.com/apache/kafka/pull/13085#discussion_r1063609877
##
storage/src/main/java/org/apache/kafka/server/log/internals/FetchIsolation.java:
##
@@ -0,0 +1,36 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under o
ijuma commented on code in PR #13085:
URL: https://github.com/apache/kafka/pull/13085#discussion_r1063613984
##
storage/src/main/java/org/apache/kafka/server/log/internals/FetchIsolation.java:
##
@@ -0,0 +1,36 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
ijuma commented on code in PR #13085:
URL: https://github.com/apache/kafka/pull/13085#discussion_r1063613984
##
storage/src/main/java/org/apache/kafka/server/log/internals/FetchIsolation.java:
##
@@ -0,0 +1,36 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
fvaleri commented on code in PR #13085:
URL: https://github.com/apache/kafka/pull/13085#discussion_r1063631875
##
storage/src/main/java/org/apache/kafka/server/log/internals/FetchIsolation.java:
##
@@ -0,0 +1,36 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under o
chia7712 commented on code in PR #13075:
URL: https://github.com/apache/kafka/pull/13075#discussion_r1063654318
##
core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala:
##
@@ -205,6 +205,61 @@ class ReplicaManagerTest {
when(cache.getAliveBrokerNodes(any[ListenerN
chia7712 commented on code in PR #13075:
URL: https://github.com/apache/kafka/pull/13075#discussion_r1063654698
##
core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala:
##
@@ -205,6 +205,61 @@ class ReplicaManagerTest {
when(cache.getAliveBrokerNodes(any[ListenerN
satishd commented on PR #13043:
URL: https://github.com/apache/kafka/pull/13043#issuecomment-1373959751
Thanks @ijuma for the review. I address them in the code and replied to your
comment.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
[
https://issues.apache.org/jira/browse/KAFKA-14535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Harris reassigned KAFKA-14535:
---
Assignee: Greg Harris
> Flaky test
> PlaintextEndToEndAuthorizationTest.testNoConsumeWitho
junrao commented on code in PR #13075:
URL: https://github.com/apache/kafka/pull/13075#discussion_r1063679649
##
core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala:
##
@@ -205,6 +205,61 @@ class ReplicaManagerTest {
when(cache.getAliveBrokerNodes(any[ListenerNam
ijuma commented on code in PR #13085:
URL: https://github.com/apache/kafka/pull/13085#discussion_r1063687740
##
core/src/main/scala/kafka/log/UnifiedLog.scala:
##
@@ -1249,12 +1249,10 @@ class UnifiedLog(@volatile var logStartOffset: Long,
isolation: FetchIsolation,
gharris1727 opened a new pull request, #13086:
URL: https://github.com/apache/kafka/pull/13086
The ACL change methods (create, delete) are eventually consistent across a
Kafka cluster. As part of that, changes to the same resource made to different
brokers may be reordered. In this test, a
ijuma commented on code in PR #13085:
URL: https://github.com/apache/kafka/pull/13085#discussion_r1063688608
##
storage/src/main/java/org/apache/kafka/server/log/internals/FetchIsolation.java:
##
@@ -0,0 +1,41 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
gharris1727 commented on PR #13086:
URL: https://github.com/apache/kafka/pull/13086#issuecomment-1374008851
The last people working in this area were @pprovenzano @omkreddy and
@soarez, if any of you have some time i'd appreciate a review on this test
which flakes ~10-20% of the time. Thank
ijuma commented on code in PR #13046:
URL: https://github.com/apache/kafka/pull/13046#discussion_r1063705498
##
core/src/main/scala/kafka/log/UnifiedLog.scala:
##
@@ -995,11 +994,12 @@ class UnifiedLog(@volatile var logStartOffset: Long,
}
}
- def latestEpoch: Option[
ijuma commented on code in PR #13046:
URL: https://github.com/apache/kafka/pull/13046#discussion_r1063708632
##
core/src/main/scala/kafka/server/checkpoints/OffsetCheckpointFile.scala:
##
@@ -65,9 +65,14 @@ class OffsetCheckpointFile(val file: File,
logDirFailureChannel: LogDir
ijuma commented on code in PR #13046:
URL: https://github.com/apache/kafka/pull/13046#discussion_r1063709428
##
storage/src/main/java/org/apache/kafka/server/log/internals/LeaderEpochFileCache.java:
##
@@ -0,0 +1,380 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) un
ijuma commented on PR #13046:
URL: https://github.com/apache/kafka/pull/13046#issuecomment-1374023466
I have a few more comments on this PR, will get back to it soon.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
ijuma commented on code in PR #13043:
URL: https://github.com/apache/kafka/pull/13043#discussion_r1063714637
##
storage/src/main/java/org/apache/kafka/server/log/internals/TxnMetadata.java:
##
@@ -0,0 +1,70 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or
Greg Harris created KAFKA-14600:
---
Summary: Flaky test ProducerIdExpirationTest
Key: KAFKA-14600
URL: https://issues.apache.org/jira/browse/KAFKA-14600
Project: Kafka
Issue Type: Test
ijuma commented on code in PR #13043:
URL: https://github.com/apache/kafka/pull/13043#discussion_r1063720614
##
storage/src/main/java/org/apache/kafka/server/log/internals/ProducerStateEntry.java:
##
@@ -0,0 +1,148 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) unde
ijuma commented on code in PR #13043:
URL: https://github.com/apache/kafka/pull/13043#discussion_r1063720614
##
storage/src/main/java/org/apache/kafka/server/log/internals/ProducerStateEntry.java:
##
@@ -0,0 +1,148 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) unde
ijuma commented on code in PR #13043:
URL: https://github.com/apache/kafka/pull/13043#discussion_r1063722024
##
storage/src/main/java/org/apache/kafka/server/log/internals/ProducerStateEntry.java:
##
@@ -0,0 +1,143 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) unde
gharris1727 opened a new pull request, #13087:
URL: https://github.com/apache/kafka/pull/13087
The broker appears to be timing out the producer ID before the test can see
it.
Increase the timeouts to compensate for slower CI environments.
Similar to the fix applied in #13036
gharris1727 commented on PR #13087:
URL: https://github.com/apache/kafka/pull/13087#issuecomment-1374038135
@jolshan could you take a look at this as well? I didn't realize these two
tests were failing in a similar fashion.
--
This is an automated message from the Apache Git Service.
To r
ijuma commented on code in PR #13043:
URL: https://github.com/apache/kafka/pull/13043#discussion_r1063725076
##
core/src/main/scala/kafka/log/LogCleaner.scala:
##
@@ -174,7 +174,8 @@ class LogCleaner(initialConfig: CleanerConfig,
}
override def validateReconfiguration(ne
ijuma commented on code in PR #13043:
URL: https://github.com/apache/kafka/pull/13043#discussion_r1063726604
##
storage/src/main/java/org/apache/kafka/server/log/internals/ProducerAppendInfo.java:
##
@@ -0,0 +1,238 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) unde
Colin McCabe created KAFKA-14601:
Summary: Improve exception handling in KafkaEventQueue
Key: KAFKA-14601
URL: https://issues.apache.org/jira/browse/KAFKA-14601
Project: Kafka
Issue Type: Bug
ijuma commented on code in PR #13043:
URL: https://github.com/apache/kafka/pull/13043#discussion_r1063733019
##
core/src/test/scala/unit/kafka/log/ProducerStateManagerTest.scala:
##
@@ -255,15 +259,28 @@ class ProducerStateManagerTest {
appendData(30L, 31L, secondAppend)
chia7712 commented on code in PR #13075:
URL: https://github.com/apache/kafka/pull/13075#discussion_r1063756861
##
core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala:
##
@@ -205,6 +205,61 @@ class ReplicaManagerTest {
when(cache.getAliveBrokerNodes(any[ListenerN
chia7712 commented on code in PR #13075:
URL: https://github.com/apache/kafka/pull/13075#discussion_r1063758284
##
core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala:
##
@@ -205,6 +205,63 @@ class ReplicaManagerTest {
when(cache.getAliveBrokerNodes(any[ListenerN
michaeljmarshall commented on PR #13032:
URL: https://github.com/apache/kafka/pull/13032#issuecomment-1374113532
Thanks for catching my mistake @viktorsomogyi. My mistake was trusting
IntelliJ to run the test.
--
This is an automated message from the Apache Git Service.
To respond to the
michaeljmarshall commented on code in PR #13032:
URL: https://github.com/apache/kafka/pull/13032#discussion_r1063786426
##
clients/src/test/java/org/apache/kafka/common/protocol/DataOutputStreamWritableTest.java:
##
@@ -0,0 +1,66 @@
+/*
+ * Licensed to the Apache Software Founda
justinrlee commented on PR #12797:
URL: https://github.com/apache/kafka/pull/12797#issuecomment-1374119222
Give me a little bit, will add sample outputs for different scenarios
shortly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
gharris1727 commented on PR #13084:
URL: https://github.com/apache/kafka/pull/13084#issuecomment-1374130131
Is this a change in behavior? It appears that the default mode is LISTEN:
https://github.com/apache/kafka/blob/95910af3a9125c3c67fe5daebf1e01d7ec6f20c7/tests/kafkatest/services/connect
junrao commented on code in PR #13075:
URL: https://github.com/apache/kafka/pull/13075#discussion_r1063808402
##
core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala:
##
@@ -205,6 +205,63 @@ class ReplicaManagerTest {
when(cache.getAliveBrokerNodes(any[ListenerNam
chb2ab opened a new pull request, #13088:
URL: https://github.com/apache/kafka/pull/13088
Cherry-picking KAFKA-9648, more details in this thread
https://confluent.slack.com/archives/C04HL38HTU1/p1672725997759019
Conflicts:
Whitespace in SocketServerTest.scala
--
This is an
chb2ab closed pull request #13088: 2.8 kafka-9648
URL: https://github.com/apache/kafka/pull/13088
--
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-u
chia7712 commented on code in PR #13075:
URL: https://github.com/apache/kafka/pull/13075#discussion_r1063817794
##
core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala:
##
@@ -205,6 +205,61 @@ class ReplicaManagerTest {
when(cache.getAliveBrokerNodes(any[ListenerN
mjsax commented on PR #13077:
URL: https://github.com/apache/kafka/pull/13077#issuecomment-1374181721
@jsancio -- any update?
--
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
junrao commented on code in PR #12462:
URL: https://github.com/apache/kafka/pull/12462#discussion_r1063864650
##
clients/src/main/java/org/apache/kafka/clients/producer/internals/RecordAccumulator.java:
##
@@ -287,12 +291,16 @@ public RecordAppendResult append(String topic,
artemlivshits commented on code in PR #12462:
URL: https://github.com/apache/kafka/pull/12462#discussion_r1063869321
##
clients/src/main/java/org/apache/kafka/clients/producer/internals/RecordAccumulator.java:
##
@@ -287,12 +291,16 @@ public RecordAppendResult append(String topi
[
https://issues.apache.org/jira/browse/KAFKA-14573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17655598#comment-17655598
]
Justine Olshan commented on KAFKA-14573:
May be related to this issue? [https://
ijuma commented on code in PR #12462:
URL: https://github.com/apache/kafka/pull/12462#discussion_r1063873789
##
clients/src/main/java/org/apache/kafka/clients/producer/internals/RecordAccumulator.java:
##
@@ -287,12 +291,16 @@ public RecordAppendResult append(String topic,
junrao commented on code in PR #12462:
URL: https://github.com/apache/kafka/pull/12462#discussion_r1063875734
##
clients/src/main/java/org/apache/kafka/clients/producer/internals/RecordAccumulator.java:
##
@@ -287,12 +291,16 @@ public RecordAppendResult append(String topic,
jolshan commented on code in PR #12462:
URL: https://github.com/apache/kafka/pull/12462#discussion_r1063875994
##
clients/src/main/java/org/apache/kafka/clients/producer/internals/RecordAccumulator.java:
##
@@ -287,12 +291,16 @@ public RecordAppendResult append(String topic,
artemlivshits commented on code in PR #12462:
URL: https://github.com/apache/kafka/pull/12462#discussion_r1063879030
##
clients/src/main/java/org/apache/kafka/clients/producer/internals/RecordAccumulator.java:
##
@@ -287,12 +291,16 @@ public RecordAppendResult append(String topi
jolshan commented on code in PR #12462:
URL: https://github.com/apache/kafka/pull/12462#discussion_r1063883812
##
clients/src/main/java/org/apache/kafka/clients/producer/internals/RecordAccumulator.java:
##
@@ -287,12 +291,16 @@ public RecordAppendResult append(String topic,
jolshan commented on code in PR #12462:
URL: https://github.com/apache/kafka/pull/12462#discussion_r1063883812
##
clients/src/main/java/org/apache/kafka/clients/producer/internals/RecordAccumulator.java:
##
@@ -287,12 +291,16 @@ public RecordAppendResult append(String topic,
ijuma commented on code in PR #12462:
URL: https://github.com/apache/kafka/pull/12462#discussion_r1063884499
##
clients/src/main/java/org/apache/kafka/clients/producer/internals/RecordAccumulator.java:
##
@@ -287,12 +291,16 @@ public RecordAppendResult append(String topic,
anatasiavela commented on code in PR #13078:
URL: https://github.com/apache/kafka/pull/13078#discussion_r1063885018
##
core/src/main/scala/kafka/log/UnifiedLog.scala:
##
@@ -576,6 +576,13 @@ class UnifiedLog(@volatile var logStartOffset: Long,
}
}, period = producerIdExp
anatasiavela commented on code in PR #13078:
URL: https://github.com/apache/kafka/pull/13078#discussion_r1063885166
##
core/src/main/scala/kafka/log/ProducerStateManager.scala:
##
@@ -685,6 +692,7 @@ class ProducerStateManager(
if (logEndOffset != mapEndOffset) {
p
anatasiavela commented on PR #13078:
URL: https://github.com/apache/kafka/pull/13078#issuecomment-1374267644
Thank you for the review @divijvaidya! I've addressed your comments and made
changes accordingly, so please take a look whenever you get the chance. Thanks!
--
This is an automated
jolshan commented on code in PR #12462:
URL: https://github.com/apache/kafka/pull/12462#discussion_r1063885987
##
clients/src/main/java/org/apache/kafka/clients/producer/internals/RecordAccumulator.java:
##
@@ -287,12 +291,16 @@ public RecordAppendResult append(String topic,
artemlivshits commented on code in PR #12462:
URL: https://github.com/apache/kafka/pull/12462#discussion_r1063886879
##
clients/src/main/java/org/apache/kafka/clients/producer/internals/RecordAccumulator.java:
##
@@ -287,12 +291,16 @@ public RecordAppendResult append(String topi
jolshan commented on code in PR #13078:
URL: https://github.com/apache/kafka/pull/13078#discussion_r1063889005
##
core/src/main/scala/kafka/log/ProducerStateManager.scala:
##
@@ -684,7 +700,7 @@ class ProducerStateManager(
}
if (logEndOffset != mapEndOffset) {
-
anatasiavela commented on code in PR #13078:
URL: https://github.com/apache/kafka/pull/13078#discussion_r1063890647
##
core/src/main/scala/kafka/log/ProducerStateManager.scala:
##
@@ -684,7 +700,7 @@ class ProducerStateManager(
}
if (logEndOffset != mapEndOffset) {
-
jolshan commented on code in PR #13078:
URL: https://github.com/apache/kafka/pull/13078#discussion_r1063895230
##
core/src/main/scala/kafka/log/ProducerStateManager.scala:
##
@@ -684,7 +700,7 @@ class ProducerStateManager(
}
if (logEndOffset != mapEndOffset) {
-
cmccabe opened a new pull request, #13089:
URL: https://github.com/apache/kafka/pull/13089
If KafkaEventQueue gets an InterruptedException while waiting for a
condition variable, it currently exits immediately. Instead, it should complete
the remaining events exceptionally and then execute
jeffkbkim commented on code in PR #12870:
URL: https://github.com/apache/kafka/pull/12870#discussion_r1063877209
##
clients/src/main/java/org/apache/kafka/common/requests/OffsetFetchResponse.java:
##
@@ -208,6 +203,56 @@ public OffsetFetchResponse(int throttleTimeMs,
th
showuon commented on PR #13050:
URL: https://github.com/apache/kafka/pull/13050#issuecomment-1374334192
All tests passed.
--
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
showuon merged PR #13050:
URL: https://github.com/apache/kafka/pull/13050
--
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...@kafka.apache.
satishd commented on code in PR #13046:
URL: https://github.com/apache/kafka/pull/13046#discussion_r1063953030
##
storage/src/main/java/org/apache/kafka/server/log/internals/LeaderEpochCheckpoint.java:
##
@@ -0,0 +1,26 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF)
satishd commented on code in PR #13043:
URL: https://github.com/apache/kafka/pull/13043#discussion_r1063954363
##
storage/src/main/java/org/apache/kafka/server/log/internals/ProducerAppendInfo.java:
##
@@ -0,0 +1,238 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) un
Satish Duggana created KAFKA-14602:
--
Summary: offsetDelta in BatchMetadata is an int but the values are
computed as difference of offsets which are longs.
Key: KAFKA-14602
URL: https://issues.apache.org/jira/brow
rishiraj88 commented on PR #12906:
URL: https://github.com/apache/kafka/pull/12906#issuecomment-1374387095
Thanks, @Scanteianu , for the quick reference to guidelines and checklist.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
satishd commented on code in PR #13043:
URL: https://github.com/apache/kafka/pull/13043#discussion_r1063961399
##
storage/src/main/java/org/apache/kafka/server/log/internals/ProducerAppendInfo.java:
##
@@ -0,0 +1,238 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) un
chia7712 commented on PR #13075:
URL: https://github.com/apache/kafka/pull/13075#issuecomment-1374403802
unrelated error
```
Build / JDK 11 and Scala 2.13 /
kafka.admin.ReassignPartitionsIntegrationTest.testAlterReassignmentThrottle(String).quorum=kraft
| 26 秒 | 1
Build / JDK 11 an
satishd commented on code in PR #13043:
URL: https://github.com/apache/kafka/pull/13043#discussion_r1063969839
##
storage/src/main/java/org/apache/kafka/server/log/internals/ProducerStateEntry.java:
##
@@ -0,0 +1,143 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) un
chia7712 merged PR #13075:
URL: https://github.com/apache/kafka/pull/13075
--
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...@kafka.apache
[
https://issues.apache.org/jira/browse/KAFKA-9087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai resolved KAFKA-9087.
---
Fix Version/s: 3.5.0
Assignee: Chia-Ping Tsai
Resolution: Fixed
> ReplicaAlte
97 matches
Mail list logo