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
Bulk-delete makes it really hard to report errors accurately. Instead, we shall report the first bulk of errors and stop. S3AFileSystem appears to do something similar.
Additionally, should add a config flag to turn off bulk deletion, for when things really start confusing the user! 👻
Measurements indicate that this can speed up the
cleanupJob
operation onFileOutputCommitter
(which uses recursive delete) by 7x.The text was updated successfully, but these errors were encountered: