Azkaban的线程系列 37:QueueProcessor线程的任务处理&executor存活监控
有个线程, AzkabanWebServer-QueueProcessor-Thread. 下面分析下这个线程到底干嘛的!!! ==================================================================================== stop in azkaban . executor . ExecutorManager $ QueueProcessorThread .run ==================================================================================== public void run() { // Loops till QueueProcessorThread is shutdown while (! shutdown ) { // 一直循环 synchronized ( this ) { // try { // start processing queue if active, other wait for // sometime if ( isActive ) { // 开始处理任务 processQueuedFlows( activeExecutorRefreshWindowInMilisec ,