You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by "Andy Kurth (JIRA)" <ji...@apache.org> on 2015/04/01 21:28:55 UTC

[jira] [Created] (VCL-849) makeproduction state not processed correctly for cluster requests

Andy Kurth created VCL-849:
------------------------------

             Summary: makeproduction state not processed correctly for cluster requests
                 Key: VCL-849
                 URL: https://issues.apache.org/jira/browse/VCL-849
             Project: VCL
          Issue Type: Bug
          Components: vcld (backend)
            Reporter: Andy Kurth
            Assignee: Andy Kurth
            Priority: Minor
             Fix For: 2.4.2


The backend code does not handle the _makeproduction_ state properly for cluster requests.  The underlying problem lies in {{utils.pm::is_request_deleted}}.  It is returning true if the state is _deleted_ *or* _makeproduction_.  This throws off the code which waits for other cluster reservations to begin processing.  As a result, the process created for the _makeproduction_ state exits and vcld perpetually tries to fork another process.

Josh is updating the frontend to prevent the _makeproduction_ option from showing for cluster requests.  Regardless, the backend code should be improved to make sure this doesn't happen for _makeproduction_ and other states.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)