kamalcph commented on PR #14176:
URL: https://github.com/apache/kafka/pull/14176#issuecomment-1678466836
@showuon @clolov
Addressed your review comments. PTAL
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
Prasanth Kumar created KAFKA-15343:
--
Summary: Fix MirrorConnectIntegrationTests causing ci build
failures.
Key: KAFKA-15343
URL: https://issues.apache.org/jira/browse/KAFKA-15343
Project: Kafka
showuon commented on code in PR #14202:
URL: https://github.com/apache/kafka/pull/14202#discussion_r1294184526
##
storage/src/test/java/org/apache/kafka/server/log/remote/storage/RemoteLogManagerConfigTest.java:
##
@@ -52,6 +54,28 @@ public void testValidConfigs() {
Ass
showuon commented on code in PR #14176:
URL: https://github.com/apache/kafka/pull/14176#discussion_r1294181153
##
storage/src/main/java/org/apache/kafka/storage/internals/log/LogConfig.java:
##
@@ -265,7 +266,12 @@ public Optional serverConfigName(String
configName) {
showuon commented on code in PR #14176:
URL: https://github.com/apache/kafka/pull/14176#discussion_r1294181153
##
storage/src/main/java/org/apache/kafka/storage/internals/log/LogConfig.java:
##
@@ -265,7 +266,12 @@ public Optional serverConfigName(String
configName) {
kamalcph commented on code in PR #14176:
URL: https://github.com/apache/kafka/pull/14176#discussion_r1294167123
##
storage/src/main/java/org/apache/kafka/storage/internals/log/LogConfig.java:
##
@@ -265,7 +266,12 @@ public Optional serverConfigName(String
configName) {
showuon commented on code in PR #14161:
URL: https://github.com/apache/kafka/pull/14161#discussion_r1294147126
##
core/src/main/scala/kafka/server/ConfigHandler.scala:
##
@@ -62,6 +62,12 @@ class TopicConfigHandler(private val logManager: LogManager,
kafkaConfig: KafkaC
to
showuon commented on code in PR #14161:
URL: https://github.com/apache/kafka/pull/14161#discussion_r1294147126
##
core/src/main/scala/kafka/server/ConfigHandler.scala:
##
@@ -62,6 +62,12 @@ class TopicConfigHandler(private val logManager: LogManager,
kafkaConfig: KafkaC
to
showuon commented on code in PR #14176:
URL: https://github.com/apache/kafka/pull/14176#discussion_r1294139696
##
storage/src/main/java/org/apache/kafka/storage/internals/log/LogConfig.java:
##
@@ -454,54 +460,101 @@ public static void validateNames(Properties props) {
showuon commented on PR #14176:
URL: https://github.com/apache/kafka/pull/14176#issuecomment-1678365110
> Please correct me if I have understood this wrongly, but this pull request
proposes propagating a configuration known only to the RemoteLogManagerConfig
to the LogConfig via the KafkaCo
kamalcph commented on code in PR #13947:
URL: https://github.com/apache/kafka/pull/13947#discussion_r1294097096
##
core/src/test/scala/integration/kafka/admin/RemoteTopicCRUDTest.scala:
##
@@ -0,0 +1,148 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or mo
mumrah opened a new pull request, #14208:
URL: https://github.com/apache/kafka/pull/14208
(no comment)
--
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-mai
jsancio commented on PR #14168:
URL: https://github.com/apache/kafka/pull/14168#issuecomment-1678276370
> `testBalancePartitionLeaders` is still failing in the CI after this
change. Can you please check that?
Correct. I'll try to spend sometime this week to figure out why it is
faili
jeffkbkim commented on code in PR #14182:
URL: https://github.com/apache/kafka/pull/14182#discussion_r1291721804
##
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/assignor/AbstractUniformAssignor.java:
##
@@ -0,0 +1,220 @@
+/*
+ * Licensed to the Apache Softw
jeffkbkim commented on code in PR #14182:
URL: https://github.com/apache/kafka/pull/14182#discussion_r1291714013
##
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/assignor/AbstractUniformAssignor.java:
##
@@ -0,0 +1,220 @@
+/*
+ * Licensed to the Apache Softw
gharris1727 commented on code in PR #14195:
URL: https://github.com/apache/kafka/pull/14195#discussion_r1294083162
##
tools/src/main/java/org/apache/kafka/tools/ConnectPluginPath.java:
##
@@ -368,6 +391,30 @@ private static void endCommand(
config.out.printf("Total
cmccabe commented on PR #13033:
URL: https://github.com/apache/kafka/pull/13033#issuecomment-1678247367
superseded by #14200
--
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.
cmccabe closed pull request #13033: KAFKA-14538: Implement KRaft metadata
transactions
URL: https://github.com/apache/kafka/pull/13033
--
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 co
cmccabe closed pull request #14132: KAFKA-14538: Implement KRaft metadata
transactions
URL: https://github.com/apache/kafka/pull/14132
--
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 co
cmccabe commented on PR #14132:
URL: https://github.com/apache/kafka/pull/14132#issuecomment-1678246884
duplicate of #14200
--
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.
cmccabe merged PR #14200:
URL: https://github.com/apache/kafka/pull/14200
--
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.
gharris1727 commented on code in PR #14195:
URL: https://github.com/apache/kafka/pull/14195#discussion_r1294058501
##
tools/src/main/java/org/apache/kafka/tools/ManifestWorkspace.java:
##
@@ -0,0 +1,573 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or mor
gharris1727 commented on code in PR #14195:
URL: https://github.com/apache/kafka/pull/14195#discussion_r1294055531
##
tools/src/main/java/org/apache/kafka/tools/ManifestWorkspace.java:
##
@@ -0,0 +1,573 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or mor
gharris1727 commented on code in PR #14195:
URL: https://github.com/apache/kafka/pull/14195#discussion_r1294055068
##
tools/src/test/java/org/apache/kafka/tools/ConnectPluginPathTest.java:
##
@@ -192,6 +194,51 @@ public void
testListMultipleWorkerConfigs(PluginLocationType type
gharris1727 commented on code in PR #14195:
URL: https://github.com/apache/kafka/pull/14195#discussion_r1294053643
##
tools/src/main/java/org/apache/kafka/tools/ManifestWorkspace.java:
##
@@ -0,0 +1,573 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or mor
gharris1727 commented on code in PR #14195:
URL: https://github.com/apache/kafka/pull/14195#discussion_r1294053484
##
tools/src/main/java/org/apache/kafka/tools/ManifestWorkspace.java:
##
@@ -0,0 +1,573 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or mor
Nickstery commented on code in PR #14104:
URL: https://github.com/apache/kafka/pull/14104#discussion_r1294052739
##
storage/src/main/java/org/apache/kafka/storage/internals/log/TimeIndex.java:
##
@@ -72,15 +72,17 @@ public TimeIndex(File file, long baseOffset, int
maxIndexSize,
jolshan merged PR #14138:
URL: https://github.com/apache/kafka/pull/14138
--
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-15308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
A. Sophie Blee-Goldman reassigned KAFKA-15308:
--
Assignee: Rohan Desai
> Wipe Stores upon OffsetOutOfRangeException in
jeqo commented on code in PR #14127:
URL: https://github.com/apache/kafka/pull/14127#discussion_r1294016456
##
storage/src/main/java/org/apache/kafka/server/log/remote/metadata/storage/ConsumerTask.java:
##
@@ -64,302 +64,395 @@
class ConsumerTask implements Runnable, Closeable
ethaden commented on code in PR #14130:
URL: https://github.com/apache/kafka/pull/14130#discussion_r1294020659
##
clients/src/test/resources/log4j.properties:
##
@@ -19,3 +19,5 @@ log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.Conversio
ethaden commented on code in PR #14130:
URL: https://github.com/apache/kafka/pull/14130#discussion_r1294016888
##
clients/src/main/java/org/apache/kafka/common/security/ssl/CommonNameLoggingTrustManagerFactoryWrapper.java:
##
@@ -0,0 +1,423 @@
+/*
+ * Licensed to the Apache Soft
junrao commented on code in PR #13947:
URL: https://github.com/apache/kafka/pull/13947#discussion_r1294012031
##
core/src/test/scala/integration/kafka/admin/RemoteTopicCRUDTest.scala:
##
@@ -0,0 +1,148 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
cmccabe commented on code in PR #14200:
URL: https://github.com/apache/kafka/pull/14200#discussion_r1294013056
##
metadata/src/main/resources/common/metadata/AbortTransactionRecord.json:
##
@@ -0,0 +1,24 @@
+// Licensed to the Apache Software Foundation (ASF) under one or more
+
rondagostino commented on code in PR #14083:
URL: https://github.com/apache/kafka/pull/14083#discussion_r1293962499
##
metadata/src/test/java/org/apache/kafka/image/DelegationTokenImageTest.java:
##
Review Comment:
Can we include `RemoveDelegationTokenRecord` in a test?
gharris1727 commented on code in PR #14195:
URL: https://github.com/apache/kafka/pull/14195#discussion_r1293958574
##
tools/src/main/java/org/apache/kafka/tools/ManifestWorkspace.java:
##
@@ -0,0 +1,573 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or mor
prestona commented on PR #14173:
URL: https://github.com/apache/kafka/pull/14173#issuecomment-1678023214
@C0urante / @tombentley (as recent approvers for issues with a `docs` tag),
if you have a few moments to look over this one - I'd appreciate your feedback.
Thanks.
--
This is an autom
philipnee opened a new pull request, #14207:
URL: https://github.com/apache/kafka/pull/14207
*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
jeffkbkim commented on PR #14124:
URL: https://github.com/apache/kafka/pull/14124#issuecomment-1677965382
@riedelmax is it possible to make the tests pass i.e. do nothing? then we
can make the changes in the second PR
--
This is an automated message from the Apache Git Service.
To respond
cadonna commented on code in PR #13927:
URL: https://github.com/apache/kafka/pull/13927#discussion_r1293901249
##
streams/src/test/java/org/apache/kafka/streams/integration/PurgeRepartitionTopicIntegrationTest.java:
##
@@ -212,10 +213,11 @@ public void shouldRestoreState() throw
C0urante commented on PR #14005:
URL: https://github.com/apache/kafka/pull/14005#issuecomment-1677950337
Thanks @gharris1727!
@mimaison If you'd still like to weigh in, I can leave this open until
Wednesday (two days from now).
--
This is an automated message from the Apache Git Se
C0urante commented on code in PR #14195:
URL: https://github.com/apache/kafka/pull/14195#discussion_r1293726875
##
tools/src/main/java/org/apache/kafka/tools/ConnectPluginPath.java:
##
@@ -368,6 +391,30 @@ private static void endCommand(
config.out.printf("Total plu
jeffkbkim commented on code in PR #14182:
URL: https://github.com/apache/kafka/pull/14182#discussion_r1291714013
##
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/assignor/AbstractUniformAssignor.java:
##
@@ -0,0 +1,220 @@
+/*
+ * Licensed to the Apache Softw
mumrah commented on code in PR #14200:
URL: https://github.com/apache/kafka/pull/14200#discussion_r1293841115
##
metadata/src/main/resources/common/metadata/AbortTransactionRecord.json:
##
@@ -0,0 +1,24 @@
+// Licensed to the Apache Software Foundation (ASF) under one or more
+/
junrao commented on code in PR #13561:
URL: https://github.com/apache/kafka/pull/13561#discussion_r1293851913
##
core/src/main/java/kafka/log/remote/RemoteLogManager.java:
##
@@ -698,11 +707,329 @@ public void run() {
}
}
+public void handleLogSta
junrao commented on code in PR #13561:
URL: https://github.com/apache/kafka/pull/13561#discussion_r1293823449
##
core/src/main/scala/kafka/log/UnifiedLog.scala:
##
@@ -2202,19 +2262,24 @@ case class RetentionMsBreach(log: UnifiedLog) extends
SegmentDeletionReason {
}
}
-c
pprovenzano commented on code in PR #14083:
URL: https://github.com/apache/kafka/pull/14083#discussion_r1293796381
##
metadata/src/main/java/org/apache/kafka/controller/DelegationTokenControlManager.java:
##
@@ -0,0 +1,381 @@
+/*
+ * Licensed to the Apache Software Foundation (A
pprovenzano commented on code in PR #14083:
URL: https://github.com/apache/kafka/pull/14083#discussion_r1293793859
##
metadata/src/main/java/org/apache/kafka/controller/DelegationTokenControlManager.java:
##
@@ -0,0 +1,381 @@
+/*
+ * Licensed to the Apache Software Foundation (A
pprovenzano commented on code in PR #14083:
URL: https://github.com/apache/kafka/pull/14083#discussion_r1293786529
##
core/src/main/scala/kafka/server/ControllerApis.scala:
##
@@ -842,6 +847,75 @@ class ControllerApis(val requestChannel: RequestChannel,
}
}
+ def ha
pprovenzano commented on code in PR #14083:
URL: https://github.com/apache/kafka/pull/14083#discussion_r1293786264
##
core/src/main/scala/kafka/server/DelegationTokenManager.scala:
##
@@ -24,30 +24,20 @@ import java.util.Base64
import javax.crypto.spec.SecretKeySpec
import j
ahuang98 opened a new pull request, #14206:
URL: https://github.com/apache/kafka/pull/14206
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgr
[
https://issues.apache.org/jira/browse/KAFKA-15337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias J. Sax updated KAFKA-15337:
Labels: need-kip (was: )
> Disable *-subscription-store-changelog topic creation for fore
[
https://issues.apache.org/jira/browse/KAFKA-15337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias J. Sax updated KAFKA-15337:
Component/s: streams
> Disable *-subscription-store-changelog topic creation for foreign k
junrao merged PR #13990:
URL: https://github.com/apache/kafka/pull/13990
--
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.o
AndrewJSchofield commented on code in PR #14111:
URL: https://github.com/apache/kafka/pull/14111#discussion_r1293735321
##
clients/src/main/java/org/apache/kafka/clients/Metadata.java:
##
@@ -81,23 +85,32 @@ public class Metadata implements Closeable {
*
* @param ref
pprovenzano commented on code in PR #14083:
URL: https://github.com/apache/kafka/pull/14083#discussion_r1293675820
##
metadata/src/main/java/org/apache/kafka/controller/DelegationTokenControlManager.java:
##
@@ -0,0 +1,381 @@
+/*
+ * Licensed to the Apache Software Foundation (A
cadonna merged PR #14001:
URL: https://github.com/apache/kafka/pull/14001
--
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.
cadonna commented on PR #14001:
URL: https://github.com/apache/kafka/pull/14001#issuecomment-1677529494
Build failures are unrelated:
```
Build / JDK 11 and Scala 2.13 /
org.apache.kafka.connect.mirror.integration.MirrorConnectorsIntegrationExactlyOnceTest.testOffsetTranslationBehindRe
philipnee commented on PR #13990:
URL: https://github.com/apache/kafka/pull/13990#issuecomment-1677501586
Hey @junrao - from the previous runs. it seems like JDK17 has been
completing with flaky tests.
https://ci-builds.apache.org/blue/organizations/jenkins/Kafka%2Fkafka-pr/activity?branch
junrao commented on PR #13990:
URL: https://github.com/apache/kafka/pull/13990#issuecomment-1677476713
@kirktrue : JDK 17 build was aborted. Did that pass locally?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
kamalcph commented on code in PR #13947:
URL: https://github.com/apache/kafka/pull/13947#discussion_r1293498028
##
storage/src/main/java/org/apache/kafka/storage/internals/log/RemoteIndexCache.java:
##
@@ -421,6 +425,7 @@ public void close() {
// Initiate shutdo
omkreddy commented on code in PR #14083:
URL: https://github.com/apache/kafka/pull/14083#discussion_r1293480410
##
core/src/main/scala/kafka/server/ControllerApis.scala:
##
@@ -842,6 +847,75 @@ class ControllerApis(val requestChannel: RequestChannel,
}
}
+ def handl
pprovenzano commented on code in PR #14083:
URL: https://github.com/apache/kafka/pull/14083#discussion_r1293465257
##
core/src/main/scala/kafka/server/ControllerApis.scala:
##
@@ -842,6 +847,75 @@ class ControllerApis(val requestChannel: RequestChannel,
}
}
+ def ha
pprovenzano commented on code in PR #14083:
URL: https://github.com/apache/kafka/pull/14083#discussion_r1293458695
##
metadata/src/main/java/org/apache/kafka/controller/QuorumController.java:
##
@@ -1498,6 +1543,30 @@ private void cancelNextWriteNoOpRecord() {
queue.can
pprovenzano commented on code in PR #14083:
URL: https://github.com/apache/kafka/pull/14083#discussion_r1293455737
##
metadata/src/main/java/org/apache/kafka/metadata/migration/KRaftMigrationZkWriter.java:
##
@@ -633,4 +641,35 @@ void handleAclsDelta(AclsImage image, AclsDelta d
pprovenzano commented on code in PR #14083:
URL: https://github.com/apache/kafka/pull/14083#discussion_r1293448066
##
core/src/test/scala/unit/kafka/server/DelegationTokenRequestsTest.scala:
##
@@ -109,13 +127,44 @@ class DelegationTokenRequestsTest extends BaseRequestTest
with
pprovenzano commented on code in PR #14083:
URL: https://github.com/apache/kafka/pull/14083#discussion_r1293441755
##
metadata/src/main/java/org/apache/kafka/controller/DelegationTokenControlManager.java:
##
@@ -0,0 +1,380 @@
+/*
+ * Licensed to the Apache Software Foundation (A
pprovenzano commented on code in PR #14083:
URL: https://github.com/apache/kafka/pull/14083#discussion_r1293439494
##
server-common/src/main/java/org/apache/kafka/server/common/MetadataVersion.java:
##
@@ -176,8 +176,11 @@ public enum MetadataVersion {
// Support for SCRAM
kamalcph commented on PR #14176:
URL: https://github.com/apache/kafka/pull/14176#issuecomment-1677269388
> Please correct me if I have understood this wrongly, but this pull request
proposes propagating a configuration known only to the RemoteLogManagerConfig
to the LogConfig via the KafkaC
divijvaidya commented on code in PR #13947:
URL: https://github.com/apache/kafka/pull/13947#discussion_r1292478923
##
storage/api/src/test/java/org/apache/kafka/server/log/remote/storage/NoOpRemoteLogMetadataManager.java:
##
@@ -29,12 +29,16 @@
public class NoOpRemoteLogMetadat
divijvaidya commented on code in PR #13947:
URL: https://github.com/apache/kafka/pull/13947#discussion_r1293423318
##
core/src/main/java/kafka/log/remote/RemoteLogManager.java:
##
@@ -343,21 +345,78 @@ public void onLeadershipChange(Set
partitionsBecomeLeader,
/**
*
kamalcph commented on code in PR #14176:
URL: https://github.com/apache/kafka/pull/14176#discussion_r1293423526
##
core/src/test/scala/integration/kafka/admin/RemoteTopicCRUDTest.scala:
##
@@ -0,0 +1,262 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or m
[
https://issues.apache.org/jira/browse/KAFKA-15342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Egerton updated KAFKA-15342:
--
Description:
We're currently stuck on Mockito 4.x.y because the 5.x.y line requires Java 11
a
[
https://issues.apache.org/jira/browse/KAFKA-14912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17754089#comment-17754089
]
hudeqi commented on KAFKA-14912:
Hi, [~divijvaidya] Caffeine does support “a max size by
clolov commented on PR #14176:
URL: https://github.com/apache/kafka/pull/14176#issuecomment-1677252009
Please correct me if I have understood this wrongly, but this pull request
proposes propagating a configuration known only to the RemoteLogManagerConfig
to the LogConfig via the KafkaConfi
[
https://issues.apache.org/jira/browse/KAFKA-15342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Egerton updated KAFKA-15342:
--
Description:
We're currently stuck on Mockito 4.x.y because the 5.x.y line requires Java 11
a
C0urante commented on PR #14186:
URL: https://github.com/apache/kafka/pull/14186#issuecomment-1677247712
Final note: I've filed
[KAFKA-15342](https://issues.apache.org/jira/browse/KAFKA-15342) as a reminder
to revert this change if we're able to upgrade to a version of Mockito that
include
Chris Egerton created KAFKA-15342:
-
Summary: Considering upgrading to Mockito 5.4.1 or later
Key: KAFKA-15342
URL: https://issues.apache.org/jira/browse/KAFKA-15342
Project: Kafka
Issue Type:
divijvaidya commented on code in PR #14204:
URL: https://github.com/apache/kafka/pull/14204#discussion_r1293407332
##
streams/src/test/java/org/apache/kafka/streams/kstream/internals/KTableTransformValuesTest.java:
##
@@ -163,104 +159,74 @@ public void shouldNotSendOldValuesByDe
[
https://issues.apache.org/jira/browse/KAFKA-14682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Egerton resolved KAFKA-14682.
---
Fix Version/s: 3.6.0
Resolution: Fixed
> Unused stubbings are not reported by Mockito
nikramakrishnan commented on code in PR #13561:
URL: https://github.com/apache/kafka/pull/13561#discussion_r1293402836
##
core/src/main/java/kafka/log/remote/RemoteLogManager.java:
##
@@ -698,11 +707,329 @@ public void run() {
}
}
+public void han
[
https://issues.apache.org/jira/browse/KAFKA-15341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Divij Vaidya updated KAFKA-15341:
-
Description:
When we are in a rolling restart to enable TS at system level, some brokers
have T
[
https://issues.apache.org/jira/browse/KAFKA-15341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Divij Vaidya updated KAFKA-15341:
-
Labels: KIP-405 (was: )
> Enabling TS for a topic during rolling restart causes problems
>
kamalcph commented on PR #14176:
URL: https://github.com/apache/kafka/pull/14176#issuecomment-1677211747
@divijvaidya @showuon
Addressed your review comments. PTAL.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
kamalcph commented on code in PR #14176:
URL: https://github.com/apache/kafka/pull/14176#discussion_r1293382005
##
core/src/test/scala/integration/kafka/admin/RemoteTopicCRUDTest.scala:
##
@@ -0,0 +1,262 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or m
clolov opened a new pull request, #14205:
URL: https://github.com/apache/kafka/pull/14205
This pull requests migrates mocks from FlushListenerTest,
TimestampedCacheFlushListenerTest and TimestampedTupleForwarderTest to Mockito.
--
This is an automated message from the Apache Git Service.
kamalcph commented on code in PR #14176:
URL: https://github.com/apache/kafka/pull/14176#discussion_r1293372005
##
core/src/test/scala/integration/kafka/admin/RemoteTopicCRUDTest.scala:
##
@@ -0,0 +1,262 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or m
kamalcph commented on code in PR #14176:
URL: https://github.com/apache/kafka/pull/14176#discussion_r1293370756
##
core/src/test/scala/integration/kafka/admin/RemoteTopicCRUDTest.scala:
##
@@ -0,0 +1,262 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or m
omkreddy commented on code in PR #14083:
URL: https://github.com/apache/kafka/pull/14083#discussion_r1293243166
##
core/src/main/scala/kafka/server/ControllerApis.scala:
##
@@ -842,6 +847,75 @@ class ControllerApis(val requestChannel: RequestChannel,
}
}
+ def handl
divijvaidya commented on code in PR #14176:
URL: https://github.com/apache/kafka/pull/14176#discussion_r1293349126
##
core/src/main/scala/kafka/server/ControllerServer.scala:
##
@@ -231,7 +231,7 @@ class ControllerServer(
setMetrics(quorumControllerMetrics).
divijvaidya commented on code in PR #14176:
URL: https://github.com/apache/kafka/pull/14176#discussion_r1293348162
##
core/src/main/scala/kafka/server/ControllerServer.scala:
##
@@ -231,7 +231,7 @@ class ControllerServer(
setMetrics(quorumControllerMetrics).
satishd commented on code in PR #13561:
URL: https://github.com/apache/kafka/pull/13561#discussion_r1293345266
##
core/src/main/scala/kafka/log/UnifiedLog.scala:
##
@@ -1390,7 +1424,15 @@ class UnifiedLog(@volatile var logStartOffset: Long,
private def deleteOldSegments(predi
satishd commented on code in PR #13561:
URL: https://github.com/apache/kafka/pull/13561#discussion_r1293344902
##
core/src/main/scala/kafka/log/UnifiedLog.scala:
##
@@ -1390,7 +1424,15 @@ class UnifiedLog(@volatile var logStartOffset: Long,
private def deleteOldSegments(predi
divijvaidya commented on code in PR #13561:
URL: https://github.com/apache/kafka/pull/13561#discussion_r1293336126
##
core/src/main/java/kafka/log/remote/RemoteLogManager.java:
##
@@ -595,6 +609,193 @@ public void run() {
}
}
+public void handleLo
divijvaidya commented on code in PR #13561:
URL: https://github.com/apache/kafka/pull/13561#discussion_r1293244517
##
core/src/main/java/kafka/log/remote/RemoteLogManager.java:
##
@@ -698,11 +707,329 @@ public void run() {
}
}
+public void handleL
[
https://issues.apache.org/jira/browse/KAFKA-14133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christo Lolov updated KAFKA-14133:
--
Description:
{color:#de350b}There are tests which use both PowerMock and EasyMock. I have
put
[
https://issues.apache.org/jira/browse/KAFKA-14133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christo Lolov updated KAFKA-14133:
--
Description:
{color:#de350b}There are tests which use both PowerMock and EasyMock. I have
put
[
https://issues.apache.org/jira/browse/KAFKA-13836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Deng Ziming resolved KAFKA-13836.
-
Resolution: Won't Fix
> Improve KRaft broker heartbeat logic
> -
dengziming closed pull request #11951: KAFKA-13836: Improve KRaft broker
heartbeat logic
URL: https://github.com/apache/kafka/pull/11951
--
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
dengziming commented on PR #11951:
URL: https://github.com/apache/kafka/pull/11951#issuecomment-1677113212
This has been fixed in #12983, we use
`sharedServer.loader.lastAppliedOffset()` which is the published offset.
--
This is an automated message from the Apache Git Service.
To respond
1 - 100 of 128 matches
Mail list logo