summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44782 Support atClusterTime in dbHash commandSERVER-47782Ali Mir2020-05-291-0/+16
* SERVER-47785 minSnapshotHistoryWindowInSeconds limits chunk historyA. Jesse Jiryu Davis2020-05-203-9/+21
* Import wiredtiger: 7bf362af190a36a31589d3d78eb1cd1a5963b79d from branch mongo...Luke Chen2020-05-205-7/+239
* SERVER-46932 shell to output ProgramRunner outputGabriel Russell2020-05-201-1/+1
* SERVER-40441 Make arbiters not try to setup the sessions collection or check ...Cheahuychou Mao2020-05-201-21/+32
* SERVER-48116 fix init-order bug in pcrecpp::RE::InitBilly Donahue2020-05-192-10/+10
* SERVER-48298 Force refresh on removeShard and addShardjannaerin2020-05-191-2/+11
* SERVER-48200 RandomCursor should explicitly check for EBUSY when opening a WT...Eric Milkie2020-05-193-2/+14
* SERVER-48294: Have internal oplog readers be resilient to EBUSY on cursor open.Daniel Gottlieb2020-05-191-2/+7
* SERVER-48295 Remove operation key in killAndDelistOperationAmirsaman Memaripour2020-05-193-3/+16
* SERVER-48052 Make updates create ExpressionContext with 'explain' field corre...Ian Boros2020-05-1910-32/+36
* SERVER-47701 Allow CRUD and DDL commands on shards when connected to the prim...Marcos José Grillo Ramírez2020-05-1917-95/+119
* SERVER-48288 Remove 2nd CatalogCache used just for filteringTommaso Tocci2020-05-199-152/+20
* SERVER-48284 Fix expression_replace_test stack address leakJacob Evans2020-05-191-74/+81
* SERVER-26755 Increase the timeout for find operations against config.chunksCheahuychou Mao2020-05-192-1/+11
* SERVER-48251 Update ‘getMaxKnownOpTime’ to return a Timestamp instead of ...Mihai Andrei2020-05-194-12/+14
* Import wiredtiger: 55d47c210ccb07a115c2e6f71ee90367c7c3ab77 from branch mongo...Luke Chen2020-05-1922-414/+742
* SERVER-46189 Fix shell kill current ops with TLS replica set and down nodesMark Benvenuto2020-05-187-30/+23
* SERVER-47454: Stop re-evaluting sync source if max num changes was exceededXuerui Fa2020-05-183-7/+63
* SERVER-48266 Improve handling of kCurrentScope for the benefit of the hang an...Andrew Morrow2020-05-181-20/+39
* SERVER-48267 Don't apply export file in non-SDK buildsAndrew Morrow2020-05-181-1/+7
* SERVER-46958 add mongosShutdownTimeoutMillisForSignaledShutdown server parameterPavi Vetriselvan2020-05-186-18/+48
* SERVER-48265 Fix and-ordering when appending topology version to shutdown errorsTess Avitabile2020-05-181-1/+1
* SERVER-46933 reformat the json startupWarningsGabriel Russell2020-05-181-5/+28
* SERVER-46932 supress more logging in the shellGabriel Russell2020-05-1812-92/+97
* SERVER-47437 Synchronize and unify NetworkInterfaceTL state componentsBen Caimano2020-05-183-200/+147
* SERVER-46998 Support 'let' variables used within $merge custom pipeline updateKatherine Wu2020-05-183-20/+16
* SERVER-48257 Reject reconfig via heartbeat during election.Siyuan Zhou2020-05-182-17/+67
* SERVER-47249 Add the "The sessions catalog" section to the sharding arch guideCheahuychou Mao2020-05-181-4/+33
* SERVER-47994 Fix for numerical overflow in GeoHash (part 2)Svilen Mihaylov2020-05-1810-86/+109
* SERVER-48049 Fix establish_cursors_test race when interrupting a remote requestNick Zolnierz2020-05-181-30/+24
* SERVER-29030 Announce new primary via heartbeat requestsWilliam Schultz2020-05-187-8/+181
* Import wiredtiger: 32b5f903dbc021b570feea50eb48453c17cd0e89 from branch mongo...Luke Chen2020-05-1845-1013/+1342
* SERVER-48212 only output unittest suite start/end/results if any tests were a...Kevin Pulo2020-05-181-4/+14
* SERVER-46881 Forbid adding nodes to initializer graph after starting initiali...Kevin Pulo2020-05-186-111/+456
* SERVER-47992 Make disableResumableRangeDeleter just prevent ranges from being...Esha Maharishi2020-05-1815-454/+194
* SERVER-46154 Pull the InProgressLookup outside of ReadThroughCacheKaloian Manassiev2020-05-1710-192/+260
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-1676-2009/+1880
* SERVER-48148 Cleanup of execution logs in db/Henrik Edin2020-05-1514-188/+201
* SERVER-47994 Fix for numerical overflow in GeoHashSvilen Mihaylov2020-05-151-2/+11
* SERVER-48240 Undo accidental functional change to WiredTigerOplogManager that...Dianna Hohensee2020-05-152-7/+20
* SERVER-47972 Increase maxTimeMSForHedgedReads to give shards time to refreshCheahuychou Mao2020-05-152-21/+6
* SERVER-48082 WT clean shutdown should do a quick exit before shouldDowngrade(...Suganthi Mani2020-05-151-17/+20
* SERVER-48108 ConnectToBridge should be resilient to transient failures on the...Matthew Russotto2020-05-151-1/+4
* SERVER-48235 The primary node should use the AsyncDBClient to vote for commit...Gregory Wlodarek2020-05-152-46/+3
* SERVER-48171 update fail point usage in indexbuildentryhelpers::getIndexBuild...Benety Goh2020-05-151-1/+1
* SERVER-48171 consolidate implementations for FailPoint waiting functionsBenety Goh2020-05-152-14/+7
* SERVER-40711 Update zstd dependency from version 1.4.3 to 1.4.4Ryan Egesdahl2020-05-15481-9785/+8515
* SERVER-48230: Release cursor resources for special oplog functions.Daniel Gottlieb2020-05-151-8/+4
* SERVER-48171 FailPoint wait functions accept InterruptibleBenety Goh2020-05-153-18/+18