You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Tom Bentley (Jira)" <ji...@apache.org> on 2021/07/14 09:24:00 UTC

[jira] [Resolved] (KAFKA-13049) Log recovery threads use default thread pool naming

     [ https://issues.apache.org/jira/browse/KAFKA-13049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Bentley resolved KAFKA-13049.
---------------------------------
    Fix Version/s: 3.1.0
       Resolution: Fixed

> Log recovery threads use default thread pool naming
> ---------------------------------------------------
>
>                 Key: KAFKA-13049
>                 URL: https://issues.apache.org/jira/browse/KAFKA-13049
>             Project: Kafka
>          Issue Type: Bug
>          Components: core
>            Reporter: Tom Bentley
>            Assignee: Tom Bentley
>            Priority: Minor
>             Fix For: 3.1.0
>
>
> The threads used for log recovery use a pool {{Executors.newFixedThreadPool(int)}} and hence pick up the naming scheme from {{Executors.defaultThreadFactory()}}. It's not so clear in a thread dump taken during log recovery what those threads are. They should have clearer names. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)