[GitHub] [kafka] ijuma commented on a diff in pull request #13056: KAFKA-14556: make sure log cleaner throttler start time is correct

2022-12-29 Thread GitBox
ijuma commented on code in PR #13056: URL: https://github.com/apache/kafka/pull/13056#discussion_r1059261768 ## core/src/main/scala/kafka/utils/Throttler.scala: ## @@ -83,6 +86,17 @@ class Throttler(@volatile var desiredRatePerSec: Double, def updateDesiredRatePerSec(updatedD

[GitHub] [kafka] ijuma commented on a diff in pull request #13056: KAFKA-14556: make sure log cleaner throttler start time is correct

2022-12-29 Thread GitBox
ijuma commented on code in PR #13056: URL: https://github.com/apache/kafka/pull/13056#discussion_r1059261143 ## core/src/main/scala/kafka/utils/Throttler.scala: ## @@ -27,32 +27,35 @@ import scala.math._ /** * A class to measure and throttle the rate of some process. The th

[GitHub] [kafka] ijuma commented on a diff in pull request #13056: KAFKA-14556: make sure log cleaner throttler start time is correct

2022-12-29 Thread GitBox
ijuma commented on code in PR #13056: URL: https://github.com/apache/kafka/pull/13056#discussion_r1059260869 ## core/src/main/scala/kafka/utils/Throttler.scala: ## @@ -83,6 +86,17 @@ class Throttler(@volatile var desiredRatePerSec: Double, def updateDesiredRatePerSec(updatedD

[GitHub] [kafka] ijuma commented on a diff in pull request #13056: KAFKA-14556: make sure log cleaner throttler start time is correct

2022-12-29 Thread GitBox
ijuma commented on code in PR #13056: URL: https://github.com/apache/kafka/pull/13056#discussion_r1059260700 ## core/src/main/scala/kafka/utils/Throttler.scala: ## @@ -27,32 +27,35 @@ import scala.math._ /** * A class to measure and throttle the rate of some process. The th

[jira] [Updated] (KAFKA-14558) Move LastRecord, TxnMetadata, BatchMetadata, ProducerStateEntry, and ProducerAppendInfo to the storage module.

2022-12-29 Thread Satish Duggana (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Satish Duggana updated KAFKA-14558: --- Description: Move LastRecord, TxnMetadata, BatchMetadata, ProducerStateEntry, and ProducerAp

[jira] [Created] (KAFKA-14558) Move LastRecord, TxnMetadata, BatchMetadata, ProducerStateEntry, and ProducerAppendInfo to the storage module.

2022-12-29 Thread Satish Duggana (Jira)
Satish Duggana created KAFKA-14558: -- Summary: Move LastRecord, TxnMetadata, BatchMetadata, ProducerStateEntry, and ProducerAppendInfo to the storage module. Key: KAFKA-14558 URL: https://issues.apache.org/jira/br

[jira] [Updated] (KAFKA-14551) Move LeaderEpochFileCache to storage module

2022-12-29 Thread Satish Duggana (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Satish Duggana updated KAFKA-14551: --- Fix Version/s: 3.5.0 > Move LeaderEpochFileCache to storage module > ---

[jira] [Updated] (KAFKA-14550) MoveSnapshotFile and CorruptSnapshotException to storage module

2022-12-29 Thread Satish Duggana (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Satish Duggana updated KAFKA-14550: --- Fix Version/s: 3.5.0 > MoveSnapshotFile and CorruptSnapshotException to storage module > ---

[GitHub] [kafka] satishd commented on pull request #13039: KAFKA-14550 Move SnapshotFile and CorruptSnapshotException to storage module

2022-12-29 Thread GitBox
satishd commented on PR #13039: URL: https://github.com/apache/kafka/pull/13039#issuecomment-1367740483 @ijuma These changes are updated with the latest trunk and resolved the conflicts. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

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

2022-12-29 Thread GitBox
kamalcph commented on code in PR #13059: URL: https://github.com/apache/kafka/pull/13059#discussion_r1059249655 ## core/src/main/scala/kafka/admin/ConfigCommand.scala: ## @@ -580,7 +580,7 @@ object ConfigCommand extends Logging { .filter(entry => configSourceFilter match

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

2022-12-29 Thread GitBox
kamalcph commented on PR #13059: URL: https://github.com/apache/kafka/pull/13059#issuecomment-1367737942 @showuon @chia7712 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

[GitHub] [kafka] kamalcph opened a new pull request, #13059: MINOR: KafkaConfig should not expose internal config when queried for non-internal configs

2022-12-29 Thread GitBox
kamalcph opened a new pull request, #13059: URL: https://github.com/apache/kafka/pull/13059 Side fix: Print the topic/broker/broker-loggers configurations in alphabetical/sorted order. This will be useful when the user supplies the '--all' flag. ### Committer Checklist (excluded from

[jira] [Updated] (KAFKA-14498) flaky org.apache.kafka.tools.MetadataQuorumCommandTest

2022-12-29 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. Sophie Blee-Goldman updated KAFKA-14498: --- Fix Version/s: 3.4.0 (was: 3.5.0) > flaky org.apache.

[GitHub] [kafka] ableegoldman commented on pull request #13016: KAFKA-14498: reduce the startup nodes to avoid timeout error

2022-12-29 Thread GitBox
ableegoldman commented on PR #13016: URL: https://github.com/apache/kafka/pull/13016#issuecomment-1367736649 @showuon yes, thanks, I'll backport it 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 t

[GitHub] [kafka] satishd commented on a diff in pull request #13046: KAFKA-14551 Move LeaderEpochFileCache and its dependencies to the storage module.

2022-12-29 Thread GitBox
satishd commented on code in PR #13046: URL: https://github.com/apache/kafka/pull/13046#discussion_r1059247572 ## core/src/main/scala/kafka/server/checkpoints/OffsetCheckpointFile.scala: ## @@ -62,12 +62,17 @@ trait OffsetCheckpoint { * -checkpoint file end-- */

[GitHub] [kafka] satishd commented on a diff in pull request #13046: KAFKA-14551 Move LeaderEpochFileCache and its dependencies to the storage module.

2022-12-29 Thread GitBox
satishd commented on code in PR #13046: URL: https://github.com/apache/kafka/pull/13046#discussion_r1059039639 ## core/src/main/scala/kafka/log/UnifiedLog.scala: ## @@ -995,11 +994,12 @@ class UnifiedLog(@volatile var logStartOffset: Long, } } - def latestEpoch: Optio

[GitHub] [kafka] showuon commented on a diff in pull request #13050: MINOR: add error reason when controller failed to handle events

2022-12-29 Thread GitBox
showuon commented on code in PR #13050: URL: https://github.com/apache/kafka/pull/13050#discussion_r1059246945 ## metadata/src/main/java/org/apache/kafka/controller/QuorumController.java: ## @@ -432,8 +432,8 @@ private Throwable handleEventException(String name,

[GitHub] [kafka] ableegoldman commented on pull request #12988: KAFKA-14405: Log a warning when users attempt to set a config controlled by Streams

2022-12-29 Thread GitBox
ableegoldman commented on PR #12988: URL: https://github.com/apache/kafka/pull/12988#issuecomment-1367733438 Ah, yeah, sorry -- it's `partitioner.class` -- 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

[jira] [Commented] (KAFKA-13295) Long restoration times for new tasks can lead to transaction timeouts

2022-12-29 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17653025#comment-17653025 ] A. Sophie Blee-Goldman commented on KAFKA-13295: [~mjsax] unfortunately

[jira] [Updated] (KAFKA-13295) Long restoration times for new tasks can lead to transaction timeouts

2022-12-29 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. Sophie Blee-Goldman updated KAFKA-13295: --- Fix Version/s: 3.5.0 > Long restoration times for new tasks can lead to tran

[jira] [Commented] (KAFKA-14555) Segfault in RocksDB DumpDataBlocks

2022-12-29 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17653024#comment-17653024 ] A. Sophie Blee-Goldman commented on KAFKA-14555: [~gharris1727] can you

[jira] [Commented] (KAFKA-14404) Fix & update docs on client configs controlled by Streams

2022-12-29 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17653022#comment-17653022 ] A. Sophie Blee-Goldman commented on KAFKA-14404: [~sujayopensource]  tha

[jira] [Commented] (KAFKA-14459) Document how to use and close a 'Statistics' in the example RocksDBConfigSetter

2022-12-29 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17653021#comment-17653021 ] A. Sophie Blee-Goldman commented on KAFKA-14459: [~sujayopensource] go f

[GitHub] [kafka] ableegoldman commented on a diff in pull request #12985: KAFKA-13602: Remove unwanted logging in RecordCollectorImpl.java

2022-12-29 Thread GitBox
ableegoldman commented on code in PR #12985: URL: https://github.com/apache/kafka/pull/12985#discussion_r1059241223 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/RecordCollectorImpl.java: ## @@ -159,7 +159,8 @@ public void send(final String topic,

[jira] [Commented] (KAFKA-14419) Same message consumed again by the same stream task after partition is lost and reassigned

2022-12-29 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17653017#comment-17653017 ] A. Sophie Blee-Goldman commented on KAFKA-14419: Hm. Could you try and r

[jira] [Resolved] (KAFKA-13602) Allow to broadcast a result record

2022-12-29 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. Sophie Blee-Goldman resolved KAFKA-13602. Resolution: Fixed > Allow to broadcast a result record > -

[jira] [Updated] (KAFKA-13602) Allow to broadcast a result record

2022-12-29 Thread A. Sophie Blee-Goldman (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. Sophie Blee-Goldman updated KAFKA-13602: --- Fix Version/s: 3.4.0 (was: 3.5.0) > Allow to broadcas

[GitHub] [kafka] dengziming commented on a diff in pull request #13058: KAFKA-14557; Lock metadata log dir

2022-12-29 Thread GitBox
dengziming commented on code in PR #13058: URL: https://github.com/apache/kafka/pull/13058#discussion_r1059224316 ## core/src/test/scala/unit/kafka/raft/RaftManagerTest.scala: ## @@ -81,25 +100,99 @@ class RaftManagerTest { ) } - @Test - def testNodeIdPresentIfBroker

[GitHub] [kafka] dengziming commented on a diff in pull request #13050: MINOR: add error reason when controller failed to handle events

2022-12-29 Thread GitBox
dengziming commented on code in PR #13050: URL: https://github.com/apache/kafka/pull/13050#discussion_r1059223359 ## metadata/src/main/java/org/apache/kafka/controller/QuorumController.java: ## @@ -432,8 +432,8 @@ private Throwable handleEventException(String name,

[GitHub] [kafka] jsancio opened a new pull request, #13058: KAFKA-14557; Lock metadata log dir

2022-12-29 Thread GitBox
jsancio opened a new pull request, #13058: URL: https://github.com/apache/kafka/pull/13058 This change makes sure that Kafka grabs a log dir lock in the following additional cases: 1. When a Kafka node runs in controller only. The current implementation doesn't grab a file lock becau

[GitHub] [kafka] mjsax commented on a diff in pull request #12742: KAFKA-10892: Shared Readonly State Stores ( revisited )

2022-12-29 Thread GitBox
mjsax commented on code in PR #12742: URL: https://github.com/apache/kafka/pull/12742#discussion_r1059135143 ## streams/src/main/java/org/apache/kafka/streams/Topology.java: ## @@ -737,6 +737,91 @@ public synchronized Topology addStateStore(final StoreBuilder storeBuilder,

[GitHub] [kafka] mjsax commented on a diff in pull request #12740: Update of the PAPI testing classes to the latest implementation

2022-12-29 Thread GitBox
mjsax commented on code in PR #12740: URL: https://github.com/apache/kafka/pull/12740#discussion_r1059149907 ## streams/src/test/java/org/apache/kafka/test/MockProcessor.java: ## @@ -41,16 +44,16 @@ public MockProcessor() { delegate = new MockApiProcessor<>(); }

[jira] [Created] (KAFKA-14557) Missing .lock file when using metadata.log.dir

2022-12-29 Thread Jira
José Armando García Sancio created KAFKA-14557: -- Summary: Missing .lock file when using metadata.log.dir Key: KAFKA-14557 URL: https://issues.apache.org/jira/browse/KAFKA-14557 Project: Ka

[GitHub] [kafka] mjsax commented on pull request #13055: MINOR Fix check-style failures in streams/examples module.

2022-12-29 Thread GitBox
mjsax commented on PR #13055: URL: https://github.com/apache/kafka/pull/13055#issuecomment-1367480412 Cherry-picked this commit to `3.4` branch. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [kafka] mjsax commented on pull request #13055: MINOR Fix check-style failures in streams/examples module.

2022-12-29 Thread GitBox
mjsax commented on PR #13055: URL: https://github.com/apache/kafka/pull/13055#issuecomment-1367472851 Thanks for the quick fix! -- And sorry for breaking `trunk` -- I did some catchup work on the backlog and it was a somewhat older PR that I merged... -- This is an automated message from

[jira] [Assigned] (KAFKA-14459) Document how to use and close a 'Statistics' in the example RocksDBConfigSetter

2022-12-29 Thread Sujay Hegde (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sujay Hegde reassigned KAFKA-14459: --- Assignee: Sujay Hegde > Document how to use and close a 'Statistics' in the example > Rock

[jira] [Commented] (KAFKA-14459) Document how to use and close a 'Statistics' in the example RocksDBConfigSetter

2022-12-29 Thread Sujay Hegde (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17652897#comment-17652897 ] Sujay Hegde commented on KAFKA-14459: - Hi [~ableegoldman] , Would be taking up this

[GitHub] [kafka] emilnkrastev commented on pull request #11818: KAFKA-12558: Do not prematurely mutate partiton state and provide con…

2022-12-29 Thread GitBox
emilnkrastev commented on PR #11818: URL: https://github.com/apache/kafka/pull/11818#issuecomment-1367459349 @C0urante your assessment of the goal is correct - the PR changes are aiming to allow syncs to take place where they should be. I believe there are 2 different problems - one t

[GitHub] [kafka] vvcephei commented on pull request #13021: KAFKA-14468: Implement CommitRequestManager to manage the commit and autocommit requests

2022-12-29 Thread GitBox
vvcephei commented on PR #13021: URL: https://github.com/apache/kafka/pull/13021#issuecomment-1367452673 Thanks @philipnee ! I just made a quick pass. I'm sorry; I haven't been keeping up with the progress of your project, so I'm a little hazy on the details. It looks like the

[jira] [Assigned] (KAFKA-14404) Fix & update docs on client configs controlled by Streams

2022-12-29 Thread Sujay Hegde (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sujay Hegde reassigned KAFKA-14404: --- Assignee: Sujay Hegde > Fix & update docs on client configs controlled by Streams > ---

[jira] [Commented] (KAFKA-14404) Fix & update docs on client configs controlled by Streams

2022-12-29 Thread Sujay Hegde (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17652894#comment-17652894 ] Sujay Hegde commented on KAFKA-14404: - Hi [~ableegoldman] , Would be taking up this

[GitHub] [kafka] C0urante commented on pull request #11818: KAFKA-12558: Do not prematurely mutate partiton state and provide con…

2022-12-29 Thread GitBox
C0urante commented on PR #11818: URL: https://github.com/apache/kafka/pull/11818#issuecomment-1367408152 Thanks for this fix, @emilnkrastev. I want to make sure I understand the goal here before commenting on the actual code changes (although I've made sure to read through them carefully).

[GitHub] [kafka] ijuma commented on pull request #13055: MINOR Fix check-style failures in streams/examples module.

2022-12-29 Thread GitBox
ijuma commented on PR #13055: URL: https://github.com/apache/kafka/pull/13055#issuecomment-1367399294 @satishd please include the reviewers line in the commit message when merging. Thanks for the fix! -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [kafka] rubin55 opened a new pull request, #13057: Removed erroneous quotes from CLASSPATH variable, fixes fixes running on Windows with spaces in path (KAFKA-9710).

2022-12-29 Thread GitBox
rubin55 opened a new pull request, #13057: URL: https://github.com/apache/kafka/pull/13057 KAFKA-9710 documents a failure on Windows systems when Kafka is installed on a path with spaces (which is common - like `C:\Program Files` for example). This PR removes the erroneous quotes arou

[jira] [Assigned] (KAFKA-12558) MM2 may not sync partition offsets correctly

2022-12-29 Thread Chris Egerton (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Egerton reassigned KAFKA-12558: - Assignee: (was: Ryanne Dolan) > MM2 may not sync partition offsets correctly >

[GitHub] [kafka] satishd merged pull request #13055: MINOR Fix check-style failures in streams/examples module.

2022-12-29 Thread GitBox
satishd merged PR #13055: URL: https://github.com/apache/kafka/pull/13055 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.

[GitHub] [kafka] satishd commented on pull request #13055: MINOR Fix check-style failures in streams/examples module.

2022-12-29 Thread GitBox
satishd commented on PR #13055: URL: https://github.com/apache/kafka/pull/13055#issuecomment-1367237655 Thanks @omkreddy reviewing the PR. Few failed tests do not seem to be related to these changes. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [kafka] showuon commented on a diff in pull request #13056: KAFKA-14556: make sure log cleaner throttler start time is correct

2022-12-29 Thread GitBox
showuon commented on code in PR #13056: URL: https://github.com/apache/kafka/pull/13056#discussion_r1058814688 ## core/src/main/scala/kafka/utils/Throttler.scala: ## @@ -83,6 +86,17 @@ class Throttler(@volatile var desiredRatePerSec: Double, def updateDesiredRatePerSec(update

[jira] [Updated] (KAFKA-14556) log cleaner throttler start time is wrong when 1st run

2022-12-29 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen updated KAFKA-14556: -- Summary: log cleaner throttler start time is wrong when 1st run (was: log cleaner throttler start tim

[jira] [Assigned] (KAFKA-14556) log cleaner throttler start time is correct

2022-12-29 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen reassigned KAFKA-14556: - Assignee: Luke Chen > log cleaner throttler start time is correct > ---

[GitHub] [kafka] showuon commented on a diff in pull request #13056: KAFKA-14556: make sure log cleaner throttler start time is correct

2022-12-29 Thread GitBox
showuon commented on code in PR #13056: URL: https://github.com/apache/kafka/pull/13056#discussion_r1058811334 ## core/src/main/scala/kafka/utils/Throttler.scala: ## @@ -70,7 +73,7 @@ class Throttler(@volatile var desiredRatePerSec: Double, val elapsedMs = TimeUnit.NA

[GitHub] [kafka] showuon commented on a diff in pull request #13056: KAFKA-14556: make sure log cleaner throttler start time is correct

2022-12-29 Thread GitBox
showuon commented on code in PR #13056: URL: https://github.com/apache/kafka/pull/13056#discussion_r1058810948 ## core/src/main/scala/kafka/utils/Throttler.scala: ## @@ -27,32 +27,35 @@ import scala.math._ /** * A class to measure and throttle the rate of some process. The

[GitHub] [kafka] showuon commented on a diff in pull request #13056: KAFKA-14556: make sure log cleaner throttler start time is correct

2022-12-29 Thread GitBox
showuon commented on code in PR #13056: URL: https://github.com/apache/kafka/pull/13056#discussion_r1058810732 ## core/src/main/scala/kafka/utils/Throttler.scala: ## @@ -27,32 +27,35 @@ import scala.math._ /** * A class to measure and throttle the rate of some process. The

[GitHub] [kafka] showuon commented on a diff in pull request #13056: KAFKA-14556: make sure log cleaner throttler start time is correct

2022-12-29 Thread GitBox
showuon commented on code in PR #13056: URL: https://github.com/apache/kafka/pull/13056#discussion_r1058810135 ## core/src/main/scala/kafka/utils/Throttler.scala: ## @@ -27,32 +27,35 @@ import scala.math._ /** * A class to measure and throttle the rate of some process. The

[GitHub] [kafka] showuon commented on a diff in pull request #13056: KAFKA-14556: make sure log cleaner throttler start time is correct

2022-12-29 Thread GitBox
showuon commented on code in PR #13056: URL: https://github.com/apache/kafka/pull/13056#discussion_r1058809664 ## core/src/main/scala/kafka/log/LogCleaner.scala: ## @@ -413,21 +408,25 @@ class LogCleaner(initialConfig: CleanerConfig, def recordStats(id: Int, name: String, f

[GitHub] [kafka] showuon opened a new pull request, #13056: KAFKA-14556: make sure log cleaner throttler start time is correct

2022-12-29 Thread GitBox
showuon opened a new pull request, #13056: URL: https://github.com/apache/kafka/pull/13056 Log cleaner throttler will do throttling check very 300ms. The expected throttling work is like this: disk IO operation for 300ms -> check if throttling is needed (sleep to slow down the IO) ->

[jira] [Created] (KAFKA-14556) log cleaner throttler start time is correct

2022-12-29 Thread Luke Chen (Jira)
Luke Chen created KAFKA-14556: - Summary: log cleaner throttler start time is correct Key: KAFKA-14556 URL: https://issues.apache.org/jira/browse/KAFKA-14556 Project: Kafka Issue Type: Bug