Description
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.
Attachments
Issue Links
- links to