Files
mongo/jstests/sharding/listDatabases.js
Randolph Tan 4ec5842d77 SERVER-21193 mongos claims that config db is empty on CSRS cluster
dbStats don't support readConcern since database metadata in the server are not synchronized with the snapshots. This makes the listDatabase command in mongos to send listDatabase instead with primaryPreferred and without the readConcern option.

This also changed the listDatabase behavior to not include the config or admin in the result if they don't actually exist.
2015-11-11 10:52:01 -05:00

2.0 KiB