You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/08/28 14:32:45 UTC

[jira] [Commented] (CLOUDSTACK-8785) Proper enforcement of retry count (max.retries) for all work type handled by HighAvailability manager

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

ASF GitHub Bot commented on CLOUDSTACK-8785:
--------------------------------------------

GitHub user koushik-das opened a pull request:

    https://github.com/apache/cloudstack/pull/760

    CLOUDSTACK-8785: Proper enforcement of retry count (max.retries) for …

    …all work type handled by HighAvailability manager
    
    Retry count is properly enforced for all work types in HA manager. Also reorganized some of the code for easy testing.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/koushik-das/cloudstack CLOUDSTACK-8785

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/760.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #760
    
----
commit cbf2c3bbf66214ec4a6b6f0666657185446c88ce
Author: Koushik Das <ko...@apache.org>
Date:   2015-08-28T12:29:17Z

    CLOUDSTACK-8785: Proper enforcement of retry count (max.retries) for all work type handled by HighAvailability manager
    Retry count is properly enforced for all work types in HA manager. Also reorganized some of the code for easy testing.

----


> Proper enforcement of retry count (max.retries) for all work type handled by HighAvailability manager
> -----------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-8785
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8785
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Management Server
>    Affects Versions: 4.6.0
>            Reporter: Koushik Das
>            Assignee: Koushik Das
>             Fix For: 4.6.0
>
>
> There is inconsistency in the way max. retry limit is applied for the different work types handled by HA manager. The default retry limit is 5, so any work should not be retried more than 5 times.



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