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)