showuon commented on code in PR #12748:
URL: https://github.com/apache/kafka/pull/12748#discussion_r1034451061
##
clients/src/main/java/org/apache/kafka/clients/consumer/CooperativeStickyAssignor.java:
##
@@ -84,6 +84,11 @@ public ByteBuffer subscriptionUserData(Set topics) {
showuon commented on code in PR #12748:
URL: https://github.com/apache/kafka/pull/12748#discussion_r1034452624
##
clients/src/main/java/org/apache/kafka/clients/consumer/StickyAssignor.java:
##
@@ -216,6 +216,8 @@ public ByteBuffer subscriptionUserData(Set topics) {
@Over
showuon commented on code in PR #12748:
URL: https://github.com/apache/kafka/pull/12748#discussion_r1034454065
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractStickyAssignor.java:
##
@@ -162,6 +162,28 @@ private boolean allSubscriptionsEqual(Set
all
dajac merged PR #12910:
URL: https://github.com/apache/kafka/pull/12910
--
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.or
dajac commented on PR #12910:
URL: https://github.com/apache/kafka/pull/12910#issuecomment-1330291981
Merged to trunk and 3.3.
--
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
divijvaidya commented on PR #12916:
URL: https://github.com/apache/kafka/pull/12916#issuecomment-1330352840
Thanks for catching this Luke! Bad of me to assume that buffer will be
header data only. Seems like we incrementally read the buffer.
`ResponseHeader` size is also modified at
mimaison commented on PR #12916:
URL: https://github.com/apache/kafka/pull/12916#issuecomment-1330362495
@divijvaidya Yeah I missed that too!
Can you make a PR to address the issues? If so we probably don't need to
revert #12890
--
This is an automated message from the Apache Git Ser
tinaselenge commented on PR #12912:
URL: https://github.com/apache/kafka/pull/12912#issuecomment-1330377219
@showuon I have addressed your comment. There seem to be some unrelated
tests failing. Would you be able to retrigger them?
--
This is an automated message from the Apache Git Ser
showuon commented on PR #12916:
URL: https://github.com/apache/kafka/pull/12916#issuecomment-1330377511
Making another PR to address the issue is a good option. Let's fix this
issue together! :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please
dajac commented on code in PR #12748:
URL: https://github.com/apache/kafka/pull/12748#discussion_r1034544258
##
clients/src/test/java/org/apache/kafka/clients/consumer/StickyAssignorTest.java:
##
@@ -272,6 +284,73 @@ public void testSchemaBackwardCompatibility() {
asser
patrik-marton commented on PR #12846:
URL: https://github.com/apache/kafka/pull/12846#issuecomment-1330445244
@C0urante can you take a look when you have some time? Thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
divijvaidya opened a new pull request, #12917:
URL: https://github.com/apache/kafka/pull/12917
https://github.com/apache/kafka/pull/12890 introduced the notion of
calculating (and caching) the size for the request header during the first
parse operation. This prevents re-calculation and hen
divijvaidya commented on PR #12916:
URL: https://github.com/apache/kafka/pull/12916#issuecomment-1330516571
I used a different approach to calculate the size in the PR
https://github.com/apache/kafka/pull/12917
Instead of using `buffer.remaining()` which provide the un-traversed suffix
divijvaidya commented on PR #12908:
URL: https://github.com/apache/kafka/pull/12908#issuecomment-1330518989
@showuon please take a look when you get a chance!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
[
https://issues.apache.org/jira/browse/KAFKA-14419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mikael updated KAFKA-14419:
---
Description:
Trigger scenario:
Four Kafka client application instances on separate EC2 instances with a tot
ijuma commented on PR #12907:
URL: https://github.com/apache/kafka/pull/12907#issuecomment-1330706726
Thanks for the PR. Can you please target the trunk branch? We no longer
update the 0.10.2 branch.
--
This is an automated message from the Apache Git Service.
To respond to the message, p
dajac commented on PR #12897:
URL: https://github.com/apache/kafka/pull/12897#issuecomment-1330712535
> A specific example is when a partition is reassigned. the consumer will
get NOT_LEADER_OR_FOLLOWER which triggers a metadata update but the preferred
read replica will not be refreshed as
dajac commented on code in PR #12897:
URL: https://github.com/apache/kafka/pull/12897#discussion_r1034773867
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/Fetcher.java:
##
@@ -346,8 +346,10 @@ public void onFailure(RuntimeException e) {
ijuma opened a new pull request, #12918:
URL: https://github.com/apache/kafka/pull/12918
The highlights are:
* Support for Java 19
* Support for incremental compilation following a compilation failure
* Flag for individual task rerun (eg "gradle test --rerun")
* Re-use Scala compi
C0urante commented on code in PR #12876:
URL: https://github.com/apache/kafka/pull/12876#discussion_r1034841309
##
connect/runtime/src/test/java/org/apache/kafka/connect/runtime/distributed/DistributedHerderTest.java:
##
@@ -2138,7 +2137,6 @@ public void testConnectorPausedRunni
C0urante merged PR #12876:
URL: https://github.com/apache/kafka/pull/12876
--
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
C0urante commented on code in PR #12846:
URL: https://github.com/apache/kafka/pull/12846#discussion_r1034907024
##
connect/basic-auth-extension/src/main/java/org/apache/kafka/connect/rest/basic/auth/extension/JaasBasicAuthFilter.java:
##
@@ -174,4 +153,85 @@ public void handle(C
C0urante commented on PR #12898:
URL: https://github.com/apache/kafka/pull/12898#issuecomment-1330882784
@a364176773 from the JDK issue you linked, it doesn't seem like the private
RMI port should have any implications in firewalled environments:
> The additional port is for the RMI r
jeffkbkim commented on code in PR #12897:
URL: https://github.com/apache/kafka/pull/12897#discussion_r1035045272
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/Fetcher.java:
##
@@ -346,8 +346,10 @@ public void onFailure(RuntimeException e) {
hachikuji commented on code in PR #12915:
URL: https://github.com/apache/kafka/pull/12915#discussion_r1035062033
##
clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionManager.java:
##
@@ -1290,7 +1290,7 @@ public void handleResponse(AbstractResponse res
hachikuji commented on code in PR #12915:
URL: https://github.com/apache/kafka/pull/12915#discussion_r1035081487
##
clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionManager.java:
##
@@ -1290,7 +1290,7 @@ public void handleResponse(AbstractResponse res
ijuma opened a new pull request, #12919:
URL: https://github.com/apache/kafka/pull/12919
Otherwise it can cause `rat` to fail.
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Ve
mumrah commented on code in PR #12885:
URL: https://github.com/apache/kafka/pull/12885#discussion_r1035093043
##
core/src/main/scala/kafka/server/KafkaApis.scala:
##
@@ -1925,9 +1925,18 @@ class KafkaApis(val requestChannel: RequestChannel,
val hasClusterAuthorization = a
jolshan commented on code in PR #12915:
URL: https://github.com/apache/kafka/pull/12915#discussion_r1035110895
##
clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionManager.java:
##
@@ -1290,7 +1290,7 @@ public void handleResponse(AbstractResponse respo
hachikuji commented on code in PR #12885:
URL: https://github.com/apache/kafka/pull/12885#discussion_r1035115000
##
core/src/main/scala/kafka/server/ControllerApis.scala:
##
@@ -400,7 +407,8 @@ class ControllerApis(val requestChannel: RequestChannel,
if (!authorizedTopi
hachikuji commented on code in PR #12915:
URL: https://github.com/apache/kafka/pull/12915#discussion_r1035124199
##
clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionManager.java:
##
@@ -1290,7 +1290,7 @@ public void handleResponse(AbstractResponse res
gharris1727 opened a new pull request, #12920:
URL: https://github.com/apache/kafka/pull/12920
Description from #12784:
We shouldn't commitTransaction() on producer, when offsetWriter faces some
issue and returns without sending offsets to producer.
Additionally adds a test for
gharris1727 commented on PR #12784:
URL: https://github.com/apache/kafka/pull/12784#issuecomment-1331129495
Superseded by #12920.
--
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 comm
ijuma commented on PR #12919:
URL: https://github.com/apache/kafka/pull/12919#issuecomment-1331154011
The part of the build that uses `retry_zinc` has passed, merging.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
ijuma merged PR #12919:
URL: https://github.com/apache/kafka/pull/12919
--
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.or
ijuma commented on PR #12918:
URL: https://github.com/apache/kafka/pull/12918#issuecomment-1331163702
`rat` was failing due to the `buildoutput.log` file created by `retry_zinc`.
Fixed that via #12919 and rebased this PR.
--
This is an automated message from the Apache Git Service.
To res
C0urante commented on code in PR #12899:
URL: https://github.com/apache/kafka/pull/12899#discussion_r1034980195
##
connect/mirror/src/main/java/org/apache/kafka/connect/mirror/MirrorCheckpointConnector.java:
##
@@ -45,7 +45,7 @@ public class MirrorCheckpointConnector extends
So
C0urante commented on code in PR #12920:
URL: https://github.com/apache/kafka/pull/12920#discussion_r1035151360
##
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/ExactlyOnceWorkerSourceTask.java:
##
@@ -282,16 +282,18 @@ private void commitTransaction() {
[
https://issues.apache.org/jira/browse/KAFKA-14339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Egerton reassigned KAFKA-14339:
-
Assignee: Greg Harris (was: Sudesh Wasnik)
> producer commits-transaction even if offs
dajac merged PR #12845:
URL: https://github.com/apache/kafka/pull/12845
--
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.or
dajac commented on code in PR #12847:
URL: https://github.com/apache/kafka/pull/12847#discussion_r1035221877
##
core/src/test/scala/unit/kafka/server/KafkaApisTest.scala:
##
@@ -2690,110 +2689,150 @@ class KafkaApisTest {
assertEquals(Errors.GROUP_AUTHORIZATION_FAILED, resp
gharris1727 commented on code in PR #12920:
URL: https://github.com/apache/kafka/pull/12920#discussion_r1035223460
##
connect/runtime/src/test/java/org/apache/kafka/connect/runtime/ExactlyOnceWorkerSourceTaskTest.java:
##
@@ -687,7 +687,26 @@ public void testCommitFlushCallbackF
jsancio commented on code in PR #12885:
URL: https://github.com/apache/kafka/pull/12885#discussion_r1035279719
##
core/src/main/scala/kafka/server/ControllerApis.scala:
##
@@ -400,7 +407,8 @@ class ControllerApis(val requestChannel: RequestChannel,
if (!authorizedTopicN
jsancio commented on PR #12885:
URL: https://github.com/apache/kafka/pull/12885#issuecomment-1331311469
> Thanks for the patch @jsancio. Just a couple of comments.
>
> I tried creating `__cluster_metadata` on trunk and got a non-fatal error:
>
> ```
> [2022-11-29 13:11:47,725
[
https://issues.apache.org/jira/browse/KAFKA-14415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640936#comment-17640936
]
Lucas Brutschy commented on KAFKA-14415:
I fear the tool for generating this is
joel-hamill opened a new pull request, #12921:
URL: https://github.com/apache/kafka/pull/12921
*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 tes
joel-hamill commented on PR #12921:
URL: https://github.com/apache/kafka/pull/12921#issuecomment-1331343528
cc @guozhangwang
--
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.
jolshan commented on code in PR #12915:
URL: https://github.com/apache/kafka/pull/12915#discussion_r1035309932
##
clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionManager.java:
##
@@ -1290,7 +1290,7 @@ public void handleResponse(AbstractResponse respo
hachikuji opened a new pull request, #12922:
URL: https://github.com/apache/kafka/pull/12922
When a batch is failed after reaching its delivery timeout, we do not
necessarily know whether the broker actually committed it to disk. For example,
in the case of a `REQUEST_TIMEOUT` error, it is
jsancio commented on code in PR #12885:
URL: https://github.com/apache/kafka/pull/12885#discussion_r1035322059
##
core/src/main/scala/kafka/server/KafkaApis.scala:
##
@@ -1925,9 +1925,18 @@ class KafkaApis(val requestChannel: RequestChannel,
val hasClusterAuthorization =
jolshan commented on code in PR #12922:
URL: https://github.com/apache/kafka/pull/12922#discussion_r1035324593
##
clients/src/test/java/org/apache/kafka/clients/producer/internals/SenderTest.java:
##
@@ -808,6 +808,162 @@ public void testIdempotenceWithMultipleInflights() throws
jolshan commented on code in PR #12922:
URL: https://github.com/apache/kafka/pull/12922#discussion_r1035325704
##
clients/src/test/java/org/apache/kafka/clients/producer/internals/SenderTest.java:
##
@@ -808,6 +808,162 @@ public void testIdempotenceWithMultipleInflights() throws
ijuma opened a new pull request, #12923:
URL: https://github.com/apache/kafka/pull/12923
This file was deleted a while back.
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Veri
jsancio commented on code in PR #12921:
URL: https://github.com/apache/kafka/pull/12921#discussion_r1035335635
##
clients/src/main/java/org/apache/kafka/common/config/internals/BrokerSecurityConfigs.java:
##
@@ -61,10 +61,10 @@ public class BrokerSecurityConfigs {
public st
philipnee commented on code in PR #12862:
URL: https://github.com/apache/kafka/pull/12862#discussion_r1026994564
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/CoordinatorManager.java:
##
@@ -0,0 +1,245 @@
+/*
+ * Licensed to the Apache Software Foundation
hachikuji commented on code in PR #12922:
URL: https://github.com/apache/kafka/pull/12922#discussion_r1035364675
##
clients/src/test/java/org/apache/kafka/clients/producer/internals/SenderTest.java:
##
@@ -808,6 +808,162 @@ public void testIdempotenceWithMultipleInflights() thro
hachikuji commented on code in PR #12922:
URL: https://github.com/apache/kafka/pull/12922#discussion_r1035364839
##
clients/src/test/java/org/apache/kafka/clients/producer/internals/SenderTest.java:
##
@@ -808,6 +808,162 @@ public void testIdempotenceWithMultipleInflights() thro
jolshan commented on code in PR #12922:
URL: https://github.com/apache/kafka/pull/12922#discussion_r1035369652
##
clients/src/test/java/org/apache/kafka/clients/producer/internals/SenderTest.java:
##
@@ -808,6 +808,162 @@ public void testIdempotenceWithMultipleInflights() throws
joel-hamill commented on PR #12921:
URL: https://github.com/apache/kafka/pull/12921#issuecomment-1331430529
@jsancio updated
--
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.
Lucas Wang created KAFKA-14424:
--
Summary: Cancellation of an ongoing replica reassignment should
have sanity checks
Key: KAFKA-14424
URL: https://issues.apache.org/jira/browse/KAFKA-14424
Project: Kafka
jsancio commented on code in PR #12921:
URL: https://github.com/apache/kafka/pull/12921#discussion_r1035377520
##
clients/src/main/java/org/apache/kafka/common/config/internals/BrokerSecurityConfigs.java:
##
@@ -61,10 +61,10 @@ public class BrokerSecurityConfigs {
public st
jsancio commented on code in PR #12921:
URL: https://github.com/apache/kafka/pull/12921#discussion_r1035377520
##
clients/src/main/java/org/apache/kafka/common/config/internals/BrokerSecurityConfigs.java:
##
@@ -61,10 +61,10 @@ public class BrokerSecurityConfigs {
public st
jeffkbkim commented on PR #12897:
URL: https://github.com/apache/kafka/pull/12897#issuecomment-1331446867
thanks @dajac for the review. as discussed offline:
`nodeIfOnline` will be updated to also check whether the node is within the
given partition info replica set. this will help cl
hachikuji commented on code in PR #12885:
URL: https://github.com/apache/kafka/pull/12885#discussion_r1035394196
##
core/src/main/scala/kafka/server/ControllerApis.scala:
##
@@ -400,7 +407,8 @@ class ControllerApis(val requestChannel: RequestChannel,
if (!authorizedTopi
C0urante commented on PR #12920:
URL: https://github.com/apache/kafka/pull/12920#issuecomment-1331477599
Test failures are unrelated; merging
--
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 s
C0urante merged PR #12920:
URL: https://github.com/apache/kafka/pull/12920
--
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
jolshan commented on code in PR #12855:
URL: https://github.com/apache/kafka/pull/12855#discussion_r1035407440
##
core/src/main/scala/kafka/server/KafkaApis.scala:
##
@@ -190,7 +190,7 @@ class KafkaApis(val requestChannel: RequestChannel,
case ApiKeys.HEARTBEAT => handl
jolshan commented on code in PR #12855:
URL: https://github.com/apache/kafka/pull/12855#discussion_r1035408371
##
core/src/main/scala/kafka/server/KafkaApis.scala:
##
@@ -1567,53 +1567,54 @@ class KafkaApis(val requestChannel: RequestChannel,
}
}
- def handleDescribeG
jolshan commented on code in PR #12855:
URL: https://github.com/apache/kafka/pull/12855#discussion_r1035408521
##
core/src/main/scala/kafka/server/KafkaApis.scala:
##
@@ -1567,53 +1567,54 @@ class KafkaApis(val requestChannel: RequestChannel,
}
}
- def handleDescribeG
jolshan commented on code in PR #12855:
URL: https://github.com/apache/kafka/pull/12855#discussion_r1035413661
##
core/src/main/scala/kafka/server/KafkaApis.scala:
##
@@ -1567,53 +1567,54 @@ class KafkaApis(val requestChannel: RequestChannel,
}
}
- def handleDescribeG
hachikuji commented on code in PR #12862:
URL: https://github.com/apache/kafka/pull/12862#discussion_r1035410111
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/NetworkClientDelegate.java:
##
@@ -0,0 +1,221 @@
+/*
+ * Licensed to the Apache Software Foundati
philipnee commented on code in PR #12862:
URL: https://github.com/apache/kafka/pull/12862#discussion_r1035426004
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/CoordinatorManager.java:
##
@@ -0,0 +1,245 @@
+/*
+ * Licensed to the Apache Software Foundation
[
https://issues.apache.org/jira/browse/KAFKA-14339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Egerton updated KAFKA-14339:
--
Summary: Source task producers commit transactions even if offsets cannot
be serialized (was:
[
https://issues.apache.org/jira/browse/KAFKA-14339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Egerton updated KAFKA-14339:
--
Priority: Major (was: Minor)
> Source task producers commit transactions even if offsets cann
philipnee commented on code in PR #12862:
URL: https://github.com/apache/kafka/pull/12862#discussion_r1035428028
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/CoordinatorManager.java:
##
@@ -0,0 +1,245 @@
+/*
+ * Licensed to the Apache Software Foundation
jolshan commented on PR #12915:
URL: https://github.com/apache/kafka/pull/12915#issuecomment-1331508810
Test failures so far seem to be unrelated.
--
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
[
https://issues.apache.org/jira/browse/KAFKA-14339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Egerton updated KAFKA-14339:
--
Labels: exactly-once (was: )
> Source task producers commit transactions even if offsets cann
philipnee commented on code in PR #12862:
URL: https://github.com/apache/kafka/pull/12862#discussion_r1035430301
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/NetworkClientDelegate.java:
##
@@ -0,0 +1,221 @@
+/*
+ * Licensed to the Apache Software Foundati
philipnee commented on code in PR #12862:
URL: https://github.com/apache/kafka/pull/12862#discussion_r1035431454
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/DefaultBackgroundThread.java:
##
@@ -109,34 +129,31 @@ public void run() {
try {
philipnee commented on code in PR #12862:
URL: https://github.com/apache/kafka/pull/12862#discussion_r1035432323
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/CoordinatorManager.java:
##
@@ -0,0 +1,245 @@
+/*
+ * Licensed to the Apache Software Foundation
vamossagar12 commented on PR #12802:
URL: https://github.com/apache/kafka/pull/12802#issuecomment-1331521687
@C0urante , bumping this one again. Can you plz take a look whenever you get
the chance. Thanks!
--
This is an automated message from the Apache Git Service.
To respond to the mess
hachikuji commented on code in PR #12862:
URL: https://github.com/apache/kafka/pull/12862#discussion_r1035413023
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/CoordinatorManager.java:
##
@@ -0,0 +1,245 @@
+/*
+ * Licensed to the Apache Software Foundation
jsancio commented on code in PR #12885:
URL: https://github.com/apache/kafka/pull/12885#discussion_r1035441299
##
core/src/main/scala/kafka/server/ControllerApis.scala:
##
@@ -400,7 +407,8 @@ class ControllerApis(val requestChannel: RequestChannel,
if (!authorizedTopicN
philipnee commented on code in PR #12862:
URL: https://github.com/apache/kafka/pull/12862#discussion_r1035445551
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/NetworkClientDelegate.java:
##
@@ -0,0 +1,221 @@
+/*
+ * Licensed to the Apache Software Foundati
a364176773 commented on PR #12898:
URL: https://github.com/apache/kafka/pull/12898#issuecomment-1331580521
> @a364176773 from the JDK issue you linked, it doesn't seem like the
private RMI port should have any implications in firewalled environments:
>
> > The additional port is for t
stan-confluent opened a new pull request, #12924:
URL: https://github.com/apache/kafka/pull/12924
Adds a safety check in `HttpMetricsCollector` - if the `super()` call fails
we still want to shut down httpd thread.
The issue with `HttpMetricsCollector` is that it starts httpd thread o
hachikuji commented on code in PR #12862:
URL: https://github.com/apache/kafka/pull/12862#discussion_r1035495650
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/NetworkClientDelegate.java:
##
@@ -0,0 +1,221 @@
+/*
+ * Licensed to the Apache Software Foundati
hachikuji commented on code in PR #12862:
URL: https://github.com/apache/kafka/pull/12862#discussion_r1035495877
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/CoordinatorManager.java:
##
@@ -0,0 +1,245 @@
+/*
+ * Licensed to the Apache Software Foundation
showuon closed pull request #12916: MINOR: fix the header size calculation
URL: https://github.com/apache/kafka/pull/12916
--
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 un
showuon commented on PR #12916:
URL: https://github.com/apache/kafka/pull/12916#issuecomment-1331607350
Close this PR and fix in https://github.com/apache/kafka/pull/12917
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
jeffkbkim commented on code in PR #12847:
URL: https://github.com/apache/kafka/pull/12847#discussion_r1035483192
##
core/src/main/scala/kafka/server/KafkaApis.scala:
##
@@ -1696,45 +1696,37 @@ class KafkaApis(val requestChannel: RequestChannel,
def handleSyncGroupRequest(requ
philipnee commented on code in PR #12862:
URL: https://github.com/apache/kafka/pull/12862#discussion_r1035514117
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/CoordinatorManager.java:
##
@@ -0,0 +1,245 @@
+/*
+ * Licensed to the Apache Software Foundation
showuon commented on code in PR #12917:
URL: https://github.com/apache/kafka/pull/12917#discussion_r1035539675
##
clients/src/main/java/org/apache/kafka/common/requests/RequestHeader.java:
##
@@ -117,23 +117,23 @@ public static RequestHeader parse(ByteBuffer buffer) {
t
showuon commented on code in PR #12748:
URL: https://github.com/apache/kafka/pull/12748#discussion_r1035598438
##
clients/src/test/java/org/apache/kafka/clients/consumer/StickyAssignorTest.java:
##
@@ -272,6 +284,73 @@ public void testSchemaBackwardCompatibility() {
ass
showuon commented on code in PR #12748:
URL: https://github.com/apache/kafka/pull/12748#discussion_r1035598601
##
clients/src/test/java/org/apache/kafka/clients/consumer/StickyAssignorTest.java:
##
@@ -272,6 +284,73 @@ public void testSchemaBackwardCompatibility() {
ass
showuon commented on code in PR #12748:
URL: https://github.com/apache/kafka/pull/12748#discussion_r1035598812
##
clients/src/test/java/org/apache/kafka/clients/consumer/StickyAssignorTest.java:
##
@@ -272,6 +284,73 @@ public void testSchemaBackwardCompatibility() {
ass
showuon commented on code in PR #12748:
URL: https://github.com/apache/kafka/pull/12748#discussion_r1035599008
##
clients/src/test/java/org/apache/kafka/clients/consumer/StickyAssignorTest.java:
##
@@ -272,6 +284,73 @@ public void testSchemaBackwardCompatibility() {
ass
showuon commented on code in PR #12748:
URL: https://github.com/apache/kafka/pull/12748#discussion_r1035599539
##
clients/src/test/java/org/apache/kafka/clients/consumer/CooperativeStickyAssignorTest.java:
##
@@ -116,6 +130,74 @@ public void
testAllConsumersHaveOwnedPartitionIn
showuon commented on code in PR #12748:
URL: https://github.com/apache/kafka/pull/12748#discussion_r1035600480
##
clients/src/test/java/org/apache/kafka/clients/consumer/CooperativeStickyAssignorTest.java:
##
@@ -44,14 +46,26 @@ public AbstractStickyAssignor createAssignor() {
showuon commented on PR #12748:
URL: https://github.com/apache/kafka/pull/12748#issuecomment-1331732502
@dajac , Thanks for the comments. PR updated. 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 abov
1 - 100 of 102 matches
Mail list logo