summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28249 (TCMalloc) Use MarkThreadTemporarilyIdle instead of MarkThreadIdler3.4.3-rc1Geert Bosch2017-03-091-2/+1
* SERVER-28239 Disabling transport layer legacy testJason Carey2017-03-081-0/+4
* SERVER-28239 fix double close in ticket holderJason Carey2017-03-085-1/+126
* SERVER-28110 Set secondaryCatchUpPeriodSecs smaller when requesting remote pr...Siyuan Zhou2017-03-072-1/+9
* SERVER-28022 Invalidate old IDs for moved system.namespaces recordsr3.4.3-rc0Maria van Keulen2017-03-063-29/+28
* SERVER-27996 Invalidate stale system.namespaces record IDsMaria van Keulen2017-03-061-1/+20
* SERVER-27930 Invalidate old index record IDs after renaming collectionsMaria van Keulen2017-03-061-0/+9
* SERVER-27863 Reschedule early alarms in NetworkInterfaceASIOJonathan Reams2017-03-062-2/+11
* SERVER-21675 change replica_sets_legacy to replica_sets_pv0Judah Schvimer2017-03-062-6/+6
* SERVER-27839 Allow for step downs during reconfig in ReplSetTest initiateJudah Schvimer2017-03-063-6/+23
* SERVER-27810 Guarantee that all nodes agree node 0 is primary after ReplSetTe...Judah Schvimer2017-03-061-3/+49
* SERVER-28026 Ensure WiredTiger eviction threads are startedAlex Gorrod2017-03-061-1/+1
* SERVER-27920 Fix incorrect locking of Client contextGeert Bosch2017-03-0312-19/+19
* SERVER-28049 Apply name-only filters before locking in listDatabasesGeert Bosch2017-03-031-0/+6
* SERVER-3181 Add nameOnly option to listDatabasesGeert Bosch2017-03-033-12/+24
* SERVER-27936 Fix yielding in handleDuplicateDbNameGeert Bosch2017-03-031-1/+1
* SERVER-27935 Fix serialization of concurrent fsyncLock executionsGeert Bosch2017-03-031-44/+47
* SERVER-28155 Move DBClientMultiCommand to mongo/s/commandsKaloian Manassiev2017-03-037-5/+5
* SERVER-28155 Move ChunkManagerTargeter in the sharding commands libraryKaloian Manassiev2017-03-0211-148/+126
* SERVER-28155 Remove usages of BSONSerializable outside of shardingKaloian Manassiev2017-03-022-5/+3
* SERVER-28013 Ensure that last op for client only moves forwardSpencer T Brody2017-03-024-7/+22
* SERVER-28005 Increase network timeout on oplog queries to be larger than the ...Spencer T Brody2017-03-023-37/+19
* Import wiredtiger: d6659de8d742b9562d08c1ba5138be881f8e24fa from branch mongo...Alex Gorrod2017-03-02260-3078/+7718
* SERVER-28075 Wait for DB works in simulateSuccessfulV1ElectionAt()Siyuan Zhou2017-03-011-0/+5
* SERVER-27253 Bump index usage stats during $lookup.Charlie Swanson2017-03-017-16/+23
* SERVER-27362 Avoid extra logic while getting lock to destroy M/R cursor.Charlie Swanson2017-03-011-1/+12
* SERVER-28106 Cleanup the contract of ChunkManager::findIntersectingChunkKaloian Manassiev2017-03-0116-163/+101
* SERVER-28111 Move ParallelSortClusteredCursor to mongo/s/clientKaloian Manassiev2017-03-0111-332/+321
* SERVER-28111 Cleanup the ChunkManagerKaloian Manassiev2017-03-017-100/+98
* SERVER-28098 Get rid of DBConfig::getAllShardIdsKaloian Manassiev2017-03-013-22/+20
* SERVER-28030 Remove writes from ChunkManagerKaloian Manassiev2017-02-2810-956/+674
* SERVER-28030 Remove writes from ChunkKaloian Manassiev2017-02-285-111/+78
* SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/Kaloian Manassiev2017-02-2836-70/+83
* SERVER-6065 NT Service stop does not exit cleanlyMark Benvenuto2017-02-282-9/+6
* SERVER-28037 Raise default writeConcern wtimeout in db.js to 10 minutesBenety Goh2017-02-281-1/+1
* SERVER-28047 ReplSetTest._callIsMaster() should set slaveOk on primaryBenety Goh2017-02-281-1/+1
* SERVER-27382 Get rid of the DBConfig::reload methodKaloian Manassiev2017-02-272-21/+13
* SERVER-27382 Get rid of DBConfig::reload from ParallelSortClusteredCursorKaloian Manassiev2017-02-272-44/+29
* SERVER-27382 Get rid of DBConfig::getChunkManagerOrPrimaryKaloian Manassiev2017-02-275-91/+36
* SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrimary from ...Kaloian Manassiev2017-02-2716-130/+190
* SERVER-27382 Remove usage of DBConfig::reload from ClusterFindKaloian Manassiev2017-02-271-28/+20
* SERVER-27382 Remove usage of DBConfig::reload from ChunkManagerTargeterKaloian Manassiev2017-02-272-18/+11
* SERVER-28017 ne should respect the collection default collationTess Avitabile2017-02-174-6/+41
* SERVER-27940: fix deadlock in ReplicaSetMonitorManager on shutdownMisha Tyulenev2017-02-141-13/+26
* SERVER-27905 fixed race in DataReplicatorTest::DataReplicatorReturnsCallbackC...Benety Goh2017-02-091-0/+8
* SERVER-27808 backup_restore.js waits secondary nodes to agree on primary befo...Benety Goh2017-02-081-4/+4
* SERVER-27844 increase timeout in repl/block2.jsBenety Goh2017-02-081-0/+1
* SERVER-27807 synchronize creating a snapshot with its registration in replcoordEric Milkie2017-02-0812-40/+73
* SERVER-27551 added retries to replSetInitiate in ReplSetTestJudah Schvimer2017-02-061-1/+14
* SERVER-20844 Start ReplSetTests faster wrt initial electionJack Mulrow2017-02-061-1/+44