Presently, if both an uncommitted collection and a committed collection exist in the same database, it is possible for the iterator in getAllDbNames to skip over the database in question, since the iterator invariably gets incremented to the next database name after checking one collection.
- is related to
-
SERVER-46285 Collections should not be visible in CollectionCatalog lookups until storage transaction commit
- Closed