summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-53029 Port the changes for SERVER-52955 to later branchesr4.4.3-rc0r4.4.3Alex Taskov2020-12-144-1/+63
|
* SERVER-51333 Skip setFeatureCompatibilityVersion in validation hook when ↵Gregory Wlodarek2020-12-141-6/+19
| | | | long collection names are present
* SERVER-48221 Shut down ftdc after storage engineGregory Wlodarek2020-12-147-12/+39
| | | | (cherry picked from commit 185000ad894d5cb95a3c946158712054db57cb7a)
* SERVER-52950 Avoid calculating oplog stones when ↵Gregory Wlodarek2020-12-143-1/+77
| | | | | | recoverFromOplogAsStandalone=true as the OplogCapMaintainerThread is not running (cherry picked from commit 3be0c64532e121780dd11788fa3db4a9089b008c)
* SERVER-51333 setFeatureCompatibilityVersion fails when downgrading from FCV ↵Gregory Wlodarek2020-12-145-32/+45
| | | | 4.4 to FCV 4.2 with long collection names present
* SERVER-53197 Don't log awaitable hello/ismaster as slow queryA. Jesse Jiryu Davis2020-12-125-28/+36
|
* SERVER-53250 use pip legacy resolver to fix pip hangs on static buildersRichard Samuels2020-12-101-1/+15
| | | | (cherry picked from commit 4ba4acbe4a16e18af4b59eed59686902806b8f49)
* Revert "SERVER-51333 setFeatureCompatibilityVersion fails when downgrading ↵Gregory Wlodarek2020-12-102-30/+24
| | | | | | from FCV 4.4 to FCV 4.2 with long collection names present" This reverts commit d1f0d546f21ff900d3a0b083006bf6a4b61657a8.
* SERVER-50271: Remove --logv2 from shellVarun Ravichandran2020-12-101-4/+0
| | | | (cherry picked from commit da22b3dd38d8e4fef10272311534a1c9577abda3)
* SERVER-51333 setFeatureCompatibilityVersion fails when downgrading from FCV ↵Gregory Wlodarek2020-12-102-24/+30
| | | | 4.4 to FCV 4.2 with long collection names present
* SERVER-52654 HMAC keys monitoring thread should never sleep longer than 20 daysJack Mulrow2020-12-102-19/+59
| | | | (cherry picked from commit e804031ae4ea69c2cfbfcca47202fcc468d826b2)
* SERVER-51886 $lookup + $merge pipeline may fail to resolve views correctly ↵Mihai Andrei2020-12-102-18/+99
| | | | | | when collection names collide (cherry picked from commit 045829020fb4a3972b316b1ad60e9ed2f285b092)
* SERVER-53314: Fix distro specification if no large distro specifiedDavid Bradford2020-12-102-5/+5
| | | | (cherry picked from commit 105335191ba181f29f1812cbfbdee4bbc5685633)
* SERVER-50417 Change notMasterUnacknowledgedWrites to ↵Ali Mir2020-12-096-18/+26
| | | | | | notPrimaryUnacknowledgedWrites in serverStatus (cherry picked from commit 0927e74e9d5dfb47c4f02d21029f68a3b17764b7)
* SERVER-50416 Change notMasterLegacyUnacknowledgedWrites to ↵Ali Mir2020-12-093-9/+11
| | | | | | notPrimaryLegacyUnacknowledgedWrites in serverStatus (cherry picked from commit 759787fd5a1a28ed3293a869e9e1b1e11cb6337a)
* SERVER-52929 Correctly handle compound indexes with 32 keysLouis Williams2020-12-093-6/+86
| | | | (cherry picked from commit 957ddd678dbd49a96318a13e8f669567e4eba3ab)
* Import wiredtiger: d0d32d917bf0137bb89477a7b22fc265bc08dfa8 from branch ↵Luke Chen2020-12-0823-201/+511
| | | | | | | | | | | | | | | | | | mongodb-4.4 ref: cc40649fdc..d0d32d917b for: 4.4.3 WT-6845 Set session btree to HS when operating on history store WT-6868 Don't cache history store cursor for operations on metadata WT-6894 Implement history store cursor prev and next methods WT-6895 Implement HS cursor update method WT-6896 Initial implementation of hs cursor remove WT-6934 Fix __wt_hs_upd_find wrongly returns WT_NOTFOUND WT-6957 Reposition the cursor if __wt_hs_modify return WT_RESTART WT-6958 Fix history store cursor position after operations WT-6961 RTS no stable timestamp WT-6986 Add UndoDB support to format.sh
* SERVER-52806 Don't assume systemd on all Debian systemsRyan Egesdahl2020-12-084-4/+12
| | | | (cherry picked from commit 0e69ddaa39b360d4083a55041b2f792c1cd61ec5)
* SERVER-51858 Fix curl lockingMark Benvenuto2020-12-071-9/+44
| | | | (cherry picked from commit 267d28ce067bb213cff816c55bac0b5c1527d500)
* SERVER-52744 rollback_after_enabling_majority_reads.js should ensure sync ↵Pavi Vetriselvan2020-12-073-4/+12
| | | | | | source's lastApplied > rollback node's (cherry picked from commit 6623c6adf0445f1f63afe7a51433a1f5cbf4b4e1)
* SERVER-53196: Fail to generate tasks if a large distro is required but not ↵David Bradford2020-12-078-38/+180
| | | | | | specified (cherry picked from commit f946a64ec3cadae717759479ddeaea368c5a6b1c)
* SERVER-52589 Index key consistency check during FETCH may fail in certain casesAnton Korshunov2020-12-074-21/+127
| | | | (cherry picked from commit 23e7ab650cba5297dcc42bcdd2e491b65854bca5)
* SERVER-53017 Make sure download rate is calculated as a double when ↵Jason Chan2020-12-042-3/+147
| | | | | | calculating remainingInitialSyncEstimatedMillis (cherry picked from commit 020703354ed815471613c8ae70fbf71c83f3bd1e)
* SERVER-52686 Blacklist transactions_causal_consistency.js test from the ↵Tommaso Tocci2020-12-041-0/+1
| | | | sharding_csrs_continuous_config_stepdown
* SERVER-53058: Better account for CleanEveryN runtime for dynamically split tasksDavid Bradford2020-12-034-126/+263
| | | | (cherry picked from commit 3cb926298aaa7b55d4e0f51daf7c176b65ccc32b)
* SERVER-53058: Refactor how historic test stats are collectedDavid Bradford2020-12-037-113/+135
| | | | (cherry picked from commit 8fefa30a34e5fb6d47daea312280cd09a6d8967c)
* SERVER-52969 Temporarily disable powercycle on Windowsvrachev2020-12-021-1/+1
|
* SERVER-51057: Test that getMore metrics are incremented in ↵XueruiFa2020-11-301-50/+10
| | | | | | server_status_metrics.js (cherry picked from commit 2cb22c8caaf2be4025d93e5fb75afc8e4be3287e)
* SERVER-49159: Return NotPrimaryOrSecondary if currentTime is uninitialized ↵XueruiFa2020-11-301-1/+17
| | | | | | in waitForReadConcernImpl (cherry picked from commit 9492de5aac55c8c579044dfa54703056d6012d95)
* SERVER-51603 log a message when validation ends in an exceptionEric Milkie2020-11-301-14/+10
| | | | (cherry picked from commit 610f866d059f82e01e87af35e3035118bcdbdef8)
* SERVER-51652 catch exceptions in validate from parsing invalid index keysEric Milkie2020-11-301-1/+10
| | | | (cherry picked from commit ca65f33c3777678fda17164cc9e9da248469f409)
* SERVER-52891 run PPC builds less frequentlyZakhar Kleyman2020-11-301-0/+3
|
* SERVER-52975 Fix use of 'onRollback' callback for collection validator ↵Mihai Andrei2020-11-252-7/+42
| | | | options in 'collection_impl.cpp'
* SERVER-49744 Per-document scoring metadata for $searchMihai Andrei2020-11-2511-16/+168
| | | | (cherry picked from commit 6ef44c9d2db276e2bd7f5a49dea9324be3d5fd02)
* SERVER-52685: Fix drivers-nightlyJeff Yemin2020-11-251-23/+18
| | | | | | | * Use RHEL 7 * Pass Java-specific flag to run-tests.sh * Test only auth and ssl, not noauth and nossl * Fix XUnit file glob for Java driver
* SERVER-53068 Use 10gen/linkbench2 instead of mdcallag/linkbench for system perfRichard Samuels2020-11-252-2/+2
| | | | (cherry picked from commit 15c141b95db7d39396c40383d5fa482fca07692a)
* SERVER-50267 Set output limit for rawMongoProgramOutput()Ruoxin Xu2020-11-242-2/+9
| | | | (cherry picked from commit 30acdea3aa54dab658cb76908a8cd9bf35e7762f)
* SERVER-50547 Pipeline length limitJames Wahlin2020-11-244-0/+123
| | | | (cherry picked from commit e57dbe7226c7f22c30c7c85265d0c0564dc714f1)
* SERVER-50049 assert.soonNoExcept() should not access ↵Suganthi Mani2020-11-231-12/+21
| | | | | | TestData.traceExceptions for non-resmoke tests. (cherry picked from commit d57c783b60d548c3173058d70343537b6df6c1e9)
* SERVER-49232 improving failCommand loggingGabriel Russell2020-11-231-1/+1
|
* SERVER-52834 Migrate sys-perf and perf tasks to use the new run_workload DSI ↵vrachev2020-11-232-6/+18
| | | | | | command (cherry picked from commit 4ee99c0bd7343cad5d2cfcb04f0de8f69735a633)
* SERVER-51718 Disallow sparse, hashed indexes from being considered for ↵James Wahlin2020-11-234-42/+119
| | | | | | answering $exists: false queries (cherry picked from commit daa74ba2f414534e736f408b40d62aef869b06cc)
* Import wiredtiger: cc40649fdc8d4b715476971f750eb496602709ca from branch ↵Luke Chen2020-11-2321-123/+685
| | | | | | | | | | | | | | mongodb-4.4 ref: 1ba1d9bab8..cc40649fdc for: 4.4.3 WT-6563 Create a reproducer for invalid modification application WT-6672 Don't increase the writegen number until RTS cleans up the checkpoint WT-6859 Implement search_near method for the history store cursor Reverted ticket(s): WT-6712 Allow RTS to operate when stable timestamp is not set
* SERVER-51454 Ensure agg parser is initialized before defaultProfileFilterDavid Percy2020-11-205-9/+33
|
* SERVER-51757 Collect /proc/vmstat numa_pages_migrated statistics in FTDCMark Benvenuto2020-11-202-0/+3
| | | | (cherry picked from commit 8f7085e65c15f07658fb43bb26a2b4d444657160)
* SERVER-52580 fix mh binaries generation for windowsZakhar Kleyman2020-11-201-1/+1
|
* SERVER-52680 Start replication when leaving REMOVED stateA. Jesse Jiryu Davis2020-11-202-3/+63
| | | | (cherry picked from commit 73ab98a9094de18b82e596e8d1d0bf311858548b)
* SERVER-33747 Fix crash when arbiter restarts and enters REMOVEDA. Jesse Jiryu Davis2020-11-204-2/+56
| | | | (cherry picked from commit 72aacd4ffaf6500777a8a51f87b0797f8ea8ad0b)
* SERVER-52775 Fix system_perf and perf yaml module revisions and checkout ↵Richard Samuels2020-11-202-63/+62
| | | | directories
* SERVER-51796 Add missing comma to log message 22334Gregory Noma2020-11-201-1/+1
|