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 "Suresh Srinivas (JIRA)" <ji...@apache.org> on 2013/07/30 06:45:48 UTC

[jira] [Created] (HADOOP-9792) Retry the methods that are tagged @AtMostOnce along with @Idempotent

Suresh Srinivas created HADOOP-9792:
---------------------------------------

             Summary: Retry the methods that are tagged @AtMostOnce along with @Idempotent
                 Key: HADOOP-9792
                 URL: https://issues.apache.org/jira/browse/HADOOP-9792
             Project: Hadoop Common
          Issue Type: Improvement
          Components: ipc
            Reporter: Suresh Srinivas
            Assignee: Suresh Srinivas
         Attachments: HADOOP-9792.patch

Currently the operations marked as @Idempotent are retried. Now that we have added new operations that are marked @AtMostOnce that guaranteed to be executed only once with the help of RetryCache on server implementation, these methods should also be retried.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira