summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dupe dbtest_executablecount-trace-eventsA. Jesse Jiryu Davis2020-01-271-1/+0
|
* always enable tlaPlusTrace failpointA. Jesse Jiryu Davis2020-01-272-6/+3
|
* SERVER-45549 make aggregate command on mongos always send RWC (and use RWC ↵Kevin Pulo2020-01-272-14/+17
| | | | defaults)
* SERVER-45249 Make recipient wait for orphan cleanup before cloning indexesCheahuychou Mao2020-01-2710-126/+171
|
* SERVER-43988 shutdown with {force: false} lists active index buildsBenety Goh2020-01-273-0/+26
|
* SERVER-43988 IndexBuildsCoordinator::forEachIndexBuild() logs index build methodBenety Goh2020-01-271-1/+4
|
* SERVER-45647 Remove lsid and txnNumber from MigrationCoordinator docAlex Taskov2020-01-277-60/+16
|
* SERVER-45399 Stack variable comparator lifetime fixJacob Evans2020-01-271-1/+2
|
* SERVER-45649: Initialize call/recv responses iterators in ↵Lingzhi Deng2020-01-271-1/+6
| | | | MockDBClientConnection constructors
* SERVER-44953 Secondaries should restart index builds when a commitIndexBuild ↵Louis Williams2020-01-2713-375/+547
| | | | | | | oplog entry is processed but no index build is active Additionally, only abort an index build after a user interrupt if we are still primary. During two-phase index builds, rely on the new primary to finish the index build.
* SERVER-45382 indexbg_restart_secondary.js should shutdown secondary normallyLouis Williams2020-01-271-29/+33
|
* SERVER-45568 Expand OCSP+CRL features in test cert generatorShreyas Kalyan2020-01-273-0/+103
|
* SERVER-44256 Allow compound hashed indexes to be built in non-test deploymentsArun Banala2020-01-272-20/+3
|
* SERVER-45641: Tag awaitdata_getmore_new_last_committed_optime.js ↵Lingzhi Deng2020-01-271-1/+5
| | | | requires_snapshot_read
* SERVER-45645 require test logs for sharding comment_fields testSophie Saskin2020-01-271-1/+1
|
* SERVER-45253 Throw errors on invalid options for sharded cluster count commandKatherine Wu2020-01-273-159/+95
|
* SERVER-43988 add js tests for running the shutdown command while index ↵Benety Goh2020-01-272-0/+122
| | | | | | | builds are in progress create mode 100644 jstests/noPassthrough/index_shutdown_cmd_primary.js create mode 100644 jstests/noPassthrough/index_shutdown_cmd_secondary.js
* SERVER-45637 Blacklist mapReduce tests that use output mode merge from ↵Nicholas Zolnierz2020-01-273-0/+9
| | | | multiversion suites
* SERVER-45634 Add requires_fcv_44 tag to migration_sets_fromMigrate_flag.jsAlex Taskov2020-01-271-0/+1
|
* SERVER-45643 oplog_fetcher target in Sconscript should depend on ↵Samyukta Lanka2020-01-271-0/+1
| | | | clientdriver_network
* SERVER-40620 uassert and log when fetching dangling index entryJustin Seyster2020-01-2710-7/+138
| | | | | | | | | | | | If a FETCH_STAGE encounters a record id that does not reference any existing documents, that means either the document was deleted since query execution encountered the index entry or their is corruption somewhere. If the snapshot id indicates that the query has not yielded since the time that the index entry was loaded, that leaves corruption as the only possibility. We return and error and write to the log with instructions on how to address potentially inconsistent data. create mode 100644 jstests/noPassthrough/query_yields_catch_index_corruption.js
* SERVER-45635: Log currentOp if the test fails for ↵Lingzhi Deng2020-01-271-0/+4
| | | | exhaust_cursor_currentop_integration_test
* SERVER-45041 Remove extraneous calls to env.Entry in libdeps.pyMathew Robinson2020-01-271-52/+53
|
* SERVER-43918 Upgrade/downgrade process for compound hashed shard keysbanarun2020-01-274-7/+254
| | | | create mode 100644 jstests/multiVersion/compound_hashed_shard_key.js
* SERVER-45399 Add basic union aggregation stage for unsharded collectionsJacob Evans2020-01-274-0/+623
|
* SERVER-45636 Tag out_drop_temp_collection.js as requiring replication and ↵David Storch2020-01-271-2/+8
| | | | sharding.
* SERVER-45621 store logs in microbenmarkRobert Guo2020-01-271-4/+2
|
* SERVER-44848 improve running time of noPassthrough/merge_max_time_ms.jsAnton Korshunov2020-01-271-5/+7
|
* SERVER-43584 Introduce mqlrun Evergreen task.David Storch2020-01-272-9/+46
|
* SERVER-45546 Do not create HostPools for passive membersBen Caimano2020-01-272-9/+18
|
* SERVER-44520 Make mongo's isMaster wait maxAwaitTimeMSTess Avitabile2020-01-273-126/+212
|
* SERVER-43721 Rename DistCache to ReadThroughCacheKaloian Manassiev2020-01-279-54/+54
| | | | | | rename src/mongo/util/{dist_cache.cpp => read_through_cache.cpp} (84%) rename src/mongo/util/{dist_cache.h => read_through_cache.h} (90%) rename src/mongo/util/{dist_cache_test.cpp => read_through_cache_test.cpp} (88%)
* SERVER-44435 Allow selective whitelisting of X509 based role authorizationsSara Golemon2020-01-2713-0/+496
| | | | | create mode 100644 jstests/ssl/tlsCATrusts.js create mode 100644 jstests/ssl/x509/trusted-client-testdb-roles.pem
* SERVER-44766 Remove vendored gotools sourceAndrew Morrow2020-01-272516-967001/+0
|
* SERVER-45619 Fix so logv1 to v2 appender does not output large log warning ↵Henrik Edin2020-01-273-12/+15
| | | | in shell
* SERVER-45603: Enhance MockDBClientConnection for OplogFetcher unit testingLingzhi Deng2020-01-273-11/+384
|
* SERVER-45466 Implement startup and shutdown logic for the new oplog fetcherSamyukta Lanka2020-01-274-15/+318
|
* SERVER-43276 Implement resume after network error functionality in ↵Vesselina Ratcheva2020-01-2710-32/+928
| | | | CollectionCloner query
* SERVER-42702 $PYTHON should not be used in build signatureMathew Robinson2020-01-273-29/+2
|
* SERVER-45609 Allow early logging to stdout in shell when using logv2Henrik Edin2020-01-271-6/+19
|
* SERVER-41333 Make safer for initial Sync and Shutdown to write the minValid ↵Suganthi Mani2020-01-2717-32/+113
| | | | document at the lastApplied.
* SERVER-45594 clang_format.py should probe Program Files for clang-format.exeMark Benvenuto2020-01-271-1/+13
|
* SERVER-44814 Support waitInIsMaster failpoint on mongosTess Avitabile2020-01-272-0/+43
|
* SERVER-45524 remove support for logging void * typesGabriel Russell2020-01-275-14/+6
|
* SERVER-45212 Add try_lock() to SpinLockAmirsaman Memaripour2020-01-273-31/+81
|
* SERVER-45112 Report error labels for cluster create indexes responsesMaria van Keulen2020-01-274-18/+10
|
* Revert "SERVER-43721 Rename DistCache to ReadThroughCache"Gabriel Russell2020-01-279-53/+53
| | | | This reverts commit 4ea0e5f400e2dc8a18c2cf407f13e7780d0c5d14.
* SERVER-45521 Define TopologyListener, ServerPingMonitor, and ↵Haley Connelly2020-01-275-1/+310
| | | | | | | | SingleServerPingMonitor classes. create mode 100644 src/mongo/client/sdam/topology_listener.h create mode 100644 src/mongo/client/server_ping_monitor.cpp create mode 100644 src/mongo/client/server_ping_monitor.h
* SERVER-44458 Model-checking files for RaftMongo.tlaA. Jesse Jiryu Davis2020-01-276-20/+97
|
* SERVER-43721 Rename DistCache to ReadThroughCacheKaloian Manassiev2020-01-279-53/+53
| | | | | | | | No functional changes, just rename. rename src/mongo/util/{dist_cache.cpp => read_through_cache.cpp} (84%) rename src/mongo/util/{dist_cache.h => read_through_cache.h} (90%) rename src/mongo/util/{dist_cache_test.cpp => read_through_cache_test.cpp} (88%)