[jira] [Commented] (KAFKA-14642) TopicBased RemoteLogMetadataManager can't support reassign user-partitions

2023-01-20 Thread hzh0425 (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17679393#comment-17679393 ] hzh0425 commented on KAFKA-14642: - Sure, I will do that > TopicBased RemoteLogMetadataManager can't

[GitHub] [kafka] mjsax commented on a diff in pull request #13126: KAFKA-14491: [1/N] Add segment value format for RocksDB versioned store

2023-01-20 Thread via GitHub
mjsax commented on code in PR #13126: URL: https://github.com/apache/kafka/pull/13126#discussion_r1083231834 ## streams/src/main/java/org/apache/kafka/streams/state/internals/RocksDBVersionedStoreSegmentValueFormatter.java: ## @@ -0,0 +1,523 @@ +/* + * Licensed to the Apache

[GitHub] [kafka] mjsax commented on a diff in pull request #13126: KAFKA-14491: [1/N] Add segment value format for RocksDB versioned store

2023-01-20 Thread via GitHub
mjsax commented on code in PR #13126: URL: https://github.com/apache/kafka/pull/13126#discussion_r1081924210 ## streams/src/main/java/org/apache/kafka/streams/state/internals/RocksDBVersionedStoreSegmentValueFormatter.java: ## @@ -0,0 +1,523 @@ +/* + * Licensed to the Apache

[GitHub] [kafka] mjsax commented on a diff in pull request #13126: KAFKA-14491: [1/N] Add segment value format for RocksDB versioned store

2023-01-20 Thread via GitHub
mjsax commented on code in PR #13126: URL: https://github.com/apache/kafka/pull/13126#discussion_r1083224137 ## streams/src/main/java/org/apache/kafka/streams/state/internals/RocksDBVersionedStoreSegmentValueFormatter.java: ## @@ -0,0 +1,523 @@ +/* + * Licensed to the Apache

[GitHub] [kafka] mjsax commented on a diff in pull request #13126: KAFKA-14491: [1/N] Add segment value format for RocksDB versioned store

2023-01-20 Thread via GitHub
mjsax commented on code in PR #13126: URL: https://github.com/apache/kafka/pull/13126#discussion_r1083223501 ## streams/src/main/java/org/apache/kafka/streams/state/internals/RocksDBVersionedStoreSegmentValueFormatter.java: ## @@ -0,0 +1,523 @@ +/* + * Licensed to the Apache

[GitHub] [kafka] hachikuji commented on a diff in pull request #13138: MINOR: Small cleanups in refactored consumer implementation

2023-01-20 Thread via GitHub
hachikuji commented on code in PR #13138: URL: https://github.com/apache/kafka/pull/13138#discussion_r1083199766 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/CoordinatorRequestManager.java: ## @@ -149,11 +156,14 @@ private void onSuccessfulResponse(final

[GitHub] [kafka] vcrfxia opened a new pull request, #13143: KAFKA-14491: [3/N] Add logical key value segments

2023-01-20 Thread via GitHub
vcrfxia opened a new pull request, #13143: URL: https://github.com/apache/kafka/pull/13143 (This PR is stacked on https://github.com/apache/kafka/pull/13142. The first commit does not need to be reviewed separately.) Today's KeyValueSegments create a new RocksDB instance for each

[GitHub] [kafka] vcrfxia opened a new pull request, #13142: KAFKA-14491: [2/N] Refactor RocksDB store open iterator management

2023-01-20 Thread via GitHub
vcrfxia opened a new pull request, #13142: URL: https://github.com/apache/kafka/pull/13142 This PR refactors how the list of open iterators for RocksDB stores is managed. Prior to this PR, the `openIterators` list was passed into the constructor for the iterators themselves, allowing

[GitHub] [kafka] ableegoldman opened a new pull request, #13141: MINOR: fix flaky integrations tests by using 60s default timeout for startup

2023-01-20 Thread via GitHub
ableegoldman opened a new pull request, #13141: URL: https://github.com/apache/kafka/pull/13141 The timeouts used for starting up Streams and waiting for the RUNNING state are all over the place across our integration tests, with some as low as 15s (which are unsurprisingly rather flaky).

[GitHub] [kafka] philipnee commented on pull request #13139: MINOR: Update outdate documentation for the SubscriptionState

2023-01-20 Thread via GitHub
philipnee commented on PR #13139: URL: https://github.com/apache/kafka/pull/13139#issuecomment-1399093410 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 the specific comment. To

[GitHub] [kafka] kirktrue closed pull request #12945: KAFKA-14365: Refactor Fetcher to allow different implementations

2023-01-20 Thread via GitHub
kirktrue closed pull request #12945: KAFKA-14365: Refactor Fetcher to allow different implementations URL: https://github.com/apache/kafka/pull/12945 -- 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

[GitHub] [kafka] guozhangwang commented on a diff in pull request #12813: KAFKA-14317: ProduceRequest timeouts are logged as network exceptions

2023-01-20 Thread via GitHub
guozhangwang commented on code in PR #12813: URL: https://github.com/apache/kafka/pull/12813#discussion_r1083134655 ## clients/src/main/java/org/apache/kafka/clients/producer/internals/Sender.java: ## @@ -549,7 +549,13 @@ private boolean awaitNodeReady(Node node,

[GitHub] [kafka] guozhangwang commented on a diff in pull request #13138: MINOR: Small cleanups in refactored consumer implementation

2023-01-20 Thread via GitHub
guozhangwang commented on code in PR #13138: URL: https://github.com/apache/kafka/pull/13138#discussion_r1083125061 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/CoordinatorRequestManager.java: ## @@ -149,11 +156,14 @@ private void

[GitHub] [kafka] cmccabe commented on a diff in pull request #13140: KAFKA-14644: Process should crash after failure in Raft IO thread

2023-01-20 Thread via GitHub
cmccabe commented on code in PR #13140: URL: https://github.com/apache/kafka/pull/13140#discussion_r1083122187 ## core/src/test/scala/unit/kafka/raft/RaftManagerTest.scala: ## @@ -221,16 +225,23 @@ class RaftManagerTest { @Test def testUncaughtExceptionInIoThread(): Unit

[GitHub] [kafka] cmccabe commented on a diff in pull request #13140: KAFKA-14644: Process should crash after failure in Raft IO thread

2023-01-20 Thread via GitHub
cmccabe commented on code in PR #13140: URL: https://github.com/apache/kafka/pull/13140#discussion_r1083120749 ## core/src/main/scala/kafka/raft/RaftManager.scala: ## @@ -47,19 +47,27 @@ import org.apache.kafka.raft.RaftConfig.{AddressSpec, InetAddressSpec, NON_ROUTA import

[GitHub] [kafka] guozhangwang merged pull request #13139: MINOR: Update outdate documentation for the SubscriptionState

2023-01-20 Thread via GitHub
guozhangwang merged PR #13139: URL: https://github.com/apache/kafka/pull/13139 -- 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] [Commented] (KAFKA-14382) StreamThreads can miss rebalance events when processing records during a rebalance

2023-01-20 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17679346#comment-17679346 ] Guozhang Wang commented on KAFKA-14382: --- Thanks for catching this bug [~ableegoldman]! I'm late

[jira] [Updated] (KAFKA-14382) StreamThreads can miss rebalance events when processing records during a rebalance

2023-01-20 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-14382: -- Labels: new-consumer-threading-should-fix rebalancing (was: rebalancing) > StreamThreads can

[GitHub] [kafka] hachikuji opened a new pull request, #13140: KAFKA-14644: Process should crash after failure in Raft IO thread

2023-01-20 Thread via GitHub
hachikuji opened a new pull request, #13140: URL: https://github.com/apache/kafka/pull/13140 Unexpected errors caught in the Raft IO thread should cause the process to stop. This is similar to the handling of exceptions in the controller. ### Committer Checklist (excluded from commit

[jira] [Created] (KAFKA-14644) Process should stop after failure in raft IO thread

2023-01-20 Thread Jason Gustafson (Jira)
Jason Gustafson created KAFKA-14644: --- Summary: Process should stop after failure in raft IO thread Key: KAFKA-14644 URL: https://issues.apache.org/jira/browse/KAFKA-14644 Project: Kafka

[GitHub] [kafka] philipnee opened a new pull request, #13139: MINOR: Update outdate documentation for the SubscriptionState

2023-01-20 Thread via GitHub
philipnee opened a new pull request, #13139: URL: https://github.com/apache/kafka/pull/13139 The current documentation indicates two positions are tracked, but these positions were removed a few years ago. Now we use a single position to track the last consumed record. Updated the

[GitHub] [kafka] ableegoldman merged pull request #13132: MINOR: fix warnings in Streams javadocs

2023-01-20 Thread via GitHub
ableegoldman merged PR #13132: URL: https://github.com/apache/kafka/pull/13132 -- 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:

[GitHub] [kafka] ableegoldman commented on pull request #13134: MINOR: fix flaky StickyAssignorTest.testLargeAssignmentAndGroupWithNonEqualSubscription

2023-01-20 Thread via GitHub
ableegoldman commented on PR #13134: URL: https://github.com/apache/kafka/pull/13134#issuecomment-1399019480 Merged to trunk and cherrypicked to 3.4 -- 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

[GitHub] [kafka] ableegoldman merged pull request #13134: MINOR: fix flaky StickyAssignorTest.testLargeAssignmentAndGroupWithNonEqualSubscription

2023-01-20 Thread via GitHub
ableegoldman merged PR #13134: URL: https://github.com/apache/kafka/pull/13134 -- 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:

[GitHub] [kafka] ableegoldman commented on pull request #13134: MINOR: fix flaky StickyAssignorTest.testLargeAssignmentAndGroupWithNonEqualSubscription

2023-01-20 Thread via GitHub
ableegoldman commented on PR #13134: URL: https://github.com/apache/kafka/pull/13134#issuecomment-1398999167 It's just timing out, there's no error beyond that -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [kafka] hachikuji commented on a diff in pull request #13138: MINOR: Small cleanups in refactored consumer implementation

2023-01-20 Thread via GitHub
hachikuji commented on code in PR #13138: URL: https://github.com/apache/kafka/pull/13138#discussion_r1083069990 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/NetworkClientDelegate.java: ## @@ -97,8 +97,8 @@ private void trySend(final long currentTimeMs)

[GitHub] [kafka] kirktrue commented on a diff in pull request #12813: KAFKA-14317: ProduceRequest timeouts are logged as network exceptions

2023-01-20 Thread via GitHub
kirktrue commented on code in PR #12813: URL: https://github.com/apache/kafka/pull/12813#discussion_r1082998126 ## clients/src/test/java/org/apache/kafka/clients/producer/internals/SenderTest.java: ## @@ -2519,7 +2519,7 @@ public void

[GitHub] [kafka] kirktrue commented on a diff in pull request #12813: KAFKA-14317: ProduceRequest timeouts are logged as network exceptions

2023-01-20 Thread via GitHub
kirktrue commented on code in PR #12813: URL: https://github.com/apache/kafka/pull/12813#discussion_r1082997268 ## clients/src/main/java/org/apache/kafka/clients/producer/internals/Sender.java: ## @@ -552,9 +552,11 @@ private void handleProduceResponse(ClientResponse response,

[GitHub] [kafka] kirktrue commented on a diff in pull request #12813: KAFKA-14317: ProduceRequest timeouts are logged as network exceptions

2023-01-20 Thread via GitHub
kirktrue commented on code in PR #12813: URL: https://github.com/apache/kafka/pull/12813#discussion_r1082997576 ## clients/src/main/java/org/apache/kafka/clients/producer/internals/Sender.java: ## @@ -641,7 +643,7 @@ private void completeBatch(ProducerBatch batch,

[GitHub] [kafka] philipnee commented on a diff in pull request #13138: MINOR: Small cleanups in refactored consumer implementation

2023-01-20 Thread via GitHub
philipnee commented on code in PR #13138: URL: https://github.com/apache/kafka/pull/13138#discussion_r1082970121 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/NetworkClientDelegate.java: ## @@ -97,8 +97,8 @@ private void trySend(final long currentTimeMs)

[GitHub] [kafka] hachikuji opened a new pull request, #13138: MINOR: Small cleanups in refactored consumer implementation

2023-01-20 Thread via GitHub
hachikuji opened a new pull request, #13138: URL: https://github.com/apache/kafka/pull/13138 This patch contains a few cleanups in the new refactored consumer logic: - Use `CompletableFuture` instead of `RequestFuture` in `NetworkClientDelegate`. This is a much more extensible API

[GitHub] [kafka] C0urante commented on pull request #13137: KAFKA-15086: Intra-cluster communication for Mirror Maker 2

2023-01-20 Thread via GitHub
C0urante commented on PR #13137: URL: https://github.com/apache/kafka/pull/13137#issuecomment-1398797302 @gharris1727 @viktorsomogyi @mimaison would you mind taking a look at this when you have a moment? -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [kafka] C0urante opened a new pull request, #13137: KAFKA-15086: Intra-cluster communication for MirrorMaker 2

2023-01-20 Thread via GitHub
C0urante opened a new pull request, #13137: URL: https://github.com/apache/kafka/pull/13137 [Jira](https://issues.apache.org/jira/browse/KAFKA-10586) Implements the internal REST API changes described in

[GitHub] [kafka] fvaleri commented on pull request #13136: KAFKA-14582: Move JmxTool to tools

2023-01-20 Thread GitBox
=BrokerTopicMetrics,name=MessagesInPerSec --attributes FifteenMinuteRate,FiveMinuteRate --date-format "MMdd-hh:mm:ss" --reporting-interval 1000 --report-format tsv Trying to connect to JMX url: service:jmx:rmi:///jndi/rmi://:/jmxrmi time 20230120-06:23:14 kafka.s

[GitHub] [kafka] kamalcph commented on pull request #13060: KAFKA-14559: Fix JMX tool to handle the object names with wild cards and optional attributes

2023-01-20 Thread GitBox
kamalcph commented on PR #13060: URL: https://github.com/apache/kafka/pull/13060#issuecomment-1398673057 @ijuma @showuon Please take a look when you get chance. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [kafka] kamalcph commented on pull request #13059: MINOR: KafkaConfig should not expose internal config when queried for non-internal values

2023-01-20 Thread GitBox
kamalcph commented on PR #13059: URL: https://github.com/apache/kafka/pull/13059#issuecomment-1398670571 @ijuma @showuon can you please merge the patch? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [kafka] fvaleri opened a new pull request, #13136: KAFKA-14582: Move JmxTool to tools

2023-01-20 Thread GitBox
fvaleri opened a new pull request, #13136: URL: https://github.com/apache/kafka/pull/13136 This PR is based on https://github.com/apache/kafka/pull/13131. This class is also used by the system tests, so I need to check if the replacement works fine there too. -- This is an

[GitHub] [kafka] fvaleri commented on a diff in pull request #13131: KAFKA-14628: Move CommandLineUtils and CommandDefaultOptions shared classes

2023-01-20 Thread GitBox
fvaleri commented on code in PR #13131: URL: https://github.com/apache/kafka/pull/13131#discussion_r1082712140 ## server-common/src/main/java/org/apache/kafka/server/util/CommandLineUtils.java: ## @@ -0,0 +1,201 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [kafka] clolov commented on a diff in pull request #13131: KAFKA-14628: Move CommandLineUtils and CommandDefaultOptions shared classes

2023-01-20 Thread GitBox
clolov commented on code in PR #13131: URL: https://github.com/apache/kafka/pull/13131#discussion_r1082663006 ## server-common/src/main/java/org/apache/kafka/server/util/CommandLineUtils.java: ## @@ -0,0 +1,201 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [kafka] ijuma commented on a diff in pull request #13135: KAFKA-14633: Reduce data copy & buffer allocation during decompression

2023-01-20 Thread GitBox
ijuma commented on code in PR #13135: URL: https://github.com/apache/kafka/pull/13135#discussion_r1082623877 ## clients/src/main/java/org/apache/kafka/common/record/CompressionType.java: ## @@ -126,6 +144,11 @@ public OutputStream wrapForOutput(ByteBufferOutputStream buffer,

[GitHub] [kafka] ijuma commented on a diff in pull request #13135: KAFKA-14633: Reduce data copy & buffer allocation during decompression

2023-01-20 Thread GitBox
ijuma commented on code in PR #13135: URL: https://github.com/apache/kafka/pull/13135#discussion_r1082622801 ## clients/src/main/java/org/apache/kafka/common/record/CompressionType.java: ## @@ -126,6 +144,11 @@ public OutputStream wrapForOutput(ByteBufferOutputStream buffer,

[GitHub] [kafka] divijvaidya commented on a diff in pull request #13135: KAFKA-14633: Reduce data copy & buffer allocation during decompression

2023-01-20 Thread GitBox
divijvaidya commented on code in PR #13135: URL: https://github.com/apache/kafka/pull/13135#discussion_r1082615267 ## clients/src/main/java/org/apache/kafka/common/record/CompressionType.java: ## @@ -126,6 +144,11 @@ public OutputStream wrapForOutput(ByteBufferOutputStream

[GitHub] [kafka] ijuma commented on pull request #13135: KAFKA-14633: Reduce data copy & buffer allocation during decompression

2023-01-20 Thread GitBox
ijuma commented on PR #13135: URL: https://github.com/apache/kafka/pull/13135#issuecomment-1398459548 One more thing: when it comes to the testing, can we include the case where the batches have a single 10 byte message? -- This is an automated message from the Apache Git Service. To

[GitHub] [kafka] ijuma commented on a diff in pull request #13135: KAFKA-14633: Reduce data copy & buffer allocation during decompression

2023-01-20 Thread GitBox
ijuma commented on code in PR #13135: URL: https://github.com/apache/kafka/pull/13135#discussion_r1082588469 ## clients/src/main/java/org/apache/kafka/common/compress/ZstdFactory.java: ## @@ -62,10 +68,11 @@ public void release(ByteBuffer buffer) { }

[jira] [Commented] (KAFKA-14642) TopicBased RemoteLogMetadataManager can't support reassign user-partitions

2023-01-20 Thread Alexandre Dupriez (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17679158#comment-17679158 ] Alexandre Dupriez commented on KAFKA-14642: --- In addition to here, I would recommend checking

[jira] [Updated] (KAFKA-14565) Improve Interceptor Resource Leakage Prevention

2023-01-20 Thread Terry Beard (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Terry Beard updated KAFKA-14565: Description: The Consumer and Producer interceptor interfaces and their corresponding Kafka

[GitHub] [kafka] divijvaidya commented on pull request #13135: KAFKA-14633: Reduce data copy & buffer allocation during decompression

2023-01-20 Thread GitBox
divijvaidya commented on PR #13135: URL: https://github.com/apache/kafka/pull/13135#issuecomment-1398428117 @ijuma please review when you get a chance since you already have context about this code change. -- This is an automated message from the Apache Git Service. To respond to the

[jira] [Assigned] (KAFKA-14579) Move DumpLogSegments to tools

2023-01-20 Thread Federico Valeri (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Federico Valeri reassigned KAFKA-14579: --- Assignee: (was: Federico Valeri) > Move DumpLogSegments to tools >

[jira] [Comment Edited] (KAFKA-14579) Move DumpLogSegments to tools

2023-01-20 Thread Federico Valeri (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17679147#comment-17679147 ] Federico Valeri edited comment on KAFKA-14579 at 1/20/23 1:28 PM: -- This

[jira] [Commented] (KAFKA-14579) Move DumpLogSegments to tools

2023-01-20 Thread Federico Valeri (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17679147#comment-17679147 ] Federico Valeri commented on KAFKA-14579: - This tool has dependency on core module. > Move

[jira] [Comment Edited] (KAFKA-14642) TopicBased RemoteLogMetadataManager can't support reassign user-partitions

2023-01-20 Thread hzh0425 (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17679131#comment-17679131 ] hzh0425 edited comment on KAFKA-14642 at 1/20/23 12:31 PM: --- BTW, can I

[jira] [Commented] (KAFKA-14642) TopicBased RemoteLogMetadataManager can't support reassign user-partitions

2023-01-20 Thread hzh0425 (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17679131#comment-17679131 ] hzh0425 commented on KAFKA-14642: - BTW, can I implement a Rocksdb based metadata storage for TopicBased

[jira] [Commented] (KAFKA-14642) TopicBased RemoteLogMetadataManager can't support reassign user-partitions

2023-01-20 Thread hzh0425 (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17679124#comment-17679124 ] hzh0425 commented on KAFKA-14642: - Thanks for your reply! [~satish.duggana] [~Hangleton]  So what is

[jira] [Commented] (KAFKA-14642) TopicBased RemoteLogMetadataManager can't support reassign user-partitions

2023-01-20 Thread Alexandre Dupriez (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17679106#comment-17679106 ] Alexandre Dupriez commented on KAFKA-14642: --- Thanks [~hzh0425@apache] for the report. Really

[GitHub] [kafka] divijvaidya commented on a diff in pull request #13135: KAFKA-14633: Reduce data copy & buffer allocation during decompression

2023-01-20 Thread GitBox
divijvaidya commented on code in PR #13135: URL: https://github.com/apache/kafka/pull/13135#discussion_r1082366873 ## clients/src/main/java/org/apache/kafka/common/compress/ZstdFactory.java: ## @@ -26,21 +26,25 @@ import org.apache.kafka.common.utils.ByteBufferInputStream;

[jira] [Commented] (KAFKA-14642) TopicBased RemoteLogMetadataManager can't support reassign user-partitions

2023-01-20 Thread Satish Duggana (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17679105#comment-17679105 ] Satish Duggana commented on KAFKA-14642: Thanks [~hzh0425@apache] for the JIRA. Our

[GitHub] [kafka] clolov commented on pull request #12821: KAFKA-14132: Replace PowerMock and EasyMock with Mockito in streams tests

2023-01-20 Thread GitBox
clolov commented on PR #12821: URL: https://github.com/apache/kafka/pull/12821#issuecomment-1398172190 Thank you very much for the review and merge! -- 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

[jira] [Updated] (KAFKA-14636) Compression optimization: Use zstd dictionary based (de)compression

2023-01-20 Thread Divij Vaidya (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Divij Vaidya updated KAFKA-14636: - Labels: needs-kip (was: ) > Compression optimization: Use zstd dictionary based

[jira] [Commented] (KAFKA-14632) Compression optimization: Remove unnecessary intermediate buffers

2023-01-20 Thread Divij Vaidya (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17679088#comment-17679088 ] Divij Vaidya commented on KAFKA-14632: -- [GitHub Pull Request

[GitHub] [kafka] divijvaidya opened a new pull request, #13135: KAFKA-14633: Reduce data copy & buffer allocation during decompression

2023-01-20 Thread GitBox
divijvaidya opened a new pull request, #13135: URL: https://github.com/apache/kafka/pull/13135 This covers two JIRAs https://issues.apache.org/jira/browse/KAFKA-14632 and https://issues.apache.org/jira/browse/KAFKA-14633 ## Background ![Screenshot 2023-01-19 at 18 27

[GitHub] [kafka] ableegoldman opened a new pull request, #13134: MINOR: fix flaky StickyAssignorTest.testLargeAssignmentAndGroupWithNonEqualSubscription

2023-01-20 Thread GitBox
ableegoldman opened a new pull request, #13134: URL: https://github.com/apache/kafka/pull/13134 This test is supposed to be a sanity check that rebalancing with a large number of partitions/consumers won't start to take obscenely long or approach the `max.poll.interval.ms` -- bumping up