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

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

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

VCL-727
Updated xCAT.pm::load to use variable name that matches format of other xCAT 
varibles in the variable table:
xcat|throttle|<management_node_hostname>

Left old format for backwards compatibilty:
<management_node_hostname>|xcat|throttle
                
> xCAT commands may timeout - make multiple attempts
> --------------------------------------------------
>
>                 Key: VCL-727
>                 URL: https://issues.apache.org/jira/browse/VCL-727
>             Project: VCL
>          Issue Type: Improvement
>          Components: vcld (backend)
>    Affects Versions: 2.3.2
>            Reporter: Andy Kurth
>            Assignee: Andy Kurth
>            Priority: Minor
>             Fix For: 2.3.3
>
>
> xCAT commands run from the management node may occasionally display "Error: 
> Timeout".  This usually occurs when multiple nodes are being loaded and 
> several xCAT commands are issued concurrently.
> Making additional attempts to run the command again usually results in the 
> command succeeding.  There are loops to detect errors and make multiple 
> attempts in the current xCAT code but sometimes these are not sufficient.  It 
> would be beneficial to differentiate timeout errors from other errors.  If a 
> timeout error occurs, additional attempts should be made.  The current loops 
> are sufficient for non-timeout errors.  If these occur multiple times in a 
> row it usually means there is a problem which won't be fixed by trying over 
> and over again.  If timeout errors are encountered, more leeway should be 
> given.
> This will help prevent some failed new and reload reservations.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to