We resolve the namespace again after locking the namespace in AutoGetCollection, and we have a while loop to keep checking until they are the same. However, we didn't assign the newly resolved namespace to _resolvedNss so the comparison is always between newly resolved one and the originally resolved one (rather than last resolved one).
- is related to
-
SERVER-39520 Only use collection MODE_X locks for collection drops
- Closed