[
https://issues.apache.org/jira/browse/VCL-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14241249#comment-14241249
]
ASF subversion and git services commented on VCL-568:
-----------------------------------------------------
Commit 1644455 from [~jfthomps] in branch 'vcl/trunk'
[ https://svn.apache.org/r1644455 ]
VCL-780 - combine new reservation and current reservations pages
VCL-568 - refresh current reservations page 15 minutes after a reservation
becomes available
VCL-308 - Computer load log does not account for images that have to be
transferred to another management node
requests.php:
-modified viewRequests: added 'userconnected' to each array in $requests for
tracking if the user has actually connected to the reservation (previously, the
request state did not go into 'inuse' until this happened, but that has
changed); expanded height of detailed load status pane from 280px to 300px to
allow for additional line for transferring image from another managementnode;
changed how connectDlgContent gets cleared when connectDlg is closed to use
dijit function instead of just setting innerHTML to ''
-modified getViewRequestHTMLitem: changed how we determine if timeoutvalue
should be end of reservation to check if user has connected instead of checking
for reservation being in 'inuse' state
-modified detailStatusHTML: added check for reservation being timedout and send
appripriate message if so
-modified AJconnectRequest: add connecttimeout entry to computerloadlog when
Connect button is clicked if remoteIP has not been set yet, this allows us to
key off of it to know when to reload the reservations page data if the user
never connects; added timeoutvalue class to timeoutvalue hidden input so it
will be picked up by JS function that checks for when to reload reservation
page data
-modified getReservationNextTimeout and getReservationConnectTimeout: added
affiliation specific timeout to query
-added checkUserConnect
requests.js: modified checkConnectTimeout: removed TODO comments before it;
added parseInt around getting timeoutvalue's value
> refresh current reservations page 15 minutes after a reservation becomes
> available
> ----------------------------------------------------------------------------------
>
> Key: VCL-568
> URL: https://issues.apache.org/jira/browse/VCL-568
> Project: VCL
> Issue Type: Improvement
> Components: vcld (backend), web gui (frontend)
> Reporter: Josh Thompson
> Assignee: Josh Thompson
> Fix For: 2.4
>
>
> It would be useful to refresh the current reservations page shortly after a
> timeout could have occurred so that users will see if the reservation timed
> out.
> We'll key off events in computerloadlog.
> Two entries will be created in the variable table - acknowledgetimeout and
> connecttimeout that will have values that are the timeout period in seconds.
> One entry will be added to computerloadstate - connecttimeout.
> When vcld inserts the 'reserved' computerloadstate into computerloadlog, both
> vcld and the frontend will key off of that timestamp and
> variable.acknowledgetimeout to know when the reservation will timeout if the
> user does not click the Connect button.
> When the user clicks the Connect button, the frontend will insert an entry
> into computerloadlog for connecttimeout. Both vcld and the frontend will key
> off of that timestamp and variable.connecttimeout to know when the
> reservation will timeout if the user never connects.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)