You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by fa...@apache.org on 2014/12/16 22:10:47 UTC

svn commit: r1646079 - /vcl/trunk/managementnode/lib/VCL/Module/State.pm

Author: fapeeler
Date: Tue Dec 16 21:10:47 2014
New Revision: 1646079

URL: http://svn.apache.org/r1646079
Log:
VCL-308

accidently changed the clean out of the 'begin' state, needs to be removed in state_exit to speed things up on future forled processes

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=1646079&r1=1646078&r2=1646079&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/Module/State.pm (original)
+++ vcl/trunk/managementnode/lib/VCL/Module/State.pm Tue Dec 16 21:10:47 2014
@@ -730,7 +730,7 @@ sub state_exit {
 		
 		# Delete all computerloadlog rows with loadstatename = 'begin' for all reservations in this request
 		# beginacknowledgetimeout required for web gui
-		#delete_computerloadlog_reservation(\@reservation_ids, '!beginacknowledgetimeout');
+		delete_computerloadlog_reservation(\@reservation_ids, 'begin',1);
 		
 		# Update log.ending if this is the parent reservation and argument was supplied
 		if ($request_log_ending) {