You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Arpit Agarwal (JIRA)" <ji...@apache.org> on 2019/04/15 21:18:00 UTC

[jira] [Reopened] (RATIS-518) Add request specific retry policy support

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

Arpit Agarwal reopened RATIS-518:
---------------------------------

I have temporarily reverted this change as it breaks Ozone build and seems to introduce an incompatibility.

The Ozone build error is:
{code}
[ERROR] /ozone/hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/XceiverClientRatis.java:[308,22] cannot find symbol
[ERROR]   symbol:   method getRetryFailureException()
[ERROR]   location: variable reply of type org.apache.ratis.protocol.RaftClientReply
{code}

> Add request specific retry policy support
> -----------------------------------------
>
>                 Key: RATIS-518
>                 URL: https://issues.apache.org/jira/browse/RATIS-518
>             Project: Ratis
>          Issue Type: Improvement
>          Components: client
>    Affects Versions: 0.4.0
>            Reporter: Shashikant Banerjee
>            Assignee: Tsz Wo Nicholas Sze
>            Priority: Major
>             Fix For: 0.4.0
>
>         Attachments: r518_20190409.patch, r518_20190413.patch
>
>
> Currently , the retry policy is enforced on a raft client which handles multiple requests. The idea here is to add support for request specific retry policy in Raft client.



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