首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

quartz集群服务器钟表不同步导致

2013-12-20 
quartz集群服务器时钟不同步导致Quartz集群问题:This scheduler instance (SchedulerName) is still activ

quartz集群服务器时钟不同步导致

Quartz集群问题:

This scheduler instance (SchedulerName) is still active but was recovered by another instance in the cluster

原因:集群服务器时钟不同步导致

This exception often occurs when the clock times on the cluster nodes are not synchronized. ?If the clock times on cluster nodes are more than 1.7 seconds out of synch you will start to see these Quartz messages in the log.

解决方法:

Synchronize the time on all cluster nodes and then restart the cluster. ?The messages should no longer appear in the log.

热点排行