kafka/checkstyle
Abhijeet Kumar 24ed31739e
KAFKA-16853: Split RemoteLogManagerScheduledThreadPool (#16502)
As part of KIP-950, we want to split the RemoteLogManagerScheduledThreadPool into separate thread pools (one for copy and another for expiration). In this change, we are splitting it into three thread pools (one for copy, one for expiration, and another one for follower). We are reusing the same thread pool configuration for all three thread pools. We can introduce new user-facing configurations later.

Reviewers: Kamal Chandraprakash<kamal.chandraprakash@gmail.com>, Luke Chen <showuon@gmail.com>, Christo Lolov <lolovc@amazon.com>, Satish Duggana <satishd@apache.org>
2024-07-17 16:43:23 +05:30
..
.scalafmt.conf MINOR: Update to Scala 2.13.12 (#14430) 2023-09-24 06:05:12 -07:00
checkstyle.xml KAFKA-16643 Add ModifierOrder checkstyle rule (#15890) 2024-06-13 15:39:32 +08:00
import-control-core.xml KAFKA-15265: Integrate RLMQuotaManager for throttling copies to remote storage (#15820) 2024-06-12 06:27:02 +05:30
import-control-group-coordinator.xml KAFKA-7632: Support Compression Levels (KIP-390) (#15516) 2024-05-21 17:58:49 +02:00
import-control-jmh-benchmarks.xml KAFKA-15853 Move KRAFT configs out of KafkaConfig (#15775) 2024-04-27 07:02:31 +08:00
import-control-metadata.xml KAFKA-7632: Support Compression Levels (KIP-390) (#15516) 2024-05-21 17:58:49 +02:00
import-control-server-common.xml KAFKA-15853 Move KafkaConfig log properties and docs out of core (#15569) 2024-04-20 04:14:23 +08:00
import-control-server.xml KAFKA-15853: Move KafkaConfig.configDef out of core (#16116) 2024-06-14 17:26:00 +02:00
import-control-storage.xml KAFKA-16783: Migrate RemoteLogMetadataManagerTest to new test infra (#15983) 2024-05-22 11:28:01 +08:00
import-control-transaction-coordinator.xml KAFKA-15853: Move KafkaConfig.configDef out of core (#16116) 2024-06-14 17:26:00 +02:00
import-control.xml KAFKA-16878 Remove powermock and easymock from code base (#16236) 2024-06-09 00:17:43 +08:00
java.header MINOR: improve license header check by providing head file instead of (prefix) header regex 2017-02-28 12:35:04 -08:00
suppressions.xml KAFKA-16853: Split RemoteLogManagerScheduledThreadPool (#16502) 2024-07-17 16:43:23 +05:30