summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-50104 Implement proxy's retry logic for non-batch write commandsCheahuychou Mao2020-09-045-60/+81
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-0451-186/+1259
* SERVER-50288 Return collection version on split and merge commandsPierlauro Sciarelli2020-09-045-53/+86
* SERVER-50492 Move initial sync functionality out of ReplSyncSharedDataVesselina Ratcheva2020-09-0428-325/+433
* SERVER-50410 Change NotMasterOrSecondary error code name to NotPrimaryOrSecon...Pavi Vetriselvan2020-09-0418-50/+50
* SERVER-50545 Retry on ConflictingOperationInProgress in index_operations_abor...Jack Mulrow2020-09-041-1/+12
* SERVER-50620 Make ChunkHelper.moveChunk retryable on LockBusy errorEric Maynard2020-09-041-1/+5
* SERVER-49393 KeysCollectionManager should not silently ignore refresh failuresJason Zhang2020-09-041-0/+4
* SERVER-50507 Avoid race conditions during recoverRefreshShardVersionPierlauro Sciarelli2020-09-044-21/+40
* SERVER-50618 Make sharding_statistics_server_status.js retry moveChunk comman...Matthew Saltz2020-09-031-1/+22
* SERVER-49993 Change ReplSetTest functions that use master/slave terminologyAli Mir2020-09-0310-194/+206
* SERVER-48483 [SBE] Reimplement $or match expression translationDrew Paroski2020-09-036-320/+614
* SERVER-50376 Ninja should rebuild on compiler and tool changesRyan Egesdahl2020-09-033-11/+27
* SERVER-50623 make catchup_takeover_one_high_priority.js robust to slow machinesPavi Vetriselvan2020-09-031-2/+2
* SERVER-48616 Make SBE expose the correct 'numYields' statisticDavid Storch2020-09-0313-83/+165
* SERVER-34118 Log number of upserts performedNikita Lapkov2020-09-0315-42/+150
* SERVER-49766 Indexed and non-indexed collections return different results for...Svilen Mihaylov2020-09-034-0/+61
* SERVER-50125 Add sanitizer blacklist files to CCACHE_EXTRAFILESRyan Egesdahl2020-09-032-11/+45
* SERVER-47943 Make bad icecream and ccache paths fail hardRyan Egesdahl2020-09-033-108/+302
* SERVER-50409 Change NotMasterNoSlaveOk error name to NotPrimaryNoSecondaryOkPavi Vetriselvan2020-09-0315-29/+29
* SERVER-50529 Add sort spec to grammarTed Tuckman2020-09-0315-3407/+4909
* SERVER-50689 Support ABI driven linking on macOS with tapiAndrew Morrow2020-09-033-0/+121
* SERVER-46199 Make the RoutingTableHistory movableKaloian Manassiev2020-09-0315-287/+329
* SERVER-49075 Add requires_fcv_47 tag to resumable index build rollback testsGregory Noma2020-09-034-0/+4
* SERVER-43664 Fix file name lookup in wt_table_checks*.js for WindowsGregory Wlodarek2020-09-032-3/+3
* SERVER-47382 Support inequalities on arrays with $not on indexed collectionTed Tuckman2020-09-038-61/+142
* SERVER-50411 Change NoConfigMaster error code name to NoConfigPrimaryPavi Vetriselvan2020-09-032-2/+2
* SERVER-49203 disable the jepsen-smoke task on the UBSan buildRobert Guo2020-09-031-5/+0
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-03114-373/+411
* SERVER-46199 Hide the RoutingTableHistory detail from the ChunkManagerKaloian Manassiev2020-09-038-88/+41
* Import wiredtiger: 42e4868b7b40ec5a49eec6a0e6cc1bf7eff2cad0 from branch mongo...Luke Chen2020-09-0314-161/+110
* SERVER-50367 Add IDL support for feature flagsMark Benvenuto2020-09-036-0/+155
* SERVER-43664 Speedup WiredTiger storage engine startup for many tables by opt...Gregory Wlodarek2020-09-0316-13/+392
* SERVER-50640 listCommands should list isMaster in addition to helloPavi Vetriselvan2020-09-0310-25/+48
* SERVER-50289 Remove tempDir from persisted resumable index build stateGregory Noma2020-09-038-67/+79
* SERVER-50384 Add sharding passthroughs for v1 update oplog formatIan Boros2020-09-033-0/+125
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-02159-724/+790
* SERVER-50365 Use short WT transaction rollback timeout in the multi-document ...Gregory Noma2020-09-025-10/+39
* SERVER-49774 Enable rollback testing for resumable index builds in the collec...Gregory Noma2020-09-021-15/+9
* SERVER-50210 Allow global mapping of SBE error codes to equivalent legacy err...Drew Paroski2020-09-023-95/+140
* SERVER-49075 Add replica_sets suite to resumable index builds variantGregory Noma2020-09-025-16/+3
* SERVER-50691 Fix race in PrimaryOnlyServiceTest::LookupInstanceSpencer T Brody2020-09-021-5/+5
* SERVER-50641: Set more aggressive timeouts for commit-queue tasksDavid Bradford2020-09-022-1/+11
* SERVER-36393 Add new opt-in $or enumeration orderCharlie Swanson2020-09-028-27/+654
* SERVER-50234 delete the unused function toBsonWithSafeDiscriminatorVishnu Kaushik2020-09-022-74/+0
* SERVER-50672 Mark auth-counter.js as needing replicationSpencer Jackson2020-09-021-0/+1
* SERVER-50671 Make TenantMigrationAccessBlockerByPrefix::appendInfoForServerSt...Cheahuychou Mao2020-09-021-0/+2
* SERVER-50607 Must hold mutex when calling _checkForShutdownAndConvertStatus_i...Matthew Russotto2020-09-021-4/+8
* SERVER-50292 Refactor user acuisition via externalStateSara Golemon2020-09-0230-3096/+517
* SERVER-50577 Return actual donor shard version in getShardAndCollectionVersionPierlauro Sciarelli2020-09-023-49/+64