summaryrefslogtreecommitdiff
path: root/s
Commit message (Expand)AuthorAgeFilesLines
* 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
* fast-path for ShardKey::extractFields to create less garbage if already in ke...Mathias Stearn2011-08-082-2/+18
* Rename keep_going to continue_on_error SERVER-3233Mathias Stearn2011-08-081-1/+1
* Check dbhash on config servers once a minute and report failures SERVER-3323Mathias Stearn2011-08-082-1/+12
* Add "warnings" RamLog and field in serverStatus. Use for full disk warnings. ...Mathias Stearn2011-08-081-0/+15
* don't duplicate ns entry for non-sharded collections via mongos SERVER-3539Eliot Horowitz2011-08-081-1/+0
* make sure initial set config in shards is correct SERVER-3333Eliot Horowitz2011-08-051-2/+7
* don't allow multikey shard indices or array values in shard keysgregs2011-08-043-11/+18