mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 01:12:56 +00:00
storage_sync/delete.rs: convert FIXME into follow-up https://github.com/neondatabase/neon/issues/2934
This commit is contained in:
@@ -26,8 +26,9 @@ pub(super) async fn delete_layer(
|
||||
)
|
||||
})?;
|
||||
|
||||
// FIXME: If the deletion fails because the object already didn't exist,
|
||||
// XXX: If the deletion fails because the object already didn't exist,
|
||||
// it would be good to just issue a warning but consider it success.
|
||||
// https://github.com/neondatabase/neon/issues/2934
|
||||
storage.delete(&storage_path).await.with_context(|| {
|
||||
format!(
|
||||
"Failed to delete remote layer from storage at '{:?}'",
|
||||
|
||||
Reference in New Issue
Block a user