[ 
https://issues.apache.org/jira/browse/HDDS-5865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arpit Agarwal updated HDDS-5865:
--------------------------------
       Fix Version/s:     (was: 1.3.0)
    Target Version/s: 1.3.0
         Description: 
{code:java}
  private final RetryPolicy retryPolicy =
      HddsClientUtils.createRetryPolicy(3, TimeUnit.SECONDS.toMillis(1));
{code}

After HDDS-5864 I think we need to make this configurable and change the retry 
polciy based on exception. Opened this to discuss and work on it.


  was:

{code:java}
  private final RetryPolicy retryPolicy =
      HddsClientUtils.createRetryPolicy(3, TimeUnit.SECONDS.toMillis(1));
{code}

After HDDS-5864 I think we need to make this configurable and change the retry 
polciy based on exception. Opened this to discuss and work on it.



> Make RetryPolicy Configurable in Read Key path
> ----------------------------------------------
>
>                 Key: HDDS-5865
>                 URL: https://issues.apache.org/jira/browse/HDDS-5865
>             Project: Apache Ozone
>          Issue Type: Bug
>            Reporter: Bharat Viswanadham
>            Priority: Blocker
>
> {code:java}
>   private final RetryPolicy retryPolicy =
>       HddsClientUtils.createRetryPolicy(3, TimeUnit.SECONDS.toMillis(1));
> {code}
> After HDDS-5864 I think we need to make this configurable and change the 
> retry polciy based on exception. Opened this to discuss and work on it.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to