Comment 4 for bug 1245775

Revision history for this message
Amala Basha (amalabasha) wrote : Re: safe_delete_from_backend does not raise a "not found " exception

There are plenty of situations, for instance an image to be deleted is not in the store. If this simply catches the "Not Found" without raising it, the calling request continues execution as if nothing went wrong. This does happen a lot during upload_data_to_store when a safe_kill is initiated and the image does not seem to exist!! Couple of other scenarios too.