frankvicky commented on code in PR #19400:
URL: https://github.com/apache/kafka/pull/19400#discussion_r2072336376
##
streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java:
##
@@ -1645,6 +1606,7 @@ private Consumer
streamThreadLeaveConsumerGroup(final long remaini
frankvicky commented on code in PR #19400:
URL: https://github.com/apache/kafka/pull/19400#discussion_r2072336376
##
streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java:
##
@@ -1645,6 +1606,7 @@ private Consumer
streamThreadLeaveConsumerGroup(final long remaini
frankvicky commented on code in PR #19400:
URL: https://github.com/apache/kafka/pull/19400#discussion_r2072334931
##
streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java:
##
@@ -1645,6 +1606,7 @@ private Consumer
streamThreadLeaveConsumerGroup(final long remaini
kamalcph commented on PR #19629:
URL: https://github.com/apache/kafka/pull/19629#issuecomment-2848468509
This is a bug-fix, so porting the change to 4.0 branch.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
kamalcph opened a new pull request, #19629:
URL: https://github.com/apache/kafka/pull/19629
The remote storage reader thread pool use same count for both maximum and
core size. If users adjust the pool size larger than original value, it throws
`IllegalArgumentException`. Updated both value
frankvicky commented on code in PR #19400:
URL: https://github.com/apache/kafka/pull/19400#discussion_r2072333954
##
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java:
##
@@ -1776,22 +1780,28 @@ private long advanceNowAndComputeLatency() {
apalan60 commented on PR #19628:
URL: https://github.com/apache/kafka/pull/19628#issuecomment-2848465207
I reproduced the original failure by looping the full `RemoteIndexCacheTest`
100 times.
Before this change the test would intermittently fail within those 100 runs
due to the cleaner
apalan60 opened a new pull request, #19628:
URL: https://github.com/apache/kafka/pull/19628
Add a wait for cleaner thread shutdown in `testCleanerThreadShutdown` to
eliminate flakiness. After calling `cache.close()`, the test now uses
`TestUtils.waitForCondition` to poll until the backgroun
AndrewJSchofield commented on code in PR #19598:
URL: https://github.com/apache/kafka/pull/19598#discussion_r2072332551
##
core/src/main/java/kafka/server/share/SharePartition.java:
##
@@ -1343,21 +1346,30 @@ public boolean maybeAcquireFetchLock() {
}
/**
- * Rel
AndrewJSchofield merged PR #19624:
URL: https://github.com/apache/kafka/pull/19624
--
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...@kafk
frankvicky merged PR #19627:
URL: https://github.com/apache/kafka/pull/19627
--
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
chia7712 commented on code in PR #19626:
URL: https://github.com/apache/kafka/pull/19626#discussion_r2072321157
##
clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java:
##
@@ -4487,7 +4487,7 @@ public void handleResponse(AbstractResponse
abstractResponse)
chia7712 merged PR #19613:
URL: https://github.com/apache/kafka/pull/19613
--
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
github-actions[bot] commented on PR #18706:
URL: https://github.com/apache/kafka/pull/18706#issuecomment-2848406098
This PR is being marked as stale since it has not had any activity in 90
days. If you
would like to keep this PR alive, please leave a comment asking for a
review. If the P
github-actions[bot] commented on PR #19231:
URL: https://github.com/apache/kafka/pull/19231#issuecomment-2848398256
A label of 'needs-attention' was automatically added to this PR in order to
raise the
attention of the committers. Once this issue has been triaged, the `triage`
label
s
github-actions[bot] commented on PR #19236:
URL: https://github.com/apache/kafka/pull/19236#issuecomment-2848398244
A label of 'needs-attention' was automatically added to this PR in order to
raise the
attention of the committers. Once this issue has been triaged, the `triage`
label
s
github-actions[bot] commented on PR #19566:
URL: https://github.com/apache/kafka/pull/19566#issuecomment-2848398183
A label of 'needs-attention' was automatically added to this PR in order to
raise the
attention of the committers. Once this issue has been triaged, the `triage`
label
s
github-actions[bot] commented on PR #19517:
URL: https://github.com/apache/kafka/pull/19517#issuecomment-2848398196
A label of 'needs-attention' was automatically added to this PR in order to
raise the
attention of the committers. Once this issue has been triaged, the `triage`
label
s
Yunyung commented on code in PR #19613:
URL: https://github.com/apache/kafka/pull/19613#discussion_r2072290801
##
storage/src/main/java/org/apache/kafka/storage/internals/log/UnifiedLog.java:
##
@@ -2416,15 +2416,14 @@ public static void
rebuildProducerState(ProducerStateManage
xijiu commented on code in PR #19578:
URL: https://github.com/apache/kafka/pull/19578#discussion_r2072281764
##
clients/src/test/java/org/apache/kafka/clients/consumer/internals/AsyncKafkaConsumerTest.java:
##
@@ -994,8 +994,8 @@ public void testBeginningOffsetsWithZeroTimeout()
[
https://issues.apache.org/jira/browse/KAFKA-19234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17949112#comment-17949112
]
Jun Rao commented on KAFKA-19234:
-
It seems that the Fetch request does the right thing.
mjsax opened a new pull request, #19627:
URL: https://github.com/apache/kafka/pull/19627
(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-mail
Travis Bischel created KAFKA-19235:
--
Summary: STALE_MEMBER_EPOCH is mostly non-recoverable and forces
lost commits when leaving a group (KIP-848)
Key: KAFKA-19235
URL: https://issues.apache.org/jira/browse/KAFKA-
yunchipang opened a new pull request, #19626:
URL: https://github.com/apache/kafka/pull/19626
replace all applicable `.stream().forEach()` in codebase with just
`.forEach()`.
Reviewers: @chia7712
--
This is an automated message from the Apache Git Service.
To respond to the me
junrao commented on code in PR #15968:
URL: https://github.com/apache/kafka/pull/15968#discussion_r2072181804
##
core/src/main/scala/kafka/server/KafkaApis.scala:
##
@@ -396,57 +396,72 @@ class KafkaApis(val requestChannel: RequestChannel,
}
}
-val unauthorized
[
https://issues.apache.org/jira/browse/KAFKA-19234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17949028#comment-17949028
]
Justine Olshan edited comment on KAFKA-19234 at 5/2/25 9:24 PM:
--
jolshan commented on code in PR #15968:
URL: https://github.com/apache/kafka/pull/15968#discussion_r2072162665
##
core/src/main/scala/kafka/server/KafkaApis.scala:
##
@@ -396,57 +396,72 @@ class KafkaApis(val requestChannel: RequestChannel,
}
}
-val unauthorize
jolshan commented on code in PR #15968:
URL: https://github.com/apache/kafka/pull/15968#discussion_r2072160983
##
core/src/main/scala/kafka/server/KafkaApis.scala:
##
@@ -396,57 +396,72 @@ class KafkaApis(val requestChannel: RequestChannel,
}
}
-val unauthorize
[
https://issues.apache.org/jira/browse/KAFKA-19234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17949028#comment-17949028
]
Justine Olshan commented on KAFKA-19234:
relevant previous discussion here: KAFK
jolshan commented on code in PR #15968:
URL: https://github.com/apache/kafka/pull/15968#discussion_r2072160576
##
core/src/main/scala/kafka/server/KafkaApis.scala:
##
@@ -396,57 +396,72 @@ class KafkaApis(val requestChannel: RequestChannel,
}
}
-val unauthorize
jolshan commented on code in PR #15968:
URL: https://github.com/apache/kafka/pull/15968#discussion_r2072158783
##
core/src/main/scala/kafka/server/KafkaApis.scala:
##
@@ -396,57 +396,72 @@ class KafkaApis(val requestChannel: RequestChannel,
}
}
-val unauthorize
[
https://issues.apache.org/jira/browse/KAFKA-19233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17949021#comment-17949021
]
Travis Bischel commented on KAFKA-19233:
Sorry, I wrote FENCED_LEADER_EPOCH abov
[
https://issues.apache.org/jira/browse/KAFKA-19233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Travis Bischel updated KAFKA-19233:
---
Description:
If a group is on generation > 1 and a member is fenced, the member cannot
rejo
junrao commented on PR #19592:
URL: https://github.com/apache/kafka/pull/19592#issuecomment-2848096085
@apoorvmittal10 : Since you requested a self review, I will let you review
it again.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
[
https://issues.apache.org/jira/browse/KAFKA-19233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17949009#comment-17949009
]
Travis Bischel edited comment on KAFKA-19233 at 5/2/25 8:48 PM:
--
[
https://issues.apache.org/jira/browse/KAFKA-19233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17949009#comment-17949009
]
Travis Bischel edited comment on KAFKA-19233 at 5/2/25 8:47 PM:
--
[
https://issues.apache.org/jira/browse/KAFKA-19222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17949018#comment-17949018
]
Travis Bischel edited comment on KAFKA-19222 at 5/2/25 8:45 PM:
--
junrao commented on code in PR #15968:
URL: https://github.com/apache/kafka/pull/15968#discussion_r2072132880
##
core/src/main/scala/kafka/server/KafkaApis.scala:
##
@@ -396,57 +396,72 @@ class KafkaApis(val requestChannel: RequestChannel,
}
}
-val unauthorized
[
https://issues.apache.org/jira/browse/KAFKA-19222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17949018#comment-17949018
]
Travis Bischel commented on KAFKA-19222:
Re-issuing with all fields is the solut
[
https://issues.apache.org/jira/browse/KAFKA-19234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jun Rao updated KAFKA-19234:
Description:
In [https://github.com/apache/kafka/pull/15968/files], we changed the
authorization logic sl
Jun Rao created KAFKA-19234:
---
Summary: broker should return UNAUTHORIZATION error for
non-existing topic in produce request
Key: KAFKA-19234
URL: https://issues.apache.org/jira/browse/KAFKA-19234
Project: K
[
https://issues.apache.org/jira/browse/KAFKA-18574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17949010#comment-17949010
]
Harsh Kuddu commented on KAFKA-18574:
-
Hi [~kirktrue], I have sent an email to get p
kirktrue commented on code in PR #19609:
URL: https://github.com/apache/kafka/pull/19609#discussion_r2072110596
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerNetworkThread.java:
##
@@ -154,16 +153,12 @@ void runOnce() {
lastPollTimeMs = cu
[
https://issues.apache.org/jira/browse/KAFKA-19233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17949009#comment-17949009
]
Travis Bischel commented on KAFKA-19233:
What has you thinking (1) did not happe
lianetm commented on code in PR #19578:
URL: https://github.com/apache/kafka/pull/19578#discussion_r2072105523
##
clients/src/test/java/org/apache/kafka/clients/consumer/internals/AsyncKafkaConsumerTest.java:
##
@@ -994,8 +994,8 @@ public void testBeginningOffsetsWithZeroTimeout
kirktrue commented on code in PR #19609:
URL: https://github.com/apache/kafka/pull/19609#discussion_r2072105412
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerNetworkThread.java:
##
@@ -154,16 +153,12 @@ void runOnce() {
lastPollTimeMs = cu
kirktrue commented on code in PR #19609:
URL: https://github.com/apache/kafka/pull/19609#discussion_r2072104421
##
clients/src/test/java/org/apache/kafka/clients/consumer/internals/FetchRequestManagerTest.java:
##
@@ -382,7 +382,7 @@ public void testFetcherCloseClosesFetchSessio
kirktrue commented on code in PR #19609:
URL: https://github.com/apache/kafka/pull/19609#discussion_r2072104073
##
clients/src/test/java/org/apache/kafka/clients/consumer/internals/ConsumerNetworkThreadTest.java:
##
@@ -117,9 +116,9 @@ public void testEnsureCloseStopsRunningThre
UladzislauBlok commented on PR #19608:
URL: https://github.com/apache/kafka/pull/19608#issuecomment-2847990255
One failed flaky test: PlaintextConsumerTest >
testCloseLeavesGroupOnInterrupt(String).groupProtocol=classic
Not related to current change
--
This is an automated message from
[
https://issues.apache.org/jira/browse/KAFKA-19222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17948969#comment-17948969
]
Lianet Magrans commented on KAFKA-19222:
Hey [~twmb] ! When implementing the pr
[
https://issues.apache.org/jira/browse/KAFKA-19233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17948964#comment-17948964
]
Lianet Magrans commented on KAFKA-19233:
Hi [~twmb] ! When a member is fenced, i
[
https://issues.apache.org/jira/browse/KAFKA-18537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
HongYi Chen reassigned KAFKA-18537:
---
Assignee: HongYi Chen
> Fix flaky RemoteIndexCacheTest#testCleanerThreadShutdown
>
[
https://issues.apache.org/jira/browse/KAFKA-18537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17948961#comment-17948961
]
Chia-Ping Tsai commented on KAFKA-18537:
It should be test by TestUtils.waitForC
[
https://issues.apache.org/jira/browse/KAFKA-18957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17948960#comment-17948960
]
Travis Bischel commented on KAFKA-18957:
As a point of consolation, I have not r
[
https://issues.apache.org/jira/browse/KAFKA-17091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17948952#comment-17948952
]
Matthias J. Sax commented on KAFKA-17091:
-
Fixed via [https://github.com/apache/
[
https://issues.apache.org/jira/browse/KAFKA-17091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias J. Sax updated KAFKA-17091:
Labels: (was: need-kip)
> Add @FunctionalInterface to Streams interfaces
> -
[
https://issues.apache.org/jira/browse/KAFKA-17091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias J. Sax reassigned KAFKA-17091:
---
Assignee: (was: Ray McDermott)
> Add @FunctionalInterface to Streams interfaces
mjsax commented on PR #16544:
URL: https://github.com/apache/kafka/pull/16544#issuecomment-2847788380
Fixed via https://github.com/apache/kafka/pull/19234
--
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 t
adixitconfluent commented on code in PR #19592:
URL: https://github.com/apache/kafka/pull/19592#discussion_r2071960339
##
core/src/main/java/kafka/server/share/DelayedShareFetch.java:
##
@@ -248,6 +250,8 @@ private void
processAcquiredTopicPartitionsForLocalLogFetch(LinkedHashM
chia7712 commented on code in PR #19578:
URL: https://github.com/apache/kafka/pull/19578#discussion_r2071933799
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AsyncKafkaConsumer.java:
##
@@ -1306,7 +1306,10 @@ private Map
beginningOrEndOffset(Collection();
mjsax commented on code in PR #19617:
URL: https://github.com/apache/kafka/pull/19617#discussion_r2071933067
##
streams/integration-tests/src/test/java/org/apache/kafka/streams/integration/AdjustStreamThreadCountTest.java:
##
@@ -239,10 +241,30 @@ public void shouldAddAndRemoveT
xijiu commented on PR #19578:
URL: https://github.com/apache/kafka/pull/19578#issuecomment-2847734750
@lianetm That's indeed the case. The suggestions are very clear, and I
will fix them soon.
--
This is an automated message from the Apache Git Service.
To respond to the message, please
junrao commented on code in PR #19592:
URL: https://github.com/apache/kafka/pull/19592#discussion_r2071876211
##
core/src/main/java/kafka/server/share/DelayedShareFetch.java:
##
@@ -274,6 +276,32 @@ private void
processAcquiredTopicPartitionsForLocalLogFetch(LinkedHashMap has l
lucasbru commented on PR #19625:
URL: https://github.com/apache/kafka/pull/19625#issuecomment-2847678577
https://confluent-open-source-kafka-branch-builder-system-test-results.s3-us-west-2.amazonaws.com/trunk/2025-05-02--001.2516e1f2-7702-48ec-a5ba-54bce7a4f328--1746204646--lucasbru--system_
smjn commented on code in PR #19624:
URL: https://github.com/apache/kafka/pull/19624#discussion_r2071865341
##
share-coordinator/src/main/java/org/apache/kafka/coordinator/share/ShareCoordinatorService.java:
##
@@ -322,7 +322,7 @@ private CompletableFuture
performRecordPruning(
smjn commented on code in PR #19624:
URL: https://github.com/apache/kafka/pull/19624#discussion_r2071865341
##
share-coordinator/src/main/java/org/apache/kafka/coordinator/share/ShareCoordinatorService.java:
##
@@ -322,7 +322,7 @@ private CompletableFuture
performRecordPruning(
[
https://issues.apache.org/jira/browse/KAFKA-19153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirk True updated KAFKA-19153:
--
Summary: Add OAuth integration tests (was: Add OAuth integration tests
using Keycloak)
> Add OAuth i
AndrewJSchofield commented on code in PR #19619:
URL: https://github.com/apache/kafka/pull/19619#discussion_r2071867706
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/ShareSessionHandler.java:
##
@@ -219,7 +219,8 @@ private String
topicIdPartitionsToLogStr
smjn commented on code in PR #19624:
URL: https://github.com/apache/kafka/pull/19624#discussion_r2071865341
##
share-coordinator/src/main/java/org/apache/kafka/coordinator/share/ShareCoordinatorService.java:
##
@@ -322,7 +322,7 @@ private CompletableFuture
performRecordPruning(
smjn commented on code in PR #19624:
URL: https://github.com/apache/kafka/pull/19624#discussion_r2071865341
##
share-coordinator/src/main/java/org/apache/kafka/coordinator/share/ShareCoordinatorService.java:
##
@@ -322,7 +322,7 @@ private CompletableFuture
performRecordPruning(
apoorvmittal10 commented on code in PR #19624:
URL: https://github.com/apache/kafka/pull/19624#discussion_r2071834228
##
share-coordinator/src/main/java/org/apache/kafka/coordinator/share/ShareCoordinatorService.java:
##
@@ -322,7 +322,7 @@ private CompletableFuture
performReco
[
https://issues.apache.org/jira/browse/KAFKA-19222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirk True updated KAFKA-19222:
--
Component/s: clients
consumer
> Invalid FENCED_MEMBER_EPOCH error to ConsumerGroupHea
[
https://issues.apache.org/jira/browse/KAFKA-19233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirk True updated KAFKA-19233:
--
Component/s: clients
consumer
> Members cannot rejoin with epoch=0 for KIP-848
>
lucasbru opened a new pull request, #19625:
URL: https://github.com/apache/kafka/pull/19625
Delete this text and replace it with a detailed description of your change.
The
PR title and body will become the squashed commit message.
If you would like to tag individuals, add some com
Travis Bischel created KAFKA-19233:
--
Summary: Members cannot rejoin with epoch=0 for KIP-848
Key: KAFKA-19233
URL: https://issues.apache.org/jira/browse/KAFKA-19233
Project: Kafka
Issue Type
apoorvmittal10 commented on code in PR #19624:
URL: https://github.com/apache/kafka/pull/19624#discussion_r2071834228
##
share-coordinator/src/main/java/org/apache/kafka/coordinator/share/ShareCoordinatorService.java:
##
@@ -322,7 +322,7 @@ private CompletableFuture
performReco
[
https://issues.apache.org/jira/browse/KAFKA-19228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Wu updated KAFKA-19228:
-
Description:
The current implementation of this flag will write kraft version 1 to the
`bootstrap.check
[
https://issues.apache.org/jira/browse/KAFKA-19228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Wu updated KAFKA-19228:
-
Description:
The current implementation of this flag will write kraft version 1 to the
bootstrap metada
kevin-wu24 commented on code in PR #19589:
URL: https://github.com/apache/kafka/pull/19589#discussion_r2071812359
##
raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java:
##
@@ -3328,6 +3405,23 @@ private UpdateRaftVoterRequestData
buildUpdateVoterRequest() {
FrankYang0529 commented on PR #19574:
URL: https://github.com/apache/kafka/pull/19574#issuecomment-2847556462
@chia7712 I addressed all comments. Thanks.
--
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
smjn opened a new pull request, #19624:
URL: https://github.com/apache/kafka/pull/19624
* We have a 2 perpetual timer tasks in ShareCoordinatorService to do
internal topic cleanup and snapshot cold partitions respectively.
* There are a few info level logs being printed as part of the pro
jim0987795064 opened a new pull request, #19623:
URL: https://github.com/apache/kafka/pull/19623
Delete this text and replace it with a detailed description of your change.
The
PR title and body will become the squashed commit message.
If you would like to tag individuals, add som
kirktrue opened a new pull request, #19622:
URL: https://github.com/apache/kafka/pull/19622
Rename `AccessTokenRetriever` and `AccessTokenValidator` to `JwtRetriever`
and `JwtValidator`, respectively. Also converting the factory pattern classes
`AccessTokenRetrieverFactory` and `AccessToken
[
https://issues.apache.org/jira/browse/KAFKA-18996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17948922#comment-17948922
]
Siddhartha Devineni commented on KAFKA-18996:
-
Here is the PR for this imple
siddharthaDevineni opened a new pull request, #19621:
URL: https://github.com/apache/kafka/pull/19621
KIP-1174:
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=354453959
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
chia7712 commented on code in PR #19613:
URL: https://github.com/apache/kafka/pull/19613#discussion_r2071664068
##
storage/src/main/java/org/apache/kafka/storage/internals/log/UnifiedLog.java:
##
@@ -2443,11 +2442,9 @@ public static void
rebuildProducerState(ProducerStateManage
lianetm commented on code in PR #19578:
URL: https://github.com/apache/kafka/pull/19578#discussion_r2071621283
##
clients/src/main/java/org/apache/kafka/clients/consumer/KafkaConsumer.java:
##
@@ -1634,7 +1635,8 @@ public Map
beginningOffsets(Collection par
* @param parti
FrankYang0529 commented on PR #19568:
URL: https://github.com/apache/kafka/pull/19568#issuecomment-2847215953
@chia7712 Fixed conflicts. Thanks.
--
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 th
chirag-wadhwa5 closed pull request #19620: MINOR: Ignoring test_broker_failure
until the the failure is resolved
URL: https://github.com/apache/kafka/pull/19620
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
AndrewJSchofield merged PR #19603:
URL: https://github.com/apache/kafka/pull/19603
--
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...@kafk
[
https://issues.apache.org/jira/browse/KAFKA-14056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17948899#comment-17948899
]
Dhiyaneshwaran Radhakrishnan commented on KAFKA-14056:
--
Since this
[
https://issues.apache.org/jira/browse/KAFKA-14056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17948896#comment-17948896
]
Dhiyaneshwaran Radhakrishnan edited comment on KAFKA-14056 at 5/2/25 12:40 PM:
---
[
https://issues.apache.org/jira/browse/KAFKA-14056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17948896#comment-17948896
]
Dhiyaneshwaran Radhakrishnan edited comment on KAFKA-14056 at 5/2/25 12:39 PM:
---
[
https://issues.apache.org/jira/browse/KAFKA-14056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17948896#comment-17948896
]
Dhiyaneshwaran Radhakrishnan commented on KAFKA-14056:
--
Hi all,
I’
ableegoldman commented on code in PR #19400:
URL: https://github.com/apache/kafka/pull/19400#discussion_r2071546806
##
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java:
##
@@ -2013,6 +2024,12 @@ public Map>
clientInstanceIds(final Duration ti
ableegoldman commented on code in PR #19400:
URL: https://github.com/apache/kafka/pull/19400#discussion_r2071532836
##
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java:
##
@@ -1776,22 +1780,28 @@ private long advanceNowAndComputeLatency() {
ableegoldman commented on code in PR #19400:
URL: https://github.com/apache/kafka/pull/19400#discussion_r2071529203
##
streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java:
##
@@ -1181,7 +1180,6 @@ private Optional removeStreamThread(final long
timeoutMs) throws Tim
chirag-wadhwa5 opened a new pull request, #19620:
URL: https://github.com/apache/kafka/pull/19620
Previous few nightly runs show that the system test `test_broker_failure` is
failing. This PR marks that test with @ignore until the test is fixed
--
This is an automated message from the Apa
ableegoldman commented on code in PR #19400:
URL: https://github.com/apache/kafka/pull/19400#discussion_r2071526999
##
streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java:
##
@@ -1181,7 +1180,6 @@ private Optional removeStreamThread(final long
timeoutMs) throws Tim
xijiu commented on code in PR #19578:
URL: https://github.com/apache/kafka/pull/19578#discussion_r2071504565
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AsyncKafkaConsumer.java:
##
@@ -1306,7 +1306,10 @@ private Map
beginningOrEndOffset(Collection();
R
1 - 100 of 121 matches
Mail list logo