You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Bharat Viswanadham (Jira)" <ji...@apache.org> on 2021/10/19 00:16:00 UTC

[jira] [Created] (HDDS-5865) Make RetryPolicy Configurable in Read Key path

Bharat Viswanadham created HDDS-5865:
----------------------------------------

             Summary: 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
            Assignee: Bharat Viswanadham



{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.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org