summaryrefslogtreecommitdiff
path: root/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-4465 wait for refresh if multiple retries fail for sharded count()Greg Studer2011-12-121-0/+4
* SERVER-4465 don't abort on local version reset unless it's a meaningful resetGreg Studer2011-12-111-7/+10
* hit config server only once when loading a chunk meta data certain version SE...Eliot Horowitz2011-12-012-8/+32
* track initialization of conns SERVER-4324gregs2011-11-211-2/+23
* ignore sharding state on secondaries consistently SERVER-4324Eliot Horowitz2011-11-211-0/+5
* handle non-sharded query not master errors SERVER-4324Eliot Horowitz2011-11-211-1/+9
* don't leak connections when onCreate or onHandOut hook fails SERVER-4331Eliot Horowitz2011-11-211-1/+7
* limit number of concurrent splitVectors SERVER-4296Eliot Horowitz2011-11-162-1/+11
* don't throw away conn on gle SERVER-4290gregs2011-11-161-0/+1
* backport of Make sharded killOp/curOp/unlock check auth SERVER-4250Eliot Horowitz2011-11-141-0/+6
* - SERVER-4114: also add auth hook to shardConnectionPoolagirbal2011-11-141-0/+1
* Make count command on mongos error after 5 failed attempts, instead of retryi...Spencer T Brody2011-11-111-3/+11
* fix for backwards compatibility and shard versioning SERVER-4240gregs2011-11-101-0/+8
* SERVER-4209 remove warning for sharded sub-conn, this is expected nowgregs2011-11-093-44/+15
* reload shard version if needed for new collections in wbl SERVER-4171gregs2011-11-071-3/+6
* force reload of config after two failed wbl checks SERVER-4118gregs2011-11-011-1/+1
* Revert "when splitting chunk thas has a max inf edge, don't leave a chunk big...Eliot Horowitz2011-11-011-16/+7
* better chunking at beginningEliot Horowitz2011-11-011-4/+17
* when splitting chunk thas has a max inf edge, don't leave a chunk bigger than...Eliot Horowitz2011-11-011-7/+16
* dup error codegregs2011-10-311-1/+1
* initialize shard connection with serverId, only setShardV on single/replsets ...gregs2011-10-315-30/+102
* spellinggregs2011-10-312-2/+2
* fix bad assert in sharded getLastError handlingEliot Horowitz2011-10-291-1/+7
* more error handling and msgs for gle SERVER-3763gregs2011-10-251-5/+16
* SERVER-3842 - make all initial chunks before marking collection shardedEliot Horowitz2011-10-233-57/+45
* add messaging for shard version reset at high verbosity SERVER-3889gregs2011-10-131-0/+7
* Replace "biggest" with shard name in error message SERVER-3813gregs2011-10-081-1/+1
* pass errmsg by refGreg Studer2011-10-061-1/+1
* auto-reload chunk manager to check version not reset after third staleconfig ...gregs2011-09-304-15/+26
* don't create ShardedConnectionInfo without an idEliot Horowitz2011-09-282-5/+11
* when running checkShardVersion, need to make sure we do on actual connection,...Eliot Horowitz2011-09-041-11/+36
* correct fix for SERVER-3002Eliot Horowitz2011-08-301-0/+2
* fix Cusor timeout iterator issue SERVER-3002Eliot Horowitz2011-08-291-0/+1
* other auth code also needs to return conns SERVER-3710gregs2011-08-291-0/+3
* return auth shardConnections to pool when done SERVER-3710gregs2011-08-291-0/+6
* don't allow access to internal user when running with --auth SERVER-3666Kristina2011-08-231-0/+1
* fix error message on Balancer initEliot Horowitz2011-08-201-3/+2
* fix visual studio project files for the move of pcre. that was more painful t...dwight2011-08-192-687/+615
* don't create a new db to test authKristina2011-08-181-1/+1
* do not start mongos without checking auth SERVER-3587Kristina2011-08-181-0/+9
* make isdbgrid have similar permissions to isMaster SERVER-3621Kristina2011-08-171-0/+1
* better error message for profile via mongosEliot Horowitz2011-08-171-0/+10
* change BSONObj::shallowEqual to binaryEqualEliot Horowitz2011-08-161-5/+5
* typogregs2011-08-091-1/+1
* error codesgregs2011-08-092-3/+3
* fix semantics of the getChunkManager() method, add non-erroring version SERVE...gregs2011-08-098-11/+24
* reload full db when dropping collection - SERVER-3517gregs2011-08-096-16/+28
* Don't moveToFront if shardKey is _idMathias Stearn2011-08-081-1/+1
* use LOG(x) everywhere in mongosMathias Stearn2011-08-0818-64/+64
* make less garbage stringsMathias Stearn2011-08-081-5/+7