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
Currently, in the delete_objects function, if any errors occur during the deletion process, the function immediately returns with an internal error, halting the operation. However, it might be more desirable to continue the operation and handle errors gracefully while processing the remaining objects.
The text was updated successfully, but these errors were encountered:
https://github.com/risingwavelabs/risingwave/blob/a37d53830789f32b0aa2b9ea6601850b20445969/src/object_store/src/object/s3.rs#L516C1-L518C14
Currently, in the delete_objects function, if any errors occur during the deletion process, the function immediately returns with an internal error, halting the operation. However, it might be more desirable to continue the operation and handle errors gracefully while processing the remaining objects.
The text was updated successfully, but these errors were encountered: