This commit is contained in:
xuxueli 2018-09-23 23:03:57 +08:00
parent f580debbb9
commit 585ab5eb57
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -74,7 +74,7 @@ public class ExecutorRegistryThread extends Thread {
try { try {
TimeUnit.SECONDS.sleep(RegistryConfig.BEAT_TIMEOUT); TimeUnit.SECONDS.sleep(RegistryConfig.BEAT_TIMEOUT);
} catch (InterruptedException e) { } catch (InterruptedException e) {
logger.error(e.getMessage(), e); logger.warn(">>>>>>>>>>> xxl-job, executor registry thread interrupted, error msg:{}", e.getMessage());
} }
} }

View File

@ -111,7 +111,7 @@ public class TriggerCallbackThread {
try { try {
TimeUnit.SECONDS.sleep(RegistryConfig.BEAT_TIMEOUT); TimeUnit.SECONDS.sleep(RegistryConfig.BEAT_TIMEOUT);
} catch (InterruptedException e) { } catch (InterruptedException e) {
logger.error(e.getMessage(), e); logger.warn(">>>>>>>>>>> xxl-job, executor retry callback thread interrupted, error msg:{}", e.getMessage());
} }
} }
logger.info(">>>>>>>>>>> xxl-job, executor retry callback thread destory."); logger.info(">>>>>>>>>>> xxl-job, executor retry callback thread destory.");