Opened 6 years ago
Closed 6 years ago
#1888 closed defect (fixed)
drop collection should skip issues in the index
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 9.7 |
Component: | relindexif | Version: | development |
Keywords: | Cc: | Bang Pham Huu | |
Complexity: | Medium |
Description
otherwise the collection is locked in the database → data leak.
We have a case where some db object that is in the index throws an exception in DBRef::is_null() while deleting it. Catching any such exception at this point and skipping the object would be a reasonable way to handle this problem.
Hoever, it's unclear how the index got to this state of pointing to an invalid object.
Note:
See TracTickets
for help on using tickets.