[
https://issues.apache.org/jira/browse/KAFKA-10731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17950683#comment-17950683
]
Jonathan Lacefield commented on KAFKA-10731:
Is this a dup of https://issue
[
https://issues.apache.org/jira/browse/KAFKA-19220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai resolved KAFKA-19220.
Fix Version/s: 4.1.0
Resolution: Fixed
> add tests to ensure the internal configs d
FrankYang0529 commented on code in PR #19669:
URL: https://github.com/apache/kafka/pull/19669#discussion_r2083217276
##
clients/src/test/java/org/apache/kafka/clients/consumer/KafkaConsumerTest.java:
##
@@ -2253,44 +2262,49 @@ public void testPollAuthenticationFailure(GroupProto
chia7712 commented on code in PR #19633:
URL: https://github.com/apache/kafka/pull/19633#discussion_r2083222547
##
core/src/test/scala/integration/kafka/api/AuthorizerIntegrationTest.scala:
##
@@ -2955,7 +2886,7 @@ class AuthorizerIntegrationTest extends
AbstractAuthorizerInteg
chia7712 commented on code in PR #19661:
URL: https://github.com/apache/kafka/pull/19661#discussion_r2083214768
##
clients/src/main/java/org/apache/kafka/common/record/FileRecords.java:
##
@@ -54,33 +54,55 @@ public class FileRecords extends AbstractRecords implements
Closeable
FrankYang0529 commented on code in PR #19669:
URL: https://github.com/apache/kafka/pull/19669#discussion_r2083214975
##
clients/src/test/java/org/apache/kafka/clients/consumer/KafkaConsumerTest.java:
##
@@ -404,11 +405,11 @@ public void testPollReturnsRecords(GroupProtocol
grou
chia7712 merged PR #19482:
URL: https://github.com/apache/kafka/pull/19482
--
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
chia7712 commented on code in PR #19630:
URL: https://github.com/apache/kafka/pull/19630#discussion_r2083219505
##
core/src/main/scala/kafka/server/LocalLeaderEndPoint.scala:
##
@@ -216,8 +221,8 @@ class LocalLeaderEndPoint(sourceBroker: BrokerEndPoint,
partitionsWithEr
chia7712 merged PR #19650:
URL: https://github.com/apache/kafka/pull/19650
--
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
chia7712 commented on PR #19633:
URL: https://github.com/apache/kafka/pull/19633#issuecomment-2868963687
the failed test is traced by
https://issues.apache.org/jira/browse/KAFKA-19243
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
chia7712 commented on PR #19579:
URL: https://github.com/apache/kafka/pull/19579#issuecomment-2868974596
@Yunyung please check the failed tests
--
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
mingyen066 commented on code in PR #19633:
URL: https://github.com/apache/kafka/pull/19633#discussion_r2083223060
##
core/src/test/scala/integration/kafka/api/AuthorizerIntegrationTest.scala:
##
@@ -2955,7 +2886,7 @@ class AuthorizerIntegrationTest extends
AbstractAuthorizerInt
[
https://issues.apache.org/jira/browse/KAFKA-19109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai resolved KAFKA-19109.
Fix Version/s: 4.1.0
Resolution: Fixed
> Don't print null in kafka-metadata-quorum
chia7712 merged PR #19543:
URL: https://github.com/apache/kafka/pull/19543
--
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
chia7712 commented on code in PR #19569:
URL: https://github.com/apache/kafka/pull/19569#discussion_r2083227021
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerNetworkThread.java:
##
@@ -339,11 +339,20 @@ void cleanup() {
log.trace("Closing
chia7712 merged PR #19346:
URL: https://github.com/apache/kafka/pull/19346
--
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-19068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai resolved KAFKA-19068.
Fix Version/s: 4.1.0
Resolution: Fixed
> Eliminate the duplicate type check in crea
mingyen066 commented on code in PR #19633:
URL: https://github.com/apache/kafka/pull/19633#discussion_r2083223060
##
core/src/test/scala/integration/kafka/api/AuthorizerIntegrationTest.scala:
##
@@ -2955,7 +2886,7 @@ class AuthorizerIntegrationTest extends
AbstractAuthorizerInt
kamalcph merged PR #19336:
URL: https://github.com/apache/kafka/pull/19336
--
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-17019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17950675#comment-17950675
]
sanghyeok An commented on KAFKA-17019:
--
Thanks a lot!
I assigned this issue to mys
[
https://issues.apache.org/jira/browse/KAFKA-17019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
sanghyeok An reassigned KAFKA-17019:
Assignee: sanghyeok An
> Producer TimeoutException should include root cause
> --
m1a2st commented on code in PR #19669:
URL: https://github.com/apache/kafka/pull/19669#discussion_r2083125691
##
clients/src/test/java/org/apache/kafka/clients/consumer/KafkaConsumerTest.java:
##
@@ -2674,8 +2690,8 @@ public void testCurrentLag(GroupProtocol groupProtocol)
thro
snehashisp commented on PR #18325:
URL: https://github.com/apache/kafka/pull/18325#issuecomment-2868819839
Hi @gharris1727. Have addressed the comments in this PR, PTAL soon.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
TaiJuWu commented on code in PR #19579:
URL: https://github.com/apache/kafka/pull/19579#discussion_r2083357389
##
checkstyle/import-control-clients-integration-tests.xml:
##
@@ -21,7 +21,6 @@
-
Review Comment:
Should we change to `` ?
In order to reminde
TaiJuWu commented on PR #17544:
URL: https://github.com/apache/kafka/pull/17544#issuecomment-2869289547
@peterxcli Could you help to resolve this conflict and re-trigger CI?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
TaiJuWu commented on code in PR #19579:
URL: https://github.com/apache/kafka/pull/19579#discussion_r2083357389
##
checkstyle/import-control-clients-integration-tests.xml:
##
@@ -21,7 +21,6 @@
-
Review Comment:
Should we change to `` ?
In order to reminde
lorcanj opened a new pull request, #19670:
URL: https://github.com/apache/kafka/pull/19670
Addresses: [KAFKA-13555](https://issues.apache.org/jira/browse/KAFKA-13555)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
Yunyung commented on code in PR #19669:
URL: https://github.com/apache/kafka/pull/19669#discussion_r2083239520
##
clients/src/test/java/org/apache/kafka/clients/consumer/KafkaConsumerTest.java:
##
@@ -404,11 +405,11 @@ public void testPollReturnsRecords(GroupProtocol
groupProto
chia7712 commented on code in PR #18929:
URL: https://github.com/apache/kafka/pull/18929#discussion_r2083236898
##
clients/src/main/java/org/apache/kafka/common/requests/AlterShareGroupOffsetsRequest.java:
##
@@ -78,6 +78,24 @@ public static AlterShareGroupOffsetsRequest parse(R
apalan60 commented on PR #19482:
URL: https://github.com/apache/kafka/pull/19482#issuecomment-2868724157
> @apalan60 thanks for this patch. Is it possible to replace
`ProducerStateManagerConfig` by `TransactionLogConfig`? In the
`DynamicProducerStateManagerConfig` we create `TransactionLogC
aryojp opened a new pull request, #19671:
URL: https://github.com/apache/kafka/pull/19671
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 comme
cmccabe merged PR #19655:
URL: https://github.com/apache/kafka/pull/19655
--
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.
ahuang98 commented on code in PR #19658:
URL: https://github.com/apache/kafka/pull/19658#discussion_r2082083752
##
raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java:
##
@@ -1048,14 +1053,18 @@ private void maybeHandleElectionLoss(NomineeState
state, long currentTime
[
https://issues.apache.org/jira/browse/KAFKA-19259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17950685#comment-17950685
]
Arpit Goyal edited comment on KAFKA-19259 at 5/10/25 1:39 PM:
[
https://issues.apache.org/jira/browse/KAFKA-19259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17950685#comment-17950685
]
Arpit Goyal commented on KAFKA-19259:
-
Hi Lianet
Can i pick this ?
> Async consume
Chia-Ping Tsai created KAFKA-19261:
--
Summary: Move ConnectionQuotas to server module
Key: KAFKA-19261
URL: https://issues.apache.org/jira/browse/KAFKA-19261
Project: Kafka
Issue Type: Sub-ta
[
https://issues.apache.org/jira/browse/KAFKA-19261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chang Chi Hsu reassigned KAFKA-19261:
-
Assignee: Chang Chi Hsu (was: Chia-Ping Tsai)
> Move ConnectionQuotas to server module
[
https://issues.apache.org/jira/browse/KAFKA-17274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai resolved KAFKA-17274.
Fix Version/s: (was: 5.0.0)
Resolution: Duplicate
the deprecated classes are al
Chia-Ping Tsai created KAFKA-19260:
--
Summary: Move LoggingController to server module
Key: KAFKA-19260
URL: https://issues.apache.org/jira/browse/KAFKA-19260
Project: Kafka
Issue Type: Sub-t
[
https://issues.apache.org/jira/browse/KAFKA-19260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yunchi Pang reassigned KAFKA-19260:
---
Assignee: Yunchi Pang (was: Chia-Ping Tsai)
> Move LoggingController to server module
> --
[
https://issues.apache.org/jira/browse/KAFKA-18486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17950705#comment-17950705
]
Chia-Ping Tsai commented on KAFKA-18486:
[~dajac] any updates?
> Remove Replica
Yunyung commented on PR #19579:
URL: https://github.com/apache/kafka/pull/19579#issuecomment-2869081857
> @Yunyung please check the failed tests
Done. Thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
lorcanj commented on PR #19670:
URL: https://github.com/apache/kafka/pull/19670#issuecomment-2869110421
The assignment logic for active tasks now primarily uses the number of input
partitions as a proxy for individual task weight.
The trigger for rebalancing active tasks considers the
[
https://issues.apache.org/jira/browse/KAFKA-13555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17950712#comment-17950712
]
Lorcan commented on KAFKA-13555:
Hi all, here's the PR link:
[https://github.com/apache
[
https://issues.apache.org/jira/browse/KAFKA-13555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17950712#comment-17950712
]
Lorcan edited comment on KAFKA-13555 at 5/10/25 7:02 PM:
-
Hi all
mjsax commented on code in PR #19669:
URL: https://github.com/apache/kafka/pull/19669#discussion_r2083380718
##
clients/src/test/java/org/apache/kafka/clients/consumer/KafkaConsumerTest.java:
##
@@ -404,11 +405,11 @@ public void testPollReturnsRecords(GroupProtocol
groupProtoco
mjsax commented on code in PR #19669:
URL: https://github.com/apache/kafka/pull/19669#discussion_r2083380270
##
clients/src/test/java/org/apache/kafka/clients/consumer/KafkaConsumerTest.java:
##
@@ -404,11 +405,11 @@ public void testPollReturnsRecords(GroupProtocol
groupProtoco
mjsax commented on code in PR #19669:
URL: https://github.com/apache/kafka/pull/19669#discussion_r2083381315
##
clients/src/test/java/org/apache/kafka/clients/consumer/KafkaConsumerTest.java:
##
@@ -2253,44 +2262,49 @@ public void testPollAuthenticationFailure(GroupProtocol
gro
mjsax commented on code in PR #19669:
URL: https://github.com/apache/kafka/pull/19669#discussion_r2083381645
##
clients/src/test/java/org/apache/kafka/clients/consumer/KafkaConsumerTest.java:
##
@@ -3513,6 +3533,7 @@ public void testEmptyGroupId(GroupProtocol groupProtocol)
{
mjsax commented on code in PR #19669:
URL: https://github.com/apache/kafka/pull/19669#discussion_r2083381608
##
clients/src/test/java/org/apache/kafka/clients/consumer/KafkaConsumerTest.java:
##
@@ -3505,6 +3524,7 @@ public void
testClientInstanceIdNoTelemetryReporterRegistered
mjsax commented on code in PR #19669:
URL: https://github.com/apache/kafka/pull/19669#discussion_r2083381191
##
clients/src/test/java/org/apache/kafka/clients/consumer/KafkaConsumerTest.java:
##
@@ -2209,26 +2215,29 @@ public void
testPartitionsForNonExistingTopic(GroupProtocol
mjsax commented on code in PR #19669:
URL: https://github.com/apache/kafka/pull/19669#discussion_r208338
##
clients/src/test/java/org/apache/kafka/clients/consumer/KafkaConsumerTest.java:
##
@@ -1959,17 +1963,19 @@ public void testCloseShouldBeIdempotent(GroupProtocol
group
mjsax commented on PR #19669:
URL: https://github.com/apache/kafka/pull/19669#issuecomment-2869374025
Thanks for the review. Updated the PR and left a few replies.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
github-actions[bot] commented on PR #19496:
URL: https://github.com/apache/kafka/pull/19496#issuecomment-2869378168
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
aryojp opened a new pull request, #19672:
URL: https://github.com/apache/kafka/pull/19672
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 comme
github-actions[bot] commented on PR #17732:
URL: https://github.com/apache/kafka/pull/17732#issuecomment-2869395389
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
56 matches
Mail list logo