Coldfusion neo-cron.xml был изменен - ​​когда это не было - PullRequest
1 голос
/ 06 октября 2010

Мы только что обновились с CF 9 до 9.0.1 (ColdFusion 9, обновление 1). Мы работаем на Windows Server 2008.

После обновления мы заметили на нашем сервере, что мы получаем много этих сообщений в server.log:

"Information","scheduler-6","10/05/10","12:34:48",,"neo-cron.xml  has been modified . Reloading the service coldfusion.scheduling.CronServiceImpl@c020a"
"Information","scheduler-5","10/05/10","14:54:50",,"neo-cron.xml  has been modified . Reloading the service coldfusion.scheduling.CronServiceImpl@c020a"
"Information","scheduler-8","10/05/10","15:53:51",,"neo-cron.xml  has been modified . Reloading the service coldfusion.scheduling.CronServiceImpl@c020a"
"Information","scheduler-19","10/05/10","16:57:52",,"neo-cron.xml  has been modified . Reloading the service coldfusion.scheduling.CronServiceImpl@c020a"
"Information","scheduler-18","10/05/10","19:12:54",,"neo-cron.xml  has been modified . Reloading the service coldfusion.scheduling.CronServiceImpl@c020a"
"Information","scheduler-4","10/05/10","21:32:56",,"neo-cron.xml  has been modified . Reloading the service coldfusion.scheduling.CronServiceImpl@c020a"
"Information","scheduler-17","10/05/10","22:32:57",,"neo-cron.xml  has been modified . Reloading the service coldfusion.scheduling.CronServiceImpl@c020a"
"Information","scheduler-7","10/06/10","02:15:00",,"neo-cron.xml  has been modified . Reloading the service coldfusion.scheduling.CronServiceImpl@c020a"
"Information","scheduler-10","10/06/10","05:33:06",,"neo-cron.xml  has been modified . Reloading the service coldfusion.scheduling.CronServiceImpl@c020a"
"Information","scheduler-0","10/06/10","06:50:08",,"neo-cron.xml  has been modified . Reloading the service coldfusion.scheduling.CronServiceImpl@c020a"
"Information","scheduler-4","10/06/10","07:33:09",,"neo-cron.xml  has been modified . Reloading the service coldfusion.scheduling.CronServiceImpl@c020a"
"Information","scheduler-15","10/06/10","08:40:10",,"neo-cron.xml  has been modified . Reloading the service coldfusion.scheduling.CronServiceImpl@c020a"

Мы не касались файла neo-cron.xml, но после обновления каждые несколько часов CF считает, что файл был изменен.

Мы, вероятно, не заметили бы этого только потому, что в течение периода между 2 перезагрузками все наши запланированные задачи выполнялись дважды ! Однако после очередной перезагрузки neo-cron.xml дублирование прекратилось.

Кто-нибудь еще сталкивался с этой проблемой?

Заранее спасибо.

PS: Включить ведение журнала для запланированных задач в CF admin: не включено.

1 Ответ

1 голос
/ 06 октября 2010

Я не уверен насчет удвоения задач, но я также заметил, что neo-cron.xml постоянно менялся.

Похоже, они добавили новый узел к каждой задаче, last_run, который обновляется после каждого выполнения задачи.

...