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/08 11:29:00 UTC

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

Tom Bentley created KAFKA-13049:
-----------------------------------

             Summary: 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


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)