Now, FE use ThreadPoolManager to manage and monitor all Thread, but there are still some threads are not managed. And FE use `Timer` class to do some scheduler task, but `Timer` class has some problem and is out of date, It should replace by ScheduledThreadPool.