You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/06/06 00:03:00 UTC

[jira] [Commented] (REEF-2033) Introduce configurable azure blob exponential retry policy

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

ASF GitHub Bot commented on REEF-2033:
--------------------------------------

dwaijam opened a new pull request #1470: [REEF-2033] Introduce configurable azure blob exponential retry policy
URL: https://github.com/apache/reef/pull/1470
 
 
   [REEF-2033] Introduce configurable azure blob exponential retry policy
     
   Currently, the AzureBlob retry policy defaults to Azure Blob Client's default ExponentialRetryPolicy which has retry count as 3 and retry interval as 4 seconds. Higher load jobs require custom setting of these values to over azure blob throttling - https://issues.apache.org/jira/projects/REEF/issues/REEF-2017 . This change allows user to set their own retry count and intervals
     
   JIRA:
     [REEF-2033](https://issues.apache.org/jira/browse/REEF-2033)
    
   Pull request:
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Introduce configurable azure blob exponential retry policy
> ----------------------------------------------------------
>
>                 Key: REEF-2033
>                 URL: https://issues.apache.org/jira/browse/REEF-2033
>             Project: REEF
>          Issue Type: New Feature
>          Components: REEF
>            Reporter: Dwaipayan Mukhopadhyay
>            Assignee: Dwaipayan Mukhopadhyay
>            Priority: Major
>
> Currently, the AzureBlob retry policy defaults to Azure Blob Client's default ExponentialRetryPolicy which has retry count as 3 and retry interval as 4 seconds. Higher load jobs require custom setting of these values to over azure blob throttling - [https://issues.apache.org/jira/projects/REEF/issues/REEF-2017|https://issues.apache.org/jira/projects/REEF/issues/REEF-2017.] . This change allows user to set their own retry count and intervals



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)