summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-45697 unlock RSTL based on requested index build method rather than ↵r4.3.3r4.3.2Benety Goh2020-01-251-1/+1
| | | | feature check
* SERVER-45762 Also use AutoGetDb to take DBLock and higher-level locksEsha Maharishi2020-01-251-0/+1
|
* SERVER-44484 Allow change stream update lookup to retrieve post-image by _idBernard Gorman2020-01-255-74/+160
| | | | create mode 100644 jstests/sharding/change_streams_unsharded_update_resume.js
* SERVER-45080 ignore voteRequest from nodes with lower configsPavithra Vetriselvan2020-01-255-49/+173
|
* SERVER-45727 Do not discard outputsMathew Robinson2020-01-251-1/+18
|
* SERVER-45699 - Set LogicalClock on Stitch support library ServiceContextEric Daniels2020-01-252-1/+34
|
* SERVER-45440 Add support for implicit operation hedging when using ↵Cheahuychou Mao2020-01-252-2/+15
| | | | readPreference mode nearest
* SERVER-45756 Add a VS2019 canary builderAndrew Morrow2020-01-251-2/+17
|
* SERVER-45765 Race in initiateWithAnyNodeAsPrimaryA. Jesse Jiryu Davis2020-01-252-1/+5
| | | | | | | | | If there's an election between the call to replSetInitiate and the last call to replSetReconfig, the test would nevertheless expect Node 0 to be primary and all others to be secondaries. Fix it so will continue as soon as all nodes are primary, secondary, or arbiter. Also add resource_intensive tag to a test that starts 12 nodes.
* SERVER-45639 Use safeNumberLong() to parse wTimeout from commandJason Chan2020-01-252-1/+23
|
* SERVER-45267 remove outdated TODORobert Guo2020-01-251-2/+0
|
* SERVER-45380 Use correct name for LLDB debugserver on LinuxAdam Cooper2020-01-251-0/+4
|
* SERVER-44839 Make ConnectionPoolStats ordered and filteredBen Caimano2020-01-252-8/+22
|
* SERVER-45728 Add requires_fcv_44 tag to count js testKatherine Wu2020-01-242-1/+2
|
* SERVER-45681 fix list_indexes_with_build_uuids.js to work with storage ↵Benety Goh2020-01-241-6/+19
| | | | engine without snapshot read support
* SERVER-45727 Only pass down environment variables that matter to NinjaMathew Robinson2020-01-243-86/+66
|
* SERVER-45762 Take collection lock before calling ↵Esha Maharishi2020-01-241-0/+1
| | | | CollectionShardingRuntime::setFilteringMetadata in range_deletion_util_test.cpp
* SERVER-45760 Clarify the required lock modes for MultiIndexBlock::init() and ↵Gregory Wlodarek2020-01-242-2/+9
| | | | MultiIndexBlock::commit()
* SERVER-445566 legacy logging cleanupsGabriel Russell2020-01-2411-19/+31
|
* Revert "SERVER-45074 validate commit message against JIRA"David Bradford2020-01-243-842/+61
| | | | This reverts commit 1da2398abc11189a6d7706cfba12fa71a693e129.
* SERVER-45644: Reevaluate timeouts used by burn_in_testAlexander Costas2020-01-242-3/+6
|
* SERVER-45719 Set failpoint to allow test fuzzer to allow FCV 4.2 downgrade ↵Arun Banala2020-01-241-0/+14
| | | | in the presence of compound hashed shard key
* Revert "SERVER-45080 ignore voteRequest from nodes with lower configs"William Schultz2020-01-245-173/+49
| | | | This reverts commit dbdef20f64f4a9e6cee83967cbb4019af58d92cb.
* SERVER-45370 Fix oplog hole and test parallel createCollection txnsMaria van Keulen2020-01-248-14/+100
| | | | | | Testing parallel transactions with createCollections found a hang scenario caused by reserving oplog slots before transaction commit. This patch adds this testing and fixes this bug.
* SERVER-45481 Change the backup API to return the blocks to copy for ↵Gregory Wlodarek2020-01-2410-42/+98
| | | | incremental backup
* SERVER-45724 Make new generator as fast as old moduleMathew Robinson2020-01-244-29/+124
|
* SERVER-45749 Tests in range_deletion_util_test.cpp that insert into ↵Esha Maharishi2020-01-242-4/+31
| | | | config.rangeDeletions should set the collection's filtering metadata before the insert
* Revert "SERVER-45481 Change the backup API to return the blocks to copy for ↵Gregory Wlodarek2020-01-2410-98/+42
| | | | | | incremental backup" This reverts commit 5f27f0519f980f3099764b8045e887b633d60b72.
* SERVER-45481 Change the backup API to return the blocks to copy for ↵Gregory Wlodarek2020-01-2410-42/+98
| | | | incremental backup
* SERVER-44162 Resume coordinating active migrations on stepupEsha Maharishi2020-01-2411-69/+401
|
* SERVER-45700 Fix windows push_arch following renameKelsey T Schubert2020-01-231-2/+2
|
* SERVER-44083 Update Initial Sync Section of the Architecture Guide after ↵Matthew Russotto2020-01-231-13/+32
| | | | Resumable Initial Sync is implemented
* SERVER-44813 Implement streamable isMaster for standalonesTess Avitabile2020-01-233-38/+54
|
* SERVER-45441 submitRangeDeletionTask should force a refresh if the metadata ↵Esha Maharishi2020-01-236-115/+168
| | | | is unknown and delete the range deletion task if the metadata is still unknown or UUID doesn't match after the refresh
* SERVER-45716 protect call to getTerm() with mutex in replSetReconfig commandPavithra Vetriselvan2020-01-231-2/+2
|
* SERVER-45650 Allow exceptions during storage commit for unprepared txnsMaria van Keulen2020-01-233-100/+88
|
* SERVER-45662 Update Flow Control timeAcquiringMicros in currentOpMaria van Keulen2020-01-233-3/+5
| | | | | This patch also bumps the RamLog byte limit for log lines to be 2048 bytes per line to allow checkLog-based tests to pass as of this change.
* SERVER-45058 Report currentOp.active as false when internal services block ↵Amirsaman Memaripour2020-01-2310-11/+97
| | | | on condvars
* SERVER-44851 Add the TLA+ spec of replication safe reconfig.Siyuan Zhou2020-01-233-0/+543
|
* SERVER-45074 validate commit message against JIRAJim O'Leary2020-01-233-61/+842
|
* SERVER-43277 Implement resume after collection drop and rename in ↵Vesselina Ratcheva2020-01-236-53/+661
| | | | | | | CollectionCloner query create mode 100644 jstests/multiVersion/initial_sync_drop_against_last_stable.js create mode 100644 jstests/replsets/initial_sync_rename_collection.js
* SERVER-45080 ignore voteRequest from nodes with lower configsPavithra Vetriselvan2020-01-235-49/+173
|
* SERVER-45202 Improve command alias infrastructureAmirsaman Memaripour2020-01-235-29/+66
|
* SERVER-45704 Guard $unionWith behind testCommandsEnabled flagNicholas Zolnierz2020-01-231-3/+3
|
* SERVER-45439 Add support for per operation hedging via an explicit read ↵Cheahuychou Mao2020-01-236-17/+252
| | | | preference
* SERVER-45638 add tags for RCM and text logs to ↵Kevin Pulo2020-01-231-0/+2
| | | | read_write_concern_defaults_application.js
* SERVER-45431: Create new test fixture for OplogFetcherLingzhi Deng2020-01-234-6/+283
|
* SERVER-45010 Avoid taking a checkpoint on clean shutdown if stableTimestamp ↵William Schultz2020-01-224-1/+78
| | | | < initialDataTimestamp
* SERVER-45401 Add README.md for logv2Henrik Edin2020-01-221-0/+289
|
* SERVER-44521 Implement exhaust isMaster for mongosTess Avitabile2020-01-223-27/+65
|