Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
HDFS XAttrs (HDFS-2006)
-
None
Description
ClientProtocol#setXAttr is annotated @Idempotent, but this is incorrect since subsequent retries need to throw different exceptions based on the passed flags (e.g. CREATE, REPLACE).