|
反馈一个问题 ,凌晨备份数据执行完成之后,应用直接关掉了。早上才发现,查看日志如下,【2020-04-30 00:41:42.974】之后没有任何的信息了,启动后,没有发现异常。
服务器是华为云上面的【Linux version 4.4.0-166-generic (buildd@lcy01-amd64-020) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10) ) #195-Ubuntu SMP Tue Oct 1 09:35:25 UTC 2019】 ,数据库是mysql,服务器日常负载比较高,cpu平均占用在30左右,内存在98%左右。
服务器刚迁移,但是29号凌晨没有出现异常停机。
2020-04-30 00:12:53.889 PRINT [DefaultQuartzScheduler_Worker-3] com.x.server.console.action.ActionDumpData - dump data(243/244): com.x.teamwork.core.entity.TaskTagRele, count: 0.
2020-04-30 00:12:55.883 PRINT [DefaultQuartzScheduler_Worker-3] com.x.server.console.action.ActionDumpData - dump data(244/244): com.x.teamwork.core.entity.TaskView, count: 0.
......
2020-04-30 00:41:42.907 INFO [DefaultQuartzScheduler_Worker-2] com.x.calendar.assemble.control.schedule.AlarmTrigger - The trigger for calendar alarm execute completed.Thu Apr 30 00:41:42 CST 2020
2020-04-30 00:41:42.911 INFO [DefaultQuartzScheduler_Worker-2] com.x.teamwork.assemble.control.timertask.Timertask_BatchOperationTask - Timertask_BatchOperationTask -> query 2000 task batch operation in database......
2020-04-30 00:41:42.936 INFO [DefaultQuartzScheduler_Worker-2] com.x.teamwork.assemble.control.timertask.Timertask_BatchOperationTask - Timertask_BatchOperationTask -> not fount any task batch operation, try to check unreview task in database......
2020-04-30 00:41:42.938 INFO [DefaultQuartzScheduler_Worker-1] com.x.calendar.assemble.control.schedule.CheckEventComment - The trigger for calendar alarm execute completed.Thu Apr 30 00:41:42 CST 2020
2020-04-30 00:41:42.944 PRINT [DefaultQuartzScheduler_Worker-2] com.x.processplatform.service.processing.schedule.TouchDelay - 完成触发0个延时工作, 耗时:32ms.
2020-04-30 00:41:42.947 INFO [DefaultQuartzScheduler_Worker-2] com.x.cms.assemble.control.timertask.Timertask_BatchOperationTask - Timertask_BatchOperationTask -> not fount any cms batch operation, try to check unreview document in database......
2020-04-30 00:41:42.954 INFO [DefaultQuartzScheduler_Worker-1] com.x.attendance.assemble.control.schedule.MobileRecordAnalyseTask - Timertask MobileRecordAnalyseTask completed and excute success.
2020-04-30 00:41:42.951 INFO [DefaultQuartzScheduler_Worker-1] com.x.hotpic.assemble.control.service.HotPictureInfoServiceAdv - Hotpicture document exists check excute completed.
2020-04-30 00:41:42.962 INFO [DefaultQuartzScheduler_Worker-1] com.x.hotpic.assemble.control.schedule.InfoExistsCheckTask - Timertask Hotpicture InfoExistsCheckTask excute completed.
2020-04-30 00:41:42.966 INFO [DefaultQuartzScheduler_Worker-1] com.x.bbs.assemble.control.schedule.SubjectReplyTotalStatisticTask - Timertask[SubjectTotalStatisticTask] completed and excute success.
2020-04-30 00:41:42.972 INFO [DefaultQuartzScheduler_Worker-2] com.x.cms.assemble.control.timertask.Timertask_BatchOperationTask - Timertask_BatchOperationTask -> batch operations timer task excute completed.
2020-04-30 00:41:42.973 INFO [DefaultQuartzScheduler_Worker-2] com.x.teamwork.assemble.control.timertask.Timertask_BatchOperationTask - Timertask_BatchOperationTask -> not found any unreview task in database.
2020-04-30 00:41:42.974 INFO [DefaultQuartzScheduler_Worker-2] com.x.teamwork.assemble.control.timertask.Timertask_BatchOperationTask - Timertask_BatchOperationTask -> batch operations timer task excute completed.
|
|
|