storage_sync/delete.rs: convert FIXME into follow-up https://github.com/neondatabase/neon/issues/2934

This commit is contained in:
Christian Schwarz
2022-11-25 14:10:55 -05:00
parent c9a2b1fd10
commit 87c82f5151

View File

@@ -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 '{:?}'",