summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-44705: Track time spent in each batchLingzhi Deng2020-02-112-1/+8
|
* SERVER-45297: Improve split error message for indivisibile chunksJosef Ahmad2020-02-111-2/+2
|
* SERVER-45577 Submit range deletion tasks on fixed executorJack Mulrow2020-02-114-31/+210
|
* SERVER-46069 Use invalidateShardForShardedCollection in the router's ↵Blake Oler2020-02-111-3/+3
| | | | moveChunk command
* SERVER-46043 Remove genny_generate_all task from sys-perf wt_developdalyd2020-02-111-0/+2
|
* SERVER-46064 Strip the gen-suffix of task names when checking if tasks ↵Jason Chan2020-02-111-1/+2
| | | | should be blacklisted from multiversion burn in
* SERVER-45904 Create a standalone collection sharding state factoryMarcos José Grillo Ramírez2020-02-1120-76/+337
| | | | | | create mode 100644 src/mongo/db/s/collection_sharding_state_factory_shard.h create mode 100644 src/mongo/db/s/collection_sharding_state_factory_standalone.cpp create mode 100644 src/mongo/db/s/collection_sharding_state_factory_standalone.h
* Revert "SERVER-44984 reduce index build thread pool default and index build ↵William Schultz2020-02-115-20/+17
| | | | | | external sort memory limit default" This reverts commit 0be749a16f4523b2a23729e0754a89ba5ea99644.
* SERVER-46053: NewOplogFetcher should send term and lastCommittedOpTime in ↵Lingzhi Deng2020-02-112-5/+68
| | | | getMore requests
* SERVER-45723 Rename IAM Auth mechanism to AWSSpencer Jackson2020-02-1119-112/+112
|
* SERVER-46050 Use getLastAppliedOpTime rather than getHeartbeatAppliedOpTime ↵Siyuan Zhou2020-02-101-1/+1
| | | | for checking primary's position
* SERVER-45982 Separate RequestState concept from NetworkInterfaceTL::CommandStateBen Caimano2020-02-102-186/+254
|
* SERVER-46049 Have _applyOperationsForTransaction() return a BadStatus ↵Jason Chan2020-02-101-4/+15
| | | | instead of throwing
* SERVER-46054: Test getMore empty batch for NewOplogFetcherLingzhi Deng2020-02-102-3/+36
|
* SERVER-46034 no deadline in test setup lockBilly Donahue2020-02-102-11/+7
|
* SERVER-45530 Implement $match and $project duplication and pushdown across ↵Jacob Evans2020-02-108-16/+240
| | | | $unionWith
* SERVER-45909 Ensure fetchedBatches stat is updated before check in ↵Vesselina Ratcheva2020-02-101-4/+13
| | | | collection_clone_resume_after_network_error.js
* SERVER-45082 Utilize ConfigVersionAndTerm structure for comparison and ↵William Schultz2020-02-1010-59/+49
| | | | string formatting
* SERVER-45469 Process batches in the new oplog fetcherSamyukta Lanka2020-02-102-237/+1023
|
* SERVER-46045 Return false in shouldActivateFailCommandFailPoint if the ↵Cheahuychou Mao2020-02-101-1/+7
| | | | command does not have a valid namespace
* SERVER-44984 reduce index build thread pool default and index build external ↵Eric Milkie2020-02-105-17/+20
| | | | | | sort memory limit default In addition, this commit turns on two-phase index building for some remaining concurrency suites, as the suites do not pass in one-phase mode with the smaller thread pool size.
* SERVER-46042 Run connPoolStats in assert.soon in warm_up_connection_pool.jsCheahuychou Mao2020-02-101-45/+45
|
* SERVER-42191 Add a new test hook that checks that all orphaned documents are ↵Randolph Tan2020-02-1052-2/+241
| | | | eventually deleted
* SERVER-44736 Raise Windows minimum to 8Mark Benvenuto2020-02-107-250/+20
|
* SERVER-45338 Make moveChunk robust to maxTimeMS expiring (fix auth after revert)Matthew Saltz2020-02-105-49/+162
|
* SERVER-46057 Disable truncation from js logging in shellHenrik Edin2020-02-101-0/+1
|
* SERVER-46047 fix compiledb ninja targetIan Boros2020-02-101-1/+1
|
* SERVER-45816 Write sampling function for command mirroringAmirsaman Memaripour2020-02-104-0/+389
|
* SERVER-45007 PBWM lock acquisition in GlobalLock supports deadlineBenety Goh2020-02-102-1/+19
|
* SERVER-46038 Allow HostUnreachable as acceptable error when cancelling ↵Janna Golden2020-02-101-2/+4
| | | | exhaust command
* SERVER-45007 ResourceLock::lock() supports deadlineBenety Goh2020-02-102-3/+5
|
* SERVER-46035 Disable embedManifest*Check on Windows for NinjaMathew Robinson2020-02-101-29/+32
|
* SERVER-44825 Test refineCollectionShardKey interaction with the range deleterMatthew Saltz2020-02-101-0/+162
| | | | create mode 100644 jstests/sharding/range_deleter_interacts_correctly_with_refine_shard_key.js
* SERVER-45007 ResourceLock::lock() always requires OperationContextBenety Goh2020-02-104-11/+14
|
* SERVER-45807 Add change stream stage to fetch pre-image for ↵Jonathan Reams2020-02-1026-22/+1049
| | | | | | | | | | update/replace/delete events create mode 100644 jstests/change_streams/lookup_pre_image.js create mode 100644 jstests/noPassthrough/change_stream_pre_image_lookup_whole_db_whole_cluster.js create mode 100644 jstests/noPassthrough/change_stream_preimages_fail_on_mongos.js create mode 100644 src/mongo/db/pipeline/document_source_lookup_change_pre_image.cpp create mode 100644 src/mongo/db/pipeline/document_source_lookup_change_pre_image.h
* SERVER-45806 Record pre-images on updates and deletes when recordPreImage is ↵Jonathan Reams2020-02-1018-172/+421
| | | | enabled
* SERVER-45805 Add recordPreImages flag to collMod and create commandsJonathan Reams2020-02-1014-7/+222
| | | | create mode 100644 jstests/noPassthrough/record_preimage_startup_validation.js
* Revert "SERVER-44771 Introduce 2nd CatalogCache for filtering only"William Schultz2020-02-0810-154/+21
| | | | This reverts commit 3473d09fa9b5e418e119941b01c88863744689cc.
* SERVER-45039 Awaitable isMaster returns an error on reconfigs that change ↵Jason Chan2020-02-076-5/+553
| | | | the SplitHorizon
* SERVER-43069: Condition logging for slow ops on sample rateXuerui Fa2020-02-0710-35/+503
| | | | | create mode 100644 src/mongo/util/log_with_sampling.h create mode 100644 src/mongo/util/log_with_sampling_test.cpp
* Revert "SERVER-45530 Implement $match and $project duplication and pushdown ↵William Schultz2020-02-078-246/+16
| | | | | | across $unionWith" This reverts commit 9955e3ab374e26b8428378dfabf94ce89f00aaa6.
* SERVER-39976 Two-phase index builds on primaries should ignore interruptsLouis Williams2020-02-072-37/+54
|
* SERVER-45989 Log files are opened in shared mode on Windows.Henrik Edin2020-02-0715-57/+673
| | | | | | | | | | Added fstream abstraction for Windows that does this. Log rotation is now behaving like the old log system create mode 100644 src/mongo/logv2/file_rotate_sink.cpp create mode 100644 src/mongo/logv2/file_rotate_sink.h create mode 100644 src/mongo/logv2/shared_access_fstream.cpp create mode 100644 src/mongo/logv2/shared_access_fstream.h
* SERVER-45453 Change name and usage of '$_internalJs' to '$function'Katherine Wu2020-02-0711-183/+323
|
* SERVER-46031: CurrentOpExhaustCursorTest should not call ↵Lingzhi Deng2020-02-071-5/+0
| | | | DBClientCursor::more concurrentlt
* SERVER-45530 Implement $match and $project duplication and pushdown across ↵Jacob Evans2020-02-078-16/+246
| | | | $unionWith
* SERVER-45772 Require VS 2019 to build the serverAndrew Morrow2020-02-071-2/+2
|
* SERVER-45051 Implement class that collects RTT information from replica set ↵Haley Connelly2020-02-078-35/+821
| | | | | | | | members create mode 100644 src/mongo/client/sdam/topology_listener_mock.cpp create mode 100644 src/mongo/client/sdam/topology_listener_mock.h create mode 100644 src/mongo/client/server_ping_monitor_test.cpp
* SERVER-46033 move sys includeBilly Donahue2020-02-071-1/+4
|
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-0710-21/+154
| | | | | | Only on ShardServer (not ReadOnly) use a second catalog cache for filtering only in order to allow operations in transactions to safely consult the CatalogCache.