Author: arkurth
Date: Thu Mar  6 14:40:22 2014
New Revision: 1574897

URL: http://svn.apache.org/r1574897
Log:
VCL-734
Fixed logic problem in State.pm::initialize.

Modified:
    vcl/trunk/managementnode/lib/VCL/Module/State.pm

Modified: vcl/trunk/managementnode/lib/VCL/Module/State.pm
URL: 
http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/Module/State.pm?rev=1574897&r1=1574896&r2=1574897&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/Module/State.pm (original)
+++ vcl/trunk/managementnode/lib/VCL/Module/State.pm Thu Mar  6 14:40:22 2014
@@ -175,11 +175,6 @@ sub initialize {
        
        # Parent reservation needs to update the request state to pending
        if ($is_parent_reservation) {
-               if (is_request_deleted($request_id)) {
-                       notify($ERRORS{'OK'}, 0, "request has been deleted, 
exiting");
-                       $self->state_exit();
-               }
-               
                if ($reservation_count > 1) {
                        # Check if any reservations have failed
                        if (my @failed_reservation_ids = 
$self->does_loadstate_exist_any_reservation('failed')) {


Reply via email to