summaryrefslogtreecommitdiff
path: root/s/d_logic.cpp
Commit message (Expand)AuthorAgeFilesLines
* don't create ShardedConnectionInfo without an idEliot Horowitz2011-09-281-1/+4
* use LOG(x) everywhere in mongosMathias Stearn2011-08-081-4/+4
* when a writeback request fails, don't writeback, deal with it inlineEliot Horowitz2011-07-081-0/+2
* removed global debugString with Message::toStringEliot Horowitz2011-06-261-1/+1
* more cleaningEliot Horowitz2011-06-221-1/+1
* fix multi-shard writeback contentionEliot Horowitz2011-05-111-0/+1
* remove unused parameter to shardVersionOkEliot Horowitz2011-03-251-1/+1
* inline a little for speeddwight2011-01-121-3/+2
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-14/+14
* new writeback hookup with per connection info SERVER-1467 SERVER-1855Eliot Horowitz2011-01-031-0/+1
* SERVER-1713 a WriteBackManager and exposing its queuesEmpty() methodAlberto Lerner2010-09-221-2/+3
* turn down logging level on meta data version mismatchEliot Horowitz2010-09-171-1/+1
* add if op is write to shardVersionOk definition prep for SERVER-1473Eliot Horowitz2010-08-251-1/+1
* print lessMathias Stearn2010-07-301-3/+3
* don't need to unlock since queuing write back doesn't blockEliot Horowitz2010-07-291-2/+0
* less spammy for writebacksEliot Horowitz2010-07-231-1/+2
* some edge case fixes with isnertsEliot Horowitz2010-07-231-1/+1
* make handlePossibleShardedMEssage finer grained and a bit more optimisticEliot Horowitz2010-07-231-14/+6
* remove assertEliot Horowitz2010-07-231-2/+0
* don't replay broadcast writes SERVER-1350Eliot Horowitz2010-07-221-2/+15
* getLastError handles writebackEliot Horowitz2010-07-221-3/+8
* SERVER-1270 Hook StringData to BufBuilderAlberto Lerner2010-07-191-1/+1
* cleaningdwight2010-07-181-1/+1
* more verbose messagesEliot Horowitz2010-07-151-0/+1
* add version to write back so don't over recheck config SERVER-1349Eliot Horowitz2010-07-141-1/+2
* checkpoint for moving chunk filtering to mongod SERVER-943Eliot Horowitz2010-06-151-8/+0
* some cleaning and shardingState helperEliot Horowitz2010-06-151-1/+6
* more mongod sharding cleaningEliot Horowitz2010-06-151-314/+0
* more sharding mongod side cleaningEliot Horowitz2010-06-141-58/+108
* more mongod sharding cleaningEliot Horowitz2010-06-111-165/+7
* more cleaningEliot Horowitz2010-06-111-3/+3
* starting some sharding mongod logic cleaningEliot Horowitz2010-06-111-30/+2
* make client -> mongod connection static SERVER-956Eliot Horowitz2010-05-191-2/+2
* SERVER-109 multi buffer messageAaron2010-05-121-5/+5
* Command::run gets "test" not "test.$cmd"Eliot Horowitz2010-05-031-5/+5
* cursors are weirdEliot Horowitz2010-04-291-1/+4
* chunk migration cleaningEliot Horowitz2010-04-291-5/+8
* stdafx->pchDwight2010-04-271-1/+1
* more /_commandsDwight2010-04-231-1/+2
* /_commands in the http interfaceDwight2010-04-231-6/+6
* mongod compileEliot Horowitz2010-04-191-0/+2
* Shard abstractionEliot Horowitz2010-04-191-2/+2
* typo MINORMathias Stearn2010-04-131-1/+1
* change Command locking configEliot Horowitz2010-02-261-2/+9
* cleanup comments prepwork for some repl improvementsDwight2010-01-041-1/+1
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-1/+1
* short circuit if not in sharded modeEliot Horowitz2009-12-271-0/+5
* Start using Date_t. Can anyone think of a better name?Mathias Stearn2009-12-091-1/+1
* refactoring/cleaning of drop/dropDatabase/removeshardEliot Horowitz2009-11-241-23/+58
* getShardVersion in mongos - diagnostic toolsEliot Horowitz2009-11-241-1/+0