You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Raghu Angadi (JIRA)" <ji...@apache.org> on 2007/06/13 23:38:25 UTC

[jira] Created: (HADOOP-1490) Retry frame work retries once more than maxRetries

Retry frame work retries once more than maxRetries
--------------------------------------------------

                 Key: HADOOP-1490
                 URL: https://issues.apache.org/jira/browse/HADOOP-1490
             Project: Hadoop
          Issue Type: Bug
    Affects Versions: 0.13.0
            Reporter: Raghu Angadi
            Priority: Minor
             Fix For: 0.14.0



Looks like a typo. RetryPolicies with 'maxRetries' in io.retry retry once more than requested.

I think shoulRetry() check for {{ '(retries  < maxRetries)' }} instead of  {{ '(retries <= maxRetries)' }}. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HADOOP-1490) Retry frame work retries once more than maxRetries

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghu Angadi resolved HADOOP-1490.
----------------------------------

    Resolution: Invalid

I misread. Not sure why I saw 6 retries.


> Retry frame work retries once more than maxRetries
> --------------------------------------------------
>
>                 Key: HADOOP-1490
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1490
>             Project: Hadoop
>          Issue Type: Bug
>    Affects Versions: 0.13.0
>            Reporter: Raghu Angadi
>            Priority: Minor
>             Fix For: 0.14.0
>
>
> Looks like a typo. RetryPolicies with 'maxRetries' in io.retry retry once more than requested.
> I think shoulRetry() check for {{ '(retries  < maxRetries)' }} instead of  {{ '(retries <= maxRetries)' }}. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.