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 2015/02/06 23:35:35 UTC

[jira] [Commented] (VCL-814) Reservation ready email should be sent as close as possible to when the Connect button appears

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

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

Commit 1657980 from [~arkurth] in branch 'vcl/trunk'
[ https://svn.apache.org/r1657980 ]

VCL-814
Moved code which sends the ready for connection email from new.pm to reserved.pm. The email now gets sent immediately after the Connect button appears.

VCL-174
Updated utils.pm::update_sublog_ipaddress. It was only handling a single sublog entry per request, meaning the sublog.IPaddress value was not being updated correctly for cluster requests. Changed it to accept a sublog.id argument. Updated the call to update_sublog_ipaddress in new.pm::reserve_computer to pass the updated arguments.

> Reservation ready email should be sent as close as possible to when the Connect button appears
> ----------------------------------------------------------------------------------------------
>
>                 Key: VCL-814
>                 URL: https://issues.apache.org/jira/browse/VCL-814
>             Project: VCL
>          Issue Type: Improvement
>          Components: vcld (backend)
>    Affects Versions: 2.3.2
>            Reporter: Andy Kurth
>            Assignee: Andy Kurth
>            Priority: Minor
>             Fix For: 2.4
>
>
> The email users receive notifying them that their reservation is ready is being sent too early.  There is a delay of several seconds between when the email is sent and when the Connect button appears.
> The email is currently sent from new.pm.  The Connect button doesn't appear until the new.pm process exists, the reserved.pm process is launched and initialized, and the computer state is updated to 'reserved'.



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