summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48617 do not hold global lock while waiting for index build thread res...Benety Goh2020-07-091-11/+17
* SERVER-49099 Remove the Node::swap() function in BiggieYuhong Zhang2020-07-091-21/+0
* SERVER-43060 CheckReplDBHashInBackground should retry the dbHash command on W...Louis Williams2020-07-091-0/+8
* SERVER-49167 Set the stable timestamp without using the stable optime candida...William Schultz2020-07-092-11/+131
* SERVER-48205 fixed log messagesReo Kimura2020-07-093-6/+7
* SERVER-48205 added log statements to provide context on returned responsesReo Kimura2020-07-091-9/+18
* SERVER-48205 Rewrote toString() functions using fmtlib, locally untestedReo Kimura2020-07-092-11/+21
* SERVER-48205 Descriptive details added to toString() functionsReo Kimura2020-07-091-2/+8
* SERVER-48930: Use lastFetched from previous batch when comparing optimes for ...XueruiFa2020-07-0924-129/+198
* SERVER-49063: Update FCV 4.6 constants to 4.5.1Lingzhi Deng2020-07-0923-94/+95
* SERVER-48506 Throw MaxTimeMSExpired instead of FailedToSatisfyReadPreference ...jannaerin2020-07-091-4/+12
* Revert "SERVER-47352 Return connections inline for NetworkInterfaceTL"Ben Caimano2020-07-091-5/+5
* SERVER-48749 Restoring a cursor without a saved state should not be a failureHenrik Edin2020-07-091-4/+7
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-0936-814/+739
* SERVER-49041 Check if live-record binary exists when specified in resmoke.py ...Richard Samuels2020-07-093-1/+23
* Import wiredtiger: 89446427f9525ecb7dd10c1b193d1a3f78999d77 from branch mongo...Luke Chen2020-07-0915-52/+270
* SERVER-49020 Fix data race in MongosTopologyCoordinator test.Siyuan Zhou2020-07-091-6/+10
* SERVER-24165 Validate should report records with invalid BSONShin Yee Tan2020-07-095-39/+101
* SERVER-49060: updating generic FCV constantsGrace Luong2020-07-0920-65/+71
* SERVER-49112 Add Session::getSSLConfigurationGabriel Marks2020-07-0830-75/+243
* SERVER-49374 Fix sslCipherConfig checkGabriel Marks2020-07-081-1/+1
* SERVER-49180 Make the donor's dataSync function reserve an OpTime at which to...Cheahuychou Mao2020-07-089-0/+225
* SERVER-49339 Rename ocspValidationRefreshPeriodSecs to ocspStaplingRefreshPer...Shreyas Kalyan2020-07-083-6/+8
* SERVER-48983 Address TSAN errors in replication_coordinator_impl_testJason Chan2020-07-082-69/+78
* SERVER-49244 Test that resumable index builds write state to disk on clean sh...Gregory Noma2020-07-0811-59/+318
* SERVER-48178 Finding self in reconfig may be interrupted by closing connectio...Mark Benvenuto2020-07-0810-20/+50
* SERVER-49347 Fix locking in shell's ProgramRegistryMark Benvenuto2020-07-082-14/+26
* SERVER-48740 Modify ChunkMap to use std::vector internallyAlex Taskov2020-07-088-151/+584
* SERVER-47457: Test that a node syncing from a far away data center will event...XueruiFa2020-07-082-4/+123
* SERVER-48788 Ignore no 'default' in switch statement on MSVCNick Zolnierz2020-07-084-14/+22
* SERVER-49360 Add free_monitoring suite to a required builderJudah Schvimer2020-07-081-1/+2
* SERVER-49172 Create MigratingTenantAccessBlockerByPrefix class and expose it ...Luis Osta2020-07-086-0/+243
* SERVER-49088 fail with MovePrimaryInProgress for findAndModify commandMisha Tyulenev2020-07-081-37/+31
* SERVER-49338 Tolerate later replicaSet versions in freemon testSara Golemon2020-07-081-1/+1
* SERVER-49128 Don't hard code selected_tests_buildvariants in etc/evergreen.ymlLydia Stepanek2020-07-086-47/+63
* SERVER-48788 Add barebones bison grammar and BSON lexer for aggregation pipel...Nick Zolnierz2020-07-0811-2/+2903
* SERVER-49330 Remove check for LHAB restoration on restartSara Golemon2020-07-081-39/+1
* SERVER-48628 sort oplog entries first in applier batches, for create ops in t...Eric Milkie2020-07-082-1/+20
* SERVER-49294 waitInIsMaster_failpoint.js should ensure the shell is connected...Tess Avitabile2020-07-081-0/+5
* SERVER-49358 Blacklist sharded_backup_restore_add_remove_shard_while_backup.j...Pierlauro Sciarelli2020-07-081-0/+2
* Revert "SERVER-46541 enable automatic reconfigs for initial sync semantics by...Judah Schvimer2020-07-0851-593/+517
* SERVER-46661 Use the IDL to parse a killCursors commandMindaugas Malinauskas2020-07-0814-267/+170
* SERVER-40102 index_bigkeys.js and index_bigkeys_background.js do the same thi...Yuhong Zhang2020-07-083-31/+6
* SERVER-47277 Remove non-hygienic build supportAndrew Morrow2020-07-0815-577/+301
* SERVER-48476 Use majority read cursor for collection scan in resumable index ...Samy Lanka2020-07-0818-16/+138
* SERVER-49316 Unbreak dynamic buildSpencer T Brody2020-07-082-0/+5
* SERVER-49337 Synchronize shared resources in ServiceExecutor testsAmirsaman Memaripour2020-07-081-9/+8
* SERVER-49198 Implement ServerStatusSection for BiggieYuhong Zhang2020-07-076-2/+155
* SERVER-48690 Drive powercycle setup commands with expansions.ymlvrachev2020-07-078-460/+835
* SERVER-48786 Define base classes for CSTJacob Evans2020-07-078-0/+382