[
https://issues.apache.org/jira/browse/KAFKA-17928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kamal Chandraprakash updated KAFKA-17928:
-----------------------------------------
Description:
The above configs are used to configure the number of threads to
copy/delete/read the data from remote storage. We need those thread-pool
configs to be updated dynamically to adjust them based on-demand. This is
similar to dynamically configuring the request handler threads
({{{}num.io.threads{}}}):
* {{remote.log.manager.copier.thread.pool.size}}
* {{remote.log.manager.expiration.thread.pool.size}}
* {{remote.log.reader.threads}} and
* {{remote.log.manager.thread.pool.size}} (deprecated in KIP-950)
This ticket required
[KIP-1105|https://cwiki.apache.org/confluence/display/KAFKA/KIP-1105%3A+Make+remote+log+manager+thread-pool+configs+dynamic]
to be approved.
was:
The above configs are used to configure the number of threads to
copy/delete/read the data from remote storage. We need those thread-pool
configs to be updated dynamically to adjust them based on-demand. This is
similar to dynamically configuring the request handler threads
({{{}num.io.threads{}}}):
* {{remote.log.manager.copier.thread.pool.size}}
* {{remote.log.manager.expiration.thread.pool.size}}
* {{remote.log.reader.threads}} and
* {{remote.log.manager.thread.pool.size}} (deprecated in KIP-950)
This ticket required
[KIP-1105|https://cwiki.apache.org/confluence/display/KAFKA/KIP-1105%3A+Make+remote+log+manager+thread-pool+configs+dynamic]]to
be approved.
> Make remote log manager thread-pool configs dynamic
> ---------------------------------------------------
>
> Key: KAFKA-17928
> URL: https://issues.apache.org/jira/browse/KAFKA-17928
> Project: Kafka
> Issue Type: Task
> Reporter: Kamal Chandraprakash
> Priority: Major
> Labels: kip
>
> The above configs are used to configure the number of threads to
> copy/delete/read the data from remote storage. We need those thread-pool
> configs to be updated dynamically to adjust them based on-demand. This is
> similar to dynamically configuring the request handler threads
> ({{{}num.io.threads{}}}):
> * {{remote.log.manager.copier.thread.pool.size}}
> * {{remote.log.manager.expiration.thread.pool.size}}
> * {{remote.log.reader.threads}} and
> * {{remote.log.manager.thread.pool.size}} (deprecated in KIP-950)
>
> This ticket required
> [KIP-1105|https://cwiki.apache.org/confluence/display/KAFKA/KIP-1105%3A+Make+remote+log+manager+thread-pool+configs+dynamic]
> to be approved.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)