summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43195 Add namespace to ChunkManager ShardKeyNotFound errors in order t...r4.2.3-rc1r4.2.3Blake Oler2020-01-161-2/+3
* Import tools: 786081105685430d48020e888d0f58c4dde52727 from branch v4.2Patrick Meredith2020-01-15268-1178/+72676
* SERVER-45472 Ensure RoleGraph can serialize authentication restrictions to BSONSpencer Jackson2020-01-153-1/+52
* SERVER-45152 Clean up git merge to unit testJacob Evans2020-01-151-1/+1
* SERVER-37390 Run rollback test fixture with high election timeout toSuganthi Mani2020-01-1513-85/+160
* SERVER-45152 Demote invariant to massert to prevent server crashesJacob Evans2020-01-142-4/+32
* SERVER-35407: Refuse to start threads and initial sync if replication is shut...r4.2.3-rc0Lingzhi Deng2020-01-141-0/+1
* SERVER-44984 reduce index build thread pool default and index build external ...Eric Milkie2020-01-144-5/+19
* SERVER-44598 Shards do not treat the IGNORED version as "intended sharded"Marcos José Grillo Ramírez2020-01-148-28/+122
* SERVER-43246 Add a log line for when a cursor is reaped due to logical sessio...Kevin Pulo2020-01-147-2/+62
* SERVER-42825 Log and track metrics.repl.stateTransition counters after stoppe...Samyukta Lanka2020-01-1324-100/+388
* SERVER-34844 Relax timing requirements in apply_batches_totalMillis.jsVesselina Ratcheva2020-01-111-9/+10
* SERVER-44503 Fix race in replsets/auth2.jsA. Jesse Jiryu Davis2020-01-101-13/+10
* SERVER-45180 Use longer retry for kms serviceMark Benvenuto2020-01-101-1/+1
* SERVER-45100 Make the BatchWriteExecutor retry multi-writes only against unsu...Marcos José Grillo Ramírez2020-01-0911-199/+686
* SERVER-45396 Fix the 'me' field in isMaster responses when using splithorizonTess Avitabile2020-01-092-3/+22
* SERVER-42914 Implement random chunk selection policy for balancer for use in ...Alex Taskov2020-01-093-7/+97
* SERVER-43910 LockManager::dump() includes client infoBenety Goh2020-01-092-7/+24
* SERVER-43910 BasicCommand::Invocation sets LockManager DebugInfoBenety Goh2020-01-081-0/+1
* SERVER-43910 lockInfo command obtains lock to client info mapping from LockMa...Benety Goh2020-01-083-21/+35
* SERVER-43910 Remove usage of BSONObjBuilder append unsigned method from lockI...Benety Goh2020-01-081-1/+1
* SERVER-43910 lockInfo command output includes Locker::getDebugInfo()Benety Goh2020-01-081-0/+1
* SERVER-44477 Use correct collection count in cluster MR when determining whet...Nicholas Zolnierz2020-01-084-16/+72
* SERVER-42631 Blacklist tests that use Mongo.logout() from stepdown suitesJack Mulrow2020-01-082-1/+6
* SERVER-44527 Avoid renaming to target collection in mapReduce if the shard do...Nicholas Zolnierz2020-01-072-12/+31
* SERVER-40435 A clearJumboChunk command to clear the jumbo flagRandolph Tan2020-01-0720-0/+775
* Import tools: 488eaf667b58edb11f6631429458b6a2b1946450 from branch v4.2Tim Fogarty2020-01-074-7/+94
* SERVER-43978 Allow stable timestamp to advance after a transaction that reser...William Schultz2020-01-066-16/+238
* SERVER-45350: Use awaitMajorityCommitted in standalone_replication_recovery_i...Lingzhi Deng2020-01-031-2/+2
* SERVER-44044 Remove unused second parameter from KeyVault.createDataKey()Shreyas Kalyan2020-01-032-1/+16
* SERVER-45346 fix ubuntu 18.04 package testZakhar Kleyman2020-01-031-0/+1
* SERVER-41263 Disallow empty string in index key typeJames Wahlin2020-01-035-0/+131
* SERVER-43310 Always route a sharded cluster's createIndexes call through a re...Blake Oler2020-01-024-2/+24
* Import wiredtiger: 714078029d530f6438fd170f963a9ee27c7b517c from branch mongo...Luke Chen2020-01-0283-851/+3618
* SERVER-45320: Remove deprecated evergreen client from buildscriptsDavid Bradford2019-12-317-2019/+0
* SERVER-44922 Prevent User acquisition from incrementing cache generationSpencer Jackson2019-12-302-8/+33
* Revert 'SERVER-25284 Show IPs in rs.status()'Lingzhi Deng2019-12-272-55/+0
* SERVER-44964 calculate index build memory usage per key based on BSONObj buff...Eric Milkie2019-12-232-2/+6
* SERVER-45290 Remove upstream versions from release branchesSpencer Jackson2019-12-231-32/+32
* SERVER-44061: Fix race between setting replication maintenance mode and concu...Lingzhi Deng2019-12-233-5/+16
* SERVER-45177 Avoid using getChildVector() to traverse MatchExpressionCharlie Swanson2019-12-202-2/+24
* SERVER-45155 Write the temp file of rollback file dump in the test's db direc...Siyuan Zhou2019-12-201-1/+1
* SERVER-45272 Remove assertions about the last-stable behavior in allow_partia...Cheahuychou Mao2019-12-202-20/+4
* SERVER-33597 Fix comments in allow_partial_results.jsCheahuychou Mao2019-12-201-3/+3
* SERVER-43349 Accommodate double $nots during serializationCharlie Swanson2019-12-1937-173/+347
* SERVER-33597 Make allow_partial_results.js, return_partial_shards_down.js sta...Cheahuychou Mao2019-12-193-33/+66
* SERVER-42565 Agg and find commands sort missing fields differentlyJustin Seyster2019-12-184-4/+101
* SERVER-44430 Fix tls_enumerators.py from BF-14793Shreyas Kalyan2019-12-181-2/+11
* SERVER-44796 adjust nojournal startup warning to be more compellingEric Milkie2019-12-181-3/+10
* Import wiredtiger: a95c73b58971e3dbea0287e08053f4b6894bd8c0 from branch mongo...Luke Chen2019-12-1841-350/+1105