Commit Graph

5 Commits

Author SHA1 Message Date
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
Daniel Alabi
70ad0ad1cf SERVER-19085 Add new suite for running 3-node legacy config servers 2015-07-02 15:07:30 -04:00
Spencer T Brody
7c1ad90880 SERVER-17971 Remove separateConfig option from ShardingTest and make its behavior the default 2015-04-14 13:53:47 -04:00
Randolph Tan
7acafe85d9 SERVER-13425 migrate sharding jstest suite to use write commands api 2014-04-21 16:53:25 -04:00
Scott Hernandez
c3cbef09e9 SERVER-8117: listDatabases - config/admin db should come from config servers 2013-01-22 13:53:58 -05:00