Comment 3 for bug 1245775

Revision history for this message
Zhi Yan Liu (lzy-dev) wrote : Re: safe_delete_from_backend does not raise a "not found " exception

TBH Amala, I'm very interested in what's client command and code execution path you met in this "issue" context. Actually this function is a "safe" call as its named, that means call-side code should not meet any exception even store.delete() raised. If call-side code need catch that, it should call "store.delete_from_backend()".