Details
-
Improvement
-
Status: Closed
-
Critical
-
Resolution: Invalid
-
4.1.0-incubating
-
None
-
None
Description
Current the way of initializing checkExecutor didn't specify a threadFactory with provided a meaningful thread name which is very helpful to trace the error information,so we better assign a name of this thread pool.
this.checkExecutor = new ThreadPoolExecutor( producer.getCheckThreadPoolMinSize(), producer.getCheckThreadPoolMaxSize(), 1000 * 60, TimeUnit.MILLISECONDS, this.checkRequestQueue);
Attachments
Issue Links
- links to