You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/08/01 17:59:00 UTC

[jira] [Commented] (VCL-1066) Checkpoint image capture fails to set request state back to reserved

    [ https://issues.apache.org/jira/browse/VCL-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16109420#comment-16109420 ] 

ASF subversion and git services commented on VCL-1066:
------------------------------------------------------

Commit 1803677 from arkurth@apache.org in branch 'vcl/trunk'
[ https://svn.apache.org/r1803677 ]

VCL-1066
Added to regex in State.pm::state_exit allowing the request state to change from pending/checkpoint to reserved.

> Checkpoint image capture fails to set request state back to reserved
> --------------------------------------------------------------------
>
>                 Key: VCL-1066
>                 URL: https://issues.apache.org/jira/browse/VCL-1066
>             Project: VCL
>          Issue Type: Bug
>          Components: vcld (backend)
>            Reporter: Andy Kurth
>            Assignee: Andy Kurth
>             Fix For: 2.5
>
>
> State.pm::state_exit is missing a condition allowing it to set the request state from pending/checkpoint to reserved.  The following occurs after a successful checkpoint:
> {noformat}
> checkpoint|State.pm:state_exit|949| ---- CRITICAL ----
> checkpoint|State.pm:state_exit|949| 2017-07-28 16:20:12checkpoint|State.pm:state_exit|949|previous request state is checkpoint, not setting request state to reserved, setting request and computer state to maintenance
> checkpoint|State.pm:state_exit|949| ( 0) State.pm, state_exit (line: 949)
> checkpoint|State.pm:state_exit|949| (-1) image.pm, reservation_successful (line: 288)
> checkpoint|State.pm:state_exit|949| (-2) image.pm, process (line: 240)
> checkpoint|State.pm:state_exit|949| (-3) vcld, make_new_child (line: 601)
> checkpoint|State.pm:state_exit|949| (-4) vcld, main (line: 353)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)