summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* formatnew-rsm-rebaseLamont Nelson2020-02-284-2/+1
|
* remove debug codeLamont Nelson2020-02-271-8/+0
|
* formatLamont Nelson2020-02-274-6/+4
|
* another host name testLamont Nelson2020-02-271-18/+20
|
* remove test related to normalization of host namesLamont Nelson2020-02-272-14/+17
|
* Revert "debug me"Lamont Nelson2020-02-271-13/+0
| | | | This reverts commit b5578f6ae1e66a7c8979115e43dc45eb7c2bd057.
* Revert "fix san"Lamont Nelson2020-02-271-1/+1
| | | | This reverts commit 8456d02e95fba40dfef8a01422e472b03c318be7.
* add invariant on weak_ptr; remove debug code; comment out normalization of ↵Lamont Nelson2020-02-273-9/+13
| | | | host name test
* Revert "remove refs"Lamont Nelson2020-02-271-2/+2
| | | | This reverts commit 0514dd5e06fade374c872b17cd5a5322fc952a30.
* patchLamont Nelson2020-02-275-7/+7
|
* remove refsLamont Nelson2020-02-271-2/+2
|
* fix sanLamont Nelson2020-02-271-1/+1
|
* debug meLamont Nelson2020-02-261-0/+13
|
* log rsm type on createLamont Nelson2020-02-253-4/+14
|
* shutdown executor after shutting down rsmLamont Nelson2020-02-251-5/+2
|
* change order of cancelsLamont Nelson2020-02-251-4/+4
|
* fix topology testLamont Nelson2020-02-252-9/+12
|
* Revert "fix topology_state_mach_test; uassertStatusOk in ↵Lamont Nelson2020-02-253-20/+16
| | | | | | server_is_master_monitor" This reverts commit aceacb6f5d1c6226cc3102516be9f14c5096cdeb.
* remove unused varsLamont Nelson2020-02-251-4/+0
|
* fix topology_state_mach_test; uassertStatusOk in server_is_master_monitorLamont Nelson2020-02-253-16/+20
|
* shared_ptr for topologyDescription in testLamont Nelson2020-02-241-49/+49
|
* fix shutdown of single sever monitorLamont Nelson2020-02-241-3/+5
|
* disable testLamont Nelson2020-02-241-100/+105
|
* formatLamont Nelson2020-02-241-1/+4
|
* change default of disable flagLamont Nelson2020-02-241-1/+1
|
* 10s for default connection timeoutLamont Nelson2020-02-241-1/+1
|
* rebase compilesLamont Nelson2020-02-248-165/+170
|
* not using std::unordered_mapLamont Nelson2020-02-241-1/+1
|
* fix topology version testLamont Nelson2020-02-242-2/+6
|
* format; patch compilesLamont Nelson2020-02-245-20/+26
|
* SERVER-43332: new RSM implementation based on sdamLamont Nelson2020-02-2428-387/+3060
|
* SERVER-45962 feature flag to opt out of new RSM implementationHaley Connelly2020-02-2422-1752/+2270
|
* SERVER-46253 Roll back collection registrations during txn abortMaria van Keulen2020-02-244-2/+57
|
* SERVER-46330 Delete 'oplogFetcherUsesExhaust' server parameter if running ↵Samyukta Lanka2020-02-241-3/+3
| | | | last-stable binary
* Revert "SERVER-45447 Add $accumulator for user-defined Javascript accumulators"David Percy2020-02-2427-814/+167
| | | | This reverts commit 1315b6fdd3ade546c37364bcd4b0ba224adb7f58.
* SERVER-46235 mongoURIAuth.js tolerate extra appearances of regex in logBilly Donahue2020-02-242-3/+1
|
* SERVER-46340 TestData is undefined in DSIRobert Guo2020-02-241-2/+2
|
* SERVER-46235 Re-enable multiversion testsMark Benvenuto2020-02-243-7/+1
|
* SERVER-46303 Omit configTerm -1 from heartbeatsA. Jesse Jiryu Davis2020-02-245-13/+44
|
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-2351-450/+606
| | | | | | | * Remove setPlainConsoleLogger() * Update errorcodes linter to work with custom user defined log macros rename src/mongo/embedded/{embedded_log_appender.h => embedded_log_backend.h} (61%)
* SERVER-46229 add IndexCatalogEntryImpl::_setMultikeyInMultiDocumentTransaction()Benety Goh2020-02-222-38/+55
|
* SERVER-46229 add IndexCatalogEntryImpl::_catalogSetMultikey()Benety Goh2020-02-222-49/+48
|
* SERVER-46229 add mutlikey index to multi-document transaction test for index ↵Benety Goh2020-02-222-2/+13
| | | | creation
* SERVER-46260 handle structured log lines in mongosymb.pyBilly Donahue2020-02-221-0/+19
|
* SERVER-46158 stacktrace_windows to LOGV2Billy Donahue2020-02-222-174/+200
| | | | | - convert test from <regex> to pcrecpp.h - convert backslash to slash in filenames
* SERVER-46257: OplogFetcher should run LogicalTimeMetadataHook on ↵Lingzhi Deng2020-02-224-4/+46
| | | | DBClientConnection
* SERVER-46229 avoid using side transaction to set multikey flag if the index ↵Benety Goh2020-02-221-4/+14
| | | | was created in the same multi-document transaction
* SERVER-45089 Assert force reconfig with missing term field results in ↵Ali Mir2020-02-222-2/+19
| | | | default -1 term
* SERVER-46305 Fix index_initial_sync.js to wait for node to become secondary ↵Vesselina Ratcheva2020-02-221-1/+2
| | | | before checking indexes
* SERVER-46297 make all primary durable timestamp updates go through the ↵Dianna Hohensee2020-02-222-9/+7
| | | | journal listener