You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On HDFS which support atomic appends, the following exception is observed:
AlreadyBeingCreatedException: Failed to APPEND_FILE
because DFSClient_NONMAPREDUCE is already the current lease holder.
This is rare, but happens. This is why retries are introduced.
Such an exception is rare, and seems like completely random.
Expected behavior
The solution is not use unsupported bookkeeping HDFS storage.
But for users that rely on it, the workaround should be in place so that such exceptions won't occur.
Proposed Solution
Add a retry-mechanism for appends.
The text was updated successfully, but these errors were encountered:
Describe the bug
On HDFS which support atomic appends, the following exception is observed:
Such an exception is rare, and seems like completely random.
Expected behavior
The solution is not use unsupported bookkeeping HDFS storage.
But for users that rely on it, the workaround should be in place so that such exceptions won't occur.
Proposed Solution
Add a retry-mechanism for appends.
The text was updated successfully, but these errors were encountered: