石英调度程序停止调度
我正在使用quartz 1.7 在我的java 程序中每5 分钟执行一次心跳动作。
一天后,当我查看日志时,调度似乎停止了,并停止输出任何心跳操作的日志。
但其他工作线程仍在运行并输出一些日志。
你见过这个问题吗?
谢谢。
I am using quartz 1.7 to do a heartbeat action every 5 minutes in my java program.
After one day when i look the log, the scheduling seems stoped,and stopped output any heartbeat action's log.
but other work threads are still running and output some log.
Have you ever seen this problem?
thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后,发现调度的线程被网络I/O阻塞了。
感谢您的帮助。
Finally , find out the scheduled thread was blocked by the network I/O.
thanks for your help.