-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-19635_3.4. ABFS: Marker creation failure should not be propagated … #7926
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HADOOP-19635_3.4. ABFS: Marker creation failure should not be propagated … #7926
Conversation
…pache#7825) Contributed by Anmol Asrani
|
🎊 +1 overall
This message was automatically generated. |
============================================================
|
Marker creation is a best-effort operation performed during folder-related actions such as create, getPathStatus, setPathProperties, and rename. It involves writing a 0-byte file to indicate the presence of a folder. However, marker creation is not critical to the success of the primary operation. This change ensures that failures encountered during marker creation (e.g., due to transient issues or permission errors) are not propagated back to the user, preserving expected behavior and preventing unnecessary operation failures.