[ https://issues.apache.org/jira/browse/VCL-24?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andy Kurth resolved VCL-24. --------------------------- Resolution: Fixed > vcld occasionally produces warning messages if a request is deleted > ------------------------------------------------------------------- > > Key: VCL-24 > URL: https://issues.apache.org/jira/browse/VCL-24 > Project: VCL > Issue Type: Bug > Components: vcld (backend) > Affects Versions: 2.0 > Reporter: Andy Kurth > Priority: Trivial > > vcld occasionally produces useless warning messages in the log output when a > request is deleted via the web interface. The message will look like the > following in the log file: > |30255|374093:446707|deleted| ---- WARNING ---- > |30255|374093:446707|deleted| 2009-01-06 > 10:20:47|30255|374093:446707|deleted|vcld:main(272)|reservation 446707 is > already being processed > |30255|374093:446707|deleted| ( 0) utils.pm, notify (line: 684) > |30255|374093:446707|deleted| (-1) vcld, main (line: 272) > This is happening when a user manually deletes a reservation from the web > interface. The request state is immediately changed to 'deleted'. The > reservation may still have an active process in the 'reserved' or 'inuse' > state, which will terminate shortly once it realized the request was deleted. > vcld picks up the request in the 'deleted' state, checks if it should > process it, then complains because the 'reserved' or 'inuse' process is still > alive. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira