Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't migrate high/low chunk while balancer is disabled SERVER-3070 | Mathias Stearn | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Mongos validate command collects top-level "valid" field SERVER-3023 | Mathias Stearn | 2011-05-09 | 1 | -0/+22 |
| | |||||
* | better mongos balancer debugging info | Eliot Horowitz | 2011-05-08 | 1 | -0/+8 |
| | |||||
* | Don't need to lock in ChunkManager anymore except for distlock in drop() | Mathias Stearn | 2011-05-06 | 2 | -16/+4 |
| | |||||
* | All members of ChunkManager are now const (except for mutable locks) | Mathias Stearn | 2011-05-06 | 2 | -23/+20 |
| | |||||
* | Make ChunkManager::_load and _isValid use passed-in maps | Mathias Stearn | 2011-05-06 | 2 | -16/+17 |
| | |||||
* | Chunk doesn't need shared_from_this anymore | Mathias Stearn | 2011-05-06 | 1 | -1/+1 |
| | |||||
* | Don't need reloadRange anymore | Mathias Stearn | 2011-05-06 | 2 | -64/+0 |
| | |||||
* | ChunkPtr and ChunkManagerPtr can now point to const objects. Woohoo! | Mathias Stearn | 2011-05-06 | 1 | -2/+2 |
| | |||||
* | ChunkManager::createFirstChunk shouldn't modify this | Mathias Stearn | 2011-05-06 | 3 | -32/+13 |
| | |||||
* | Move Chunk::unserialize into constructor | Mathias Stearn | 2011-05-06 | 2 | -25/+23 |
| | |||||
* | remove no-op test. Necessary for but separate from next commit | Mathias Stearn | 2011-05-06 | 1 | -8/+0 |
| | |||||
* | Remove support for pre 1.6 chunk format | Mathias Stearn | 2011-05-06 | 1 | -10/+2 |
| | |||||
* | set _dataWritten in initializer | Mathias Stearn | 2011-05-06 | 2 | -9/+8 |
| | |||||
* | make almost all public Chunk and ChunkManager methods const | Mathias Stearn | 2011-05-06 | 2 | -38/+31 |
| | |||||
* | inline and remove _reload_in_lock | Mathias Stearn | 2011-05-06 | 2 | -17/+12 |
| | |||||
* | Don't use _reload_inlock here | Mathias Stearn | 2011-05-06 | 1 | -1/+1 |
| | |||||
* | ChunkManger::reload() helper | Mathias Stearn | 2011-05-06 | 2 | -6/+13 |
| | |||||
* | Don't call into ChunkMangager while holding the DBConfig lock | Mathias Stearn | 2011-05-06 | 1 | -13/+17 |
| | |||||
* | Start counting at 1 | Mathias Stearn | 2011-05-06 | 1 | -1/+1 |
| | |||||
* | fix condition | Mathias Stearn | 2011-05-06 | 1 | -1/+1 |
| | |||||
* | Don't return Chunk up stack after ChunkMangagerPtr goes out of scope | Mathias Stearn | 2011-05-05 | 3 | -26/+31 |
| | |||||
* | Move chunk obj counting into mongod. | Mathias Stearn | 2011-05-05 | 3 | -65/+46 |
| | | | | Was segfaulting because newChunk->_master could become dangling | ||||
* | more const for clarity | Mathias Stearn | 2011-05-05 | 1 | -6/+6 |
| | |||||
* | remove _reload | Eliot Horowitz | 2011-05-05 | 2 | -19/+5 |
| | |||||
* | don't update your own config on a split | Eliot Horowitz | 2011-05-05 | 2 | -20/+10 |
| | |||||
* | cleaning moveIfShould | Eliot Horowitz | 2011-05-05 | 2 | -10/+9 |
| | |||||
* | fix error message for invalid host format SERVER-2879 | Eliot Horowitz | 2011-05-04 | 1 | -4/+1 |
| | |||||
* | these should be const | Mathias Stearn | 2011-05-04 | 1 | -3/+3 |
| | |||||
* | Don't use ShardedStrategy for collections that stop being sharded | Mathias Stearn | 2011-05-04 | 1 | -0/+3 |
| | |||||
* | This needs to be done in a lock | Mathias Stearn | 2011-05-04 | 2 | -1/+2 |
| | |||||
* | can't use scoped_ptr with ClientCursor | Eliot Horowitz | 2011-05-04 | 2 | -9/+14 |
| | |||||
* | Merge branch 'master' into main | Dwight | 2011-05-03 | 2 | -6/+7 |
|\ | | | | | | | | | | | | | | | | | | | | | Conflicts: SConstruct db/btree.h db/db.vcxproj.filters db/dbcommands_admin.cpp db/geo/2d.cpp db/pdfile.cpp dbtests/test.vcxproj.filters | ||||
| * | checkpoint index v2 work | Dwight | 2011-04-21 | 1 | -1/+1 |
| | | |||||
| * | versions for btree. checkpointing so far | Dwight | 2011-04-20 | 1 | -5/+6 |
| | | |||||
* | | update vcxproj files for ramlog.cpp | dwight | 2011-05-02 | 2 | -0/+4 |
| | | |||||
* | | more getLog work | Eliot Horowitz | 2011-05-02 | 1 | -0/+2 |
| | | | | | | | | | | show logs show log helpers in shell | ||||
* | | put all migrate log messages in a migrate RamLog | Eliot Horowitz | 2011-05-02 | 1 | -52/+55 |
| | | |||||
* | | cleaning up some logging | Eliot Horowitz | 2011-05-02 | 1 | -12/+12 |
| | | |||||
* | | rename FieldRangeOrSet to OrRangeGenerator | Aaron | 2011-05-02 | 1 | -6/+6 |
| | | |||||
* | | fix vcxproj | dwight | 2011-04-30 | 1 | -0/+2 |
| | | |||||
* | | text and comment | dwight | 2011-04-30 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'master' of github.com:mongodb/mongo | dwight | 2011-04-30 | 4 | -34/+39 |
|\ \ | |||||
| * \ | Merge branch 'master' of git@github.com:mongodb/mongo | dwight | 2011-04-29 | 2 | -23/+26 |
| |\ \ | |||||
| | * | | don't sleep with lock held SERVER-3020 | Eliot Horowitz | 2011-04-29 | 1 | -21/+24 |
| | | | | |||||
| | * | | better debugging for error | Eliot Horowitz | 2011-04-28 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge branch 'master' of git@github.com:mongodb/mongo | dwight | 2011-04-28 | 6 | -12/+25 |
| |\ \ \ | | |/ / | |||||
| | * | | ping config server even if not doing balancing round SERVER-3015 | Eliot Horowitz | 2011-04-28 | 1 | -8/+9 |
| | | | | |||||
| | * | | better error logging | Eliot Horowitz | 2011-04-28 | 1 | -0/+1 |
| | | | | |||||
| * | | | detect if we misconfigure and try to connect to a mongos as if it were a ↵ | dwight | 2011-04-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | config server. this wasn't being caught on the single cofnig server case. now detected but message is rather cryptic: caught exception in mongos main: 13106 nextSafe(): { $err: "unrecognized command: dbhash", code: 13390 } |