Comment 1 for bug 1671354

Revision history for this message
Karthik Prabhu Vinod (karthik-prabhu-vinod) wrote :

Tested this on Master..

I see from the logs of db Purge command that volume_metadata & volume_admin_metadata are purged before the volumes itself.

So all the rows in volume_admin_metadata marked as (deleted, deleted_at) should be purged before the volumes themselves.

I believe there must have been a delay between a.) & b.):
a.) marking volume as deleted
b.) marking volume_admin_metadata as deleted

Because of this purge command purged the volume before volume_admin_metadata. I dont think this would happen quite often. Want to wait and hear from others!