summaryrefslogtreecommitdiff
path: root/s/d_state.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* - SERVER-4114: also add auth hook to shardConnectionPoolagirbal2011-11-141-0/+1
* initialize shard connection with serverId, only setShardV on single/replsets ...gregs2011-10-311-0/+7
* pass errmsg by refGreg Studer2011-10-061-1/+1
* don't create ShardedConnectionInfo without an idEliot Horowitz2011-09-281-4/+7
* use LOG(x) everywhere in mongosMathias Stearn2011-08-081-2/+2
* full API change to command interface, add options SERVER-3405gregs2011-07-271-4/+4
* add auth support SERVER-921Kristina2011-06-221-0/+13
* some include cleaningEliot Horowitz2011-06-211-2/+1
* Merge pull request #40 from JensRantil/masterEliot2011-06-151-4/+4
|\
| * Fixing a bunch of spelling mistakes, and a few grammatical errors. No functio...Jens Rantil2011-05-261-4/+4
* | increased assert verbosityEliot Horowitz2011-05-271-2/+2
|/
* more diagnostic fieldsEliot Horowitz2011-05-181-0/+1
* update chunk meta data on certain setShrdVersion failuresEliot Horowitz2011-05-161-0/+1
* nicer error messageEliot Horowitz2011-05-161-2/+2
* just spacing and typosDwight2011-03-251-1/+1
* remove unused parameter to shardVersionOkEliot Horowitz2011-03-251-1/+1
* better debuggingEliot Horowitz2011-03-071-1/+4
* assert to try and find segfaultEliot Horowitz2011-03-071-0/+1
* Revert "fix setShardVersion on a new db"Eliot Horowitz2011-03-071-2/+0
* fix setShardVersion on a new dbEliot Horowitz2011-03-071-0/+2
* clean setShardVersion to reduce locking 180?Eliot Horowitz2011-03-061-58/+103
* log why setShardVersion is slowEliot Horowitz2011-03-041-1/+5
* accept only major version max for reads and writes 181?Eliot Horowitz2011-02-281-2/+2
* unsetSharding is ok on a slave SERVER-2523Eliot Horowitz2011-02-101-0/+2
* lower logging frequencyAlberto Lerner2011-01-141-1/+1
* SERVER-1849 tighten non-sharded access to a sharded server and make test clearerAlberto Lerner2011-01-131-2/+2
* SERVER-2248 a demoted primary server now resets its sharding stateAlberto Lerner2011-01-101-0/+10
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-127/+132
* SERVER-2299 Tie code site to JIRA itemAlberto Lerner2010-12-281-0/+1
* compileEliot Horowitz2010-12-171-1/+1
* better error messagesAlberto Lerner2010-12-161-5/+9
* hook new versioning machinery and allow mongod to maintain per-chunk stateAlberto Lerner2010-12-041-74/+37
* fix multisplit case and move that logic to manager cloningAlberto Lerner2010-12-041-11/+1
* new versioning suport in sharding state (to be hooked)Alberto Lerner2010-12-031-0/+52
* migrate and split can now change sharding state (to be hooked)Alberto Lerner2010-12-031-0/+43
* reminderAlberto Lerner2010-11-261-0/+1
* SERVER-1849 Just to tie code site to the JIRA itemAlberto Lerner2010-11-191-3/+9
* longer names but no homonymsAlberto Lerner2010-11-191-3/+3
* ChunkMatcher is now ShardChunkManagerAlberto Lerner2010-11-191-8/+8
* ChunkMatcher now has per-chunk boundariesAlberto Lerner2010-11-181-72/+14
* non-critical assert is triggering while the version mechanism is being change...Alberto Lerner2010-11-181-1/+9
* more force explicit change of versionAlberto Lerner2010-11-181-6/+16
* force explicit change of versionAlberto Lerner2010-11-181-19/+31
* pull ChunkMatcher to its own moduleAlberto Lerner2010-11-121-44/+0
* ChunkMatcher has a bit more state now and a new interfaceAlberto Lerner2010-11-111-25/+26
* dedup 'setShardVersion' symbol, which is used in chunk.cpp as wellAlberto Lerner2010-10-291-1/+1
* correct commentsAlberto Lerner2010-10-121-3/+4
* comments and readabilityAlberto Lerner2010-10-121-19/+20