Info
When CollectionRef::restoreCollection() throws, it leaves '_collPtr' in an initialized state, which is wrong. To keep the CollectionRef in a consistent state, the correct behavior in the event of an exception should be to leave '_collPtr' in an uninitialized state.
Same goes for CollectionRef::acquireCollection().
The goal of this task is to fix CollectionRef::restoreCollection() and CollectionRef::acquireCollection() accordingly.
Steps to Reproduce
As far as I know, this bug is not easily reproducible.
BF-36692 links to an Evergreen run with a core dump that shows an example of the failure happening.