Uploaded image for project: 'VCL'
  1. VCL
  2. VCL-24

vcld occasionally produces warning messages if a request is deleted

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 2.0
    • None
    • vcld (backend)
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            arkurth Andrew Kurth
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: