Re: [PR] KAFKA-15951: MissingSourceTopicException should include topic names [kafka]

2024-03-25 Thread via GitHub
chickenchickenlove commented on code in PR #15573: URL: https://github.com/apache/kafka/pull/15573#discussion_r1537690828 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/RepartitionTopics.java: ## @@ -119,7 +119,8 @@ public Queue missingSourceTopicExceptio

Re: [PR] KAFKA-16323: fix testRemoteFetchExpiresPerSecMetric [kafka]

2024-03-25 Thread via GitHub
johnnychhsu commented on PR #15463: URL: https://github.com/apache/kafka/pull/15463#issuecomment-2018127603 updated @showuon it works in my local, thanks for the sharing! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[jira] [Created] (KAFKA-16418) Split long-running admin client integration tests

2024-03-25 Thread Lianet Magrans (Jira)
Lianet Magrans created KAFKA-16418: -- Summary: Split long-running admin client integration tests Key: KAFKA-16418 URL: https://issues.apache.org/jira/browse/KAFKA-16418 Project: Kafka Issue T

Re: [PR] KAFKA-16416: Use NetworkClientTest to replace RequestResponseTest to be the example of log4j output [kafka]

2024-03-25 Thread via GitHub
chia7712 commented on code in PR #15596: URL: https://github.com/apache/kafka/pull/15596#discussion_r1537677312 ## README.md: ## @@ -56,7 +56,11 @@ Follow instructions in https://kafka.apache.org/quickstart ### Running a particular unit/integration test with log4j output ### C

[PR] KAFKA-16416: Use NetworkClientTest to replace RequestResponseTest to be the example of log4j output [kafka]

2024-03-25 Thread via GitHub
KevinZTW opened a new pull request, #15596: URL: https://github.com/apache/kafka/pull/15596 jira url: https://issues.apache.org/jira/browse/KAFKA-16416 For the part to introduce how to show log4j's info when executing unit test in README, it seems that current example `RequestResp

[jira] [Resolved] (KAFKA-16375) Fix logic for discarding reconciliation if member rejoined

2024-03-25 Thread Lianet Magrans (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lianet Magrans resolved KAFKA-16375. Resolution: Fixed > Fix logic for discarding reconciliation if member rejoined > -

Re: [PR] KAFKA-16224: Do not retry committing if topic or partition deleted [kafka]

2024-03-25 Thread via GitHub
lianetm commented on PR #15581: URL: https://github.com/apache/kafka/pull/15581#issuecomment-2018088332 Oh one more detail from the build logs we missed: ``` /home/jenkins/workspace/Kafka_kafka-pr_PR-15581/clients/src/test/java/org/apache/kafka/clients/consumer/internals/MembershipMana

Re: [PR] KAFKA-15951: MissingSourceTopicException should include topic names [kafka]

2024-03-25 Thread via GitHub
chickenchickenlove commented on code in PR #15573: URL: https://github.com/apache/kafka/pull/15573#discussion_r1537649345 ## streams/src/main/java/org/apache/kafka/streams/errors/MissingSourceTopicException.java: ## @@ -16,11 +16,25 @@ */ package org.apache.kafka.streams.erro

Re: [PR] KAFKA-16224: Do not retry committing if topic or partition deleted [kafka]

2024-03-25 Thread via GitHub
cadonna commented on code in PR #15581: URL: https://github.com/apache/kafka/pull/15581#discussion_r1537642692 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/CommitRequestManager.java: ## @@ -298,10 +303,13 @@ private void autoCommitSyncNowWithRetries(Offs

Re: [PR] KAFKA-15951: MissingSourceTopicException should include topic names [kafka]

2024-03-25 Thread via GitHub
chickenchickenlove commented on code in PR #15573: URL: https://github.com/apache/kafka/pull/15573#discussion_r1537642457 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/RepartitionTopics.java: ## @@ -119,7 +119,8 @@ public Queue missingSourceTopicExceptio

Re: [PR] KAFKA-16224: Do not retry committing if topic or partition deleted [kafka]

2024-03-25 Thread via GitHub
cadonna commented on code in PR #15581: URL: https://github.com/apache/kafka/pull/15581#discussion_r1537639434 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/CommitRequestManager.java: ## @@ -298,10 +303,13 @@ private void autoCommitSyncNowWithRetries(Offs

Re: [PR] KAFKA-16224: Do not retry committing if topic or partition deleted [kafka]

2024-03-25 Thread via GitHub
cadonna commented on code in PR #15581: URL: https://github.com/apache/kafka/pull/15581#discussion_r1537638864 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/CommitRequestManager.java: ## @@ -298,10 +303,13 @@ private void autoCommitSyncNowWithRetries(Offs

Re: [PR] KAFKA-16397 - Use ByteBufferOutputStream to avoid array copy [kafka]

2024-03-25 Thread via GitHub
chiacyu commented on code in PR #15589: URL: https://github.com/apache/kafka/pull/15589#discussion_r1537633908 ## clients/src/test/java/org/apache/kafka/common/telemetry/internals/ClientTelemetryUtilsTest.java: ## @@ -132,9 +132,9 @@ public void testCompressDecompress(Compressio

Re: [PR] KAFKA-16224: Do not retry committing if topic or partition deleted [kafka]

2024-03-25 Thread via GitHub
lianetm commented on code in PR #15581: URL: https://github.com/apache/kafka/pull/15581#discussion_r1537629081 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/CommitRequestManager.java: ## @@ -298,10 +303,13 @@ private void autoCommitSyncNowWithRetries(Offs

Re: [PR] KAFKA-16224: Do not retry committing if topic or partition deleted [kafka]

2024-03-25 Thread via GitHub
lianetm commented on PR #15581: URL: https://github.com/apache/kafka/pull/15581#issuecomment-2018046840 Thanks for the changes @cadonna , this will have a great impact I expect. Just left some minor comments, otherwise LGTM once the build passes. -- This is an automated message from the A

Re: [PR] KAFKA-16397 - Use ByteBufferOutputStream to avoid array copy [kafka]

2024-03-25 Thread via GitHub
chia7712 commented on code in PR #15589: URL: https://github.com/apache/kafka/pull/15589#discussion_r1537626874 ## clients/src/test/java/org/apache/kafka/common/telemetry/internals/ClientTelemetryUtilsTest.java: ## @@ -132,9 +132,9 @@ public void testCompressDecompress(Compressi

Re: [PR] KAFKA-16224: Do not retry committing if topic or partition deleted [kafka]

2024-03-25 Thread via GitHub
lianetm commented on code in PR #15581: URL: https://github.com/apache/kafka/pull/15581#discussion_r1537624363 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/CommitRequestManager.java: ## @@ -298,10 +303,13 @@ private void autoCommitSyncNowWithRetries(Offs

Re: [PR] KAFKA-16224: Do not retry committing if topic or partition deleted [kafka]

2024-03-25 Thread via GitHub
lianetm commented on code in PR #15581: URL: https://github.com/apache/kafka/pull/15581#discussion_r1537618245 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/CommitRequestManager.java: ## @@ -298,10 +303,13 @@ private void autoCommitSyncNowWithRetries(Offs

Re: [PR] KAFKA-16406: Splitting consumer integration test [kafka]

2024-03-25 Thread via GitHub
lianetm commented on PR #15535: URL: https://github.com/apache/kafka/pull/15535#issuecomment-2018010890 Thanks both for the comments. I do like @AndrewJSchofield 's idea of having it all categorized but I ended up with several unrelated tests that seemed hard to group in a sensible way. Als

Re: [PR] KAFKA-16323: fix testRemoteFetchExpiresPerSecMetric [kafka]

2024-03-25 Thread via GitHub
johnnychhsu commented on code in PR #15463: URL: https://github.com/apache/kafka/pull/15463#discussion_r1537571752 ## core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala: ## @@ -4164,16 +4166,12 @@ class ReplicaManagerTest { mock(classOf[FetchDataInfo])

[jira] [Updated] (KAFKA-16417) When initializeResources throws an exception in TopicBasedRemoteLogMetadataManager.scala, initializationFailed needs to be set to true

2024-03-25 Thread zhaobo (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhaobo updated KAFKA-16417: --- Description: If the initializing producer/consumer fails, the broker cannot actually read and write the remo

[jira] [Updated] (KAFKA-16417) When initializeResources throws an exception in TopicBasedRemoteLogMetadataManager.scala, initializationFailed needs to be set to true

2024-03-25 Thread zhaobo (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhaobo updated KAFKA-16417: --- Description: (was: Encountered error while initializing producer/consumer,) > When initializeResources

[jira] [Updated] (KAFKA-16417) When initializeResources throws an exception in TopicBasedRemoteLogMetadataManager.scala, initializationFailed needs to be set to true

2024-03-25 Thread zhaobo (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhaobo updated KAFKA-16417: --- Description: Encountered error while initializing producer/consumer, > When initializeResources throws an ex

Re: [PR] KAFKA-16411: Correctly migrate default client quota entities [kafka]

2024-03-25 Thread via GitHub
soarez commented on code in PR #15584: URL: https://github.com/apache/kafka/pull/15584#discussion_r1537526255 ## core/src/test/scala/integration/kafka/server/KRaftClusterTest.scala: ## @@ -324,6 +325,68 @@ class KRaftClusterTest { } } + def setConsumerByteRate( +a

[PR] KAFKA-16417:When initializeResources throws an exception in TopicBasedRemoteLogMetadataManager.scala, initializationFailed needs to be set to true [kafka]

2024-03-25 Thread via GitHub
bozhao12 opened a new pull request, #15595: URL: https://github.com/apache/kafka/pull/15595 …edRemoteLogMetadataManager.scala, initializationFailed needs to be set to true" *More detailed description of your change, if necessary. The PR title and PR message become the squashed c

[jira] [Created] (KAFKA-16417) When initializeResources throws an exception in TopicBasedRemoteLogMetadataManager.scala, initializationFailed needs to be set to true

2024-03-25 Thread zhaobo (Jira)
zhaobo created KAFKA-16417: -- Summary: When initializeResources throws an exception in TopicBasedRemoteLogMetadataManager.scala, initializationFailed needs to be set to true Key: KAFKA-16417 URL: https://issues.apache.or

Re: [PR] KAFKA-15853: Move KafkaConfig log properties and docs out of core [kafka]

2024-03-25 Thread via GitHub
OmniaGM commented on code in PR #15569: URL: https://github.com/apache/kafka/pull/15569#discussion_r1537488997 ## server/src/main/java/org/apache/kafka/server/config/KafkaConfig.java: ## @@ -0,0 +1,146 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

Re: [PR] KAFKA-16391: Cleanup .lock file after server is down [kafka]

2024-03-25 Thread via GitHub
FrankYang0529 commented on code in PR #15568: URL: https://github.com/apache/kafka/pull/15568#discussion_r1537450872 ## core/src/test/scala/unit/kafka/log/LogManagerTest.scala: ## @@ -1392,4 +1415,4 @@ object LogManagerTest { data.topicStates().addAll(topics.values())

[jira] [Commented] (KAFKA-16356) Remove class-name dispatch in RemoteLogMetadataSerde

2024-03-25 Thread Rory (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17830450#comment-17830450 ] Rory commented on KAFKA-16356: -- Hi [~linu], are you still working on this? If not I would l

Re: [PR] KAFKA-16372 Fix producer doc discrepancy with the exception behavior [kafka]

2024-03-25 Thread via GitHub
ocadaruma commented on code in PR #15574: URL: https://github.com/apache/kafka/pull/15574#discussion_r1537399407 ## clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java: ## @@ -201,7 +201,7 @@ public class ProducerConfig extends AbstractConfig { /** b

Re: [PR] KAFKA-16391: Cleanup .lock file after server is down [kafka]

2024-03-25 Thread via GitHub
chia7712 commented on code in PR #15568: URL: https://github.com/apache/kafka/pull/15568#discussion_r1537391493 ## core/src/test/scala/unit/kafka/log/LogManagerTest.scala: ## @@ -1392,4 +1415,4 @@ object LogManagerTest { data.topicStates().addAll(topics.values()) new L

Re: [PR] KAFKA-15951: MissingSourceTopicException should include topic names [kafka]

2024-03-25 Thread via GitHub
cadonna commented on code in PR #15573: URL: https://github.com/apache/kafka/pull/15573#discussion_r1537338065 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/RepartitionTopics.java: ## @@ -119,7 +119,8 @@ public Queue missingSourceTopicExceptions() {

Re: [PR] KAFKA-16375: Fix for rejoin while reconciling [kafka]

2024-03-25 Thread via GitHub
lucasbru merged PR #15579: URL: https://github.com/apache/kafka/pull/15579 -- 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

Re: [PR] KAFKA-16156: beginningOrEndOffsets does not need to build an OffsetAndTimestamps object upon completion [kafka]

2024-03-25 Thread via GitHub
lucasbru commented on code in PR #15525: URL: https://github.com/apache/kafka/pull/15525#discussion_r1537350070 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/events/ListOffsetsEvent.java: ## @@ -32,8 +32,7 @@ * {@link OffsetAndTimestamp} found (offset of

Re: [PR] KAFKA-16391: Cleanup .lock file after server is down [kafka]

2024-03-25 Thread via GitHub
FrankYang0529 commented on code in PR #15568: URL: https://github.com/apache/kafka/pull/15568#discussion_r1537365803 ## core/src/test/scala/unit/kafka/log/LogManagerTest.scala: ## @@ -1392,4 +1415,4 @@ object LogManagerTest { data.topicStates().addAll(topics.values())

Re: [PR] KAFKA-16391: Cleanup .lock file after server is down [kafka]

2024-03-25 Thread via GitHub
FrankYang0529 commented on code in PR #15568: URL: https://github.com/apache/kafka/pull/15568#discussion_r1537361217 ## core/src/test/scala/unit/kafka/log/LogManagerTest.scala: ## @@ -1303,6 +1303,29 @@ class LogManagerTest { createLeaderAndIsrRequestForStrayDetection(p

Re: [PR] KAFKA-16391: Cleanup .lock file after server is down [kafka]

2024-03-25 Thread via GitHub
FrankYang0529 commented on code in PR #15568: URL: https://github.com/apache/kafka/pull/15568#discussion_r1537359652 ## core/src/test/scala/unit/kafka/log/LogManagerTest.scala: ## @@ -1303,6 +1303,29 @@ class LogManagerTest { createLeaderAndIsrRequestForStrayDetection(p

Re: [PR] KAFKA-16375: Fix for rejoin while reconciling [kafka]

2024-03-25 Thread via GitHub
dajac commented on code in PR #15579: URL: https://github.com/apache/kafka/pull/15579#discussion_r1537323017 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/MembershipManagerImpl.java: ## @@ -1010,49 +1015,55 @@ private void revokeAndAssign(LocalAssignment

Re: [PR] KAFKA-14588 ZK configuration moved to ZkConfig [kafka]

2024-03-25 Thread via GitHub
nizhikov commented on PR #15075: URL: https://github.com/apache/kafka/pull/15075#issuecomment-2017604728 @chia7712 Done. Please, note, there are several other PR's with same goal #15569 #15575 which are close to mergeable state in my opinion. -- This is an automated message from th

Re: [PR] KAFKA-16224: Do not retry committing if topic or partition deleted [kafka]

2024-03-25 Thread via GitHub
cadonna commented on code in PR #15581: URL: https://github.com/apache/kafka/pull/15581#discussion_r1537313537 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/CommitRequestManager.java: ## @@ -272,14 +273,18 @@ private void maybeResetTimerWithBackoff(final

Re: [PR] KAFKA-15853: Move KafkaConfig Replication properties and docs out of … [kafka]

2024-03-25 Thread via GitHub
nizhikov commented on PR #15575: URL: https://github.com/apache/kafka/pull/15575#issuecomment-2017577355 Hello @AndrewJSchofield @OmniaGM Looks like dependenci on server tests not required but introduced in this PR. I have plans to double check this after minor comment in #15569 wi

Re: [PR] KAFKA-16406: Splitting consumer integration test [kafka]

2024-03-25 Thread via GitHub
lucasbru commented on PR #15535: URL: https://github.com/apache/kafka/pull/15535#issuecomment-2017575807 @AndrewJSchofield I think Lianet did not remove the `PlaintextConsumerTest` to makes sure we still run the tests in `BaseConsumerTest` in the plaintext case once. I guess we could make o

Re: [PR] KAFKA-14588 ZK configuration moved to ZkConfig [kafka]

2024-03-25 Thread via GitHub
chia7712 commented on PR #15075: URL: https://github.com/apache/kafka/pull/15075#issuecomment-2017574947 @nizhikov please rebase the code, and I will take a look later -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [PR] MINOR: New year code clean up - misc [kafka]

2024-03-25 Thread via GitHub
chia7712 commented on PR #15071: URL: https://github.com/apache/kafka/pull/15071#issuecomment-2017572670 any update here? -- 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

Re: [PR] KAFKA-16272: Update connect_distributed_test.py to support KIP-848’s group protocol config [kafka]

2024-03-25 Thread via GitHub
vamossagar12 commented on PR #15576: URL: https://github.com/apache/kafka/pull/15576#issuecomment-2017572320 @philipnee , here's the PR that I created: https://github.com/apache/kafka/pull/15594. Actually I looked at your changes now and it appears that the changes in the new PR consists of

[PR] KAFKA-16272: Adding new coordinator related changes for connect_distributed.py [kafka]

2024-03-25 Thread via GitHub
vamossagar12 opened a new pull request, #15594: URL: https://github.com/apache/kafka/pull/15594 Main changes: 1. Parameterizes the tests to use new coordinator and pass in consumer group protocol. This would be applicable to sink connectors only. 2. Enhances the sink connector crea

Re: [PR] KAFKA-16406: Splitting consumer integration test [kafka]

2024-03-25 Thread via GitHub
lucasbru commented on code in PR #15535: URL: https://github.com/apache/kafka/pull/15535#discussion_r1537284419 ## core/src/test/scala/integration/kafka/api/PlaintextConsumerAssignTest.scala: ## @@ -0,0 +1,246 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under o

Re: [PR] KAFKA-15949: Unify metadata.version format in log and error message [kafka]

2024-03-25 Thread via GitHub
showuon commented on PR #15505: URL: https://github.com/apache/kafka/pull/15505#issuecomment-2017562723 @FrankYang0529 , there are some tests failing because of your change. Please take a look. Thanks. https://ci-builds.apache.org/job/Kafka/job/kafka-pr/job/PR-15505/4 -- This is an

Re: [PR] MINOR: Add retry mechanism to EOS example [kafka]

2024-03-25 Thread via GitHub
showuon commented on PR #15561: URL: https://github.com/apache/kafka/pull/15561#issuecomment-2017558109 @gaoran10, I'm going to merge it tomorrow if you don't have any other comments. Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [PR] KAFKA-16409: DeleteRecordsCommand should use standard exception handling [kafka]

2024-03-25 Thread via GitHub
showuon commented on PR #15586: URL: https://github.com/apache/kafka/pull/15586#issuecomment-201728 Failed with the same error again. Please help fix the errors. Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] KAFKA-16372 Fix producer doc discrepancy with the exception behavior [kafka]

2024-03-25 Thread via GitHub
AndrewJSchofield commented on code in PR #15574: URL: https://github.com/apache/kafka/pull/15574#discussion_r1537251855 ## clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java: ## @@ -143,8 +143,8 @@ * * The buffer.memory controls the total amount of m

Re: [PR] KAFKA-16224: Do not retry committing if topic or partition deleted [kafka]

2024-03-25 Thread via GitHub
AndrewJSchofield commented on code in PR #15581: URL: https://github.com/apache/kafka/pull/15581#discussion_r1537243649 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/CommitRequestManager.java: ## @@ -272,14 +273,18 @@ private void maybeResetTimerWithBackof

Re: [PR] KAFKA-15882: Add nightly docker image scan job [kafka]

2024-03-25 Thread via GitHub
mimaison merged PR #15013: URL: https://github.com/apache/kafka/pull/15013 -- 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

[jira] [Resolved] (KAFKA-15882) Scheduled nightly github actions workflow for CVE reports on published docker images

2024-03-25 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-15882. Fix Version/s: 3.8.0 Resolution: Fixed > Scheduled nightly github actions workflow

[jira] [Resolved] (KAFKA-16374) High watermark updates should have a higher priority

2024-03-25 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-16374. - Fix Version/s: 3.8.0 Resolution: Fixed > High watermark updates should have a higher prio

Re: [PR] KAFKA-16374; High watermark updates should have a higher priority [kafka]

2024-03-25 Thread via GitHub
dajac merged PR #15534: URL: https://github.com/apache/kafka/pull/15534 -- 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

Re: [PR] KAFKA-16374; High watermark updates should have a higher priority [kafka]

2024-03-25 Thread via GitHub
dajac commented on code in PR #15534: URL: https://github.com/apache/kafka/pull/15534#discussion_r1537192799 ## group-coordinator/src/test/java/org/apache/kafka/coordinator/group/runtime/CoordinatorRuntimeTest.java: ## @@ -504,12 +518,6 @@ public void testScheduleLoadingWithFail

[jira] [Comment Edited] (KAFKA-16416) Use NetworkClientTest to replace RequestResponseTest to be the example of log4j output

2024-03-25 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17830387#comment-17830387 ] Luke Chen edited comment on KAFKA-16416 at 3/25/24 7:53 AM:

[jira] [Commented] (KAFKA-16416) Use NetworkClientTest to replace RequestResponseTest to be the example of log4j output

2024-03-25 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17830387#comment-17830387 ] Luke Chen commented on KAFKA-16416: --- Also, in the readme, we said: > Change the log4j

[jira] [Commented] (KAFKA-16398) mirror-maker2 running into OOM while filtering (dropping) high number of messages

2024-03-25 Thread Srivignesh (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17830386#comment-17830386 ] Srivignesh commented on KAFKA-16398: Hi [~gharris1727] Thanks for your response. I h

[jira] [Updated] (KAFKA-16398) mirror-maker2 running into OOM while filtering (dropping) high number of messages

2024-03-25 Thread Srivignesh (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Srivignesh updated KAFKA-16398: --- Attachment: connect-distributed.properties.template mm2.config.template > mirror-mak

Re: [PR] KAFKA-16232: kafka hangs forever in the starting process if the authorizer future is not returned [kafka]

2024-03-25 Thread via GitHub
showuon commented on code in PR #15549: URL: https://github.com/apache/kafka/pull/15549#discussion_r1537157667 ## core/src/main/scala/kafka/server/KafkaServer.scala: ## @@ -632,6 +634,7 @@ class KafkaServer( case t: Throwable => throw new RuntimeException("Received a

[jira] [Assigned] (KAFKA-16416) Use NetworkClientTest to replace RequestResponseTest to be the example of log4j output

2024-03-25 Thread Cheng-Kai, Zhang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheng-Kai, Zhang reassigned KAFKA-16416: Assignee: Cheng-Kai, Zhang > Use NetworkClientTest to replace RequestResponseTest

[jira] [Created] (KAFKA-16416) Use NetworkClientTest to replace RequestResponseTest to be the example of log4j output

2024-03-25 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-16416: -- Summary: Use NetworkClientTest to replace RequestResponseTest to be the example of log4j output Key: KAFKA-16416 URL: https://issues.apache.org/jira/browse/KAFKA-16416

[jira] [Updated] (KAFKA-16416) Use NetworkClientTest to replace RequestResponseTest to be the example of log4j output

2024-03-25 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai updated KAFKA-16416: --- Labels: newbie (was: ) > Use NetworkClientTest to replace RequestResponseTest to be the exa

<    1   2