Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
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.
Attachments
Attachments
Issue Links
- relates to
-
ACCUMULO-2227 Concurrent randomwalk fails when namenode dies after bulk import step
- Resolved
-
HDFS-14134 Idempotent operations throwing RemoteException should not be retried by the client
- Patch Available