summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-50803 Increase batch times for 4.7/4.8 evergreen variantsv4.7Jason Chan2020-10-301-20/+1
| | | | (cherry picked from commit ce8024f020527c055f28657c65ac23a166e8e251)
* SERVER-50725 Remove "Upstream Version" from README.third_party.md for 4.7Adam Cooper2020-10-141-34/+34
|
* SERVER-50706 Add fromConfigServer parameter to allow transitioning a shard ↵Jason Chan2020-09-2416-171/+452
| | | | | | | server from lastLTS FCV to lastContinuousFCV (cherry picked from commit 3a6bde797e31d9e06e982aa20b89a856cfeef95c) (cherry picked from commit c8a178cbacb46b3d44cc0a4bb8ba77645bc42c6b)
* SERVER-50722 Create new MSI upgrade codes for 4.8.0Dev.x/4.8.0.xRobert Guo2020-09-111-4/+4
| | | | (cherry picked from commit 700e7a60b02554397b4f00dcad64fa10fb940a9b)
* SERVER-50802 fix lintr4.7.0Robert Guo2020-09-091-1/+1
|
* SERVER-50817 Update signing key to 4.7Zakhar Kleyman2020-09-091-3/+3
|
* SERVER-50719 Fix verify_versions_test.js for 4.7.0Robert Guo2020-09-091-2/+2
|
* SERVER-50802 Remove wt develop from system-perf.yml and evergreen.ymlRobert Guo2020-09-092-98/+1
|
* SERVER-50720 Update filename suffix to v4.7.0-latest for nightly builds for ↵Robert Guo2020-09-092-4/+4
| | | | 4.7.0 branch
* SERVER-50713 Branch perf.yml and system_perf.yml for 4.7.0Robert Guo2020-09-092-2/+2
|
* SERVER-50723 Branch evergreen.yml for 4.7.0r4.7.0-alphaRobert Guo2020-09-091-2/+2
|
* Import wiredtiger: bb92ab603f22ca84c24af3be7bc9194f44ff3e64 from branch ↵Chenhao Qu2020-09-093-2/+85
| | | | | | | | | mongodb-4.6 ref: 4880ad2a4a..bb92ab603f for: 4.7.0 WT-6546 Update fast truncate to use newest start durable ts
* Revert "SERVER-50376 Ninja should rebuild on compiler and tool changes"Kaloian Manassiev2020-09-093-33/+11
| | | | This reverts commit 58fd67fc2232a4ca591ff66443fd22213d4b5cac.
* SERVER-50740 Add onShutdown() method to ReplicaSetAwareInterface class.Suganthi Mani2020-09-0911-18/+34
|
* SERVER-48785 Create TenantMigrationRecipientService and ↵Suganthi Mani2020-09-0911-8/+694
| | | | TenantMigrationRecipientServiceInstance.
* SERVER-50218 Change shard server and config server op observers to support ↵Ian Boros2020-09-096-53/+428
| | | | $v:2 update oplog entries
* SERVER-50376 Ninja should rebuild on compiler and tool changesRyan Egesdahl2020-09-093-11/+33
| | | | | | | Allow Ninja to rebuild build.ninja any time a SCons tool or the compiler is changed between iterative rebuilds. This change allows us to ensure that we don't have any stale object files lying around that may have been produced by an incompatible toolchain.
* SERVER-49204 Implement donorForgetMigration commandCheahuychou Mao2020-09-0913-122/+304
|
* SERVER-50462: Have sharding_rs2 wait for replication to safely assert causal ↵Daniel Gottlieb2020-09-091-8/+11
| | | | expectations.
* SERVER-50116 Forbid oplog writes when replication is enabledTess Avitabile2020-09-092-1/+56
|
* SERVER-49570 Create ReshardingCoordinator in configsvrReshardCollectionHaley Connelly2020-09-097-2/+96
|
* SERVER-50270 shell should require a password for AWS authMark Benvenuto2020-09-081-2/+2
|
* SERVER-50589 Change PersistentTaskStore::Update to assert that at least one ↵Blake Oler2020-09-083-41/+60
| | | | document was affected
* SERVER-50771 The BSONValidate fast path should support a depth of 32Geert Bosch2020-09-081-2/+2
|
* SERVER-50440 Make TenantMigrationAccessBlockerByPrefix include '_' when ↵Jason Zhang2020-09-088-37/+79
| | | | doing lookup
* SERVER-6777 Eliminate all direct use of cout/stdout and cerr/stderrAdam Cooper2020-09-083-9/+11
|
* SERVER-50711 Clear temp directory if no internal idents are parsed on startupGregory Noma2020-09-083-15/+40
|
* SERVER-50635 Retry index consistency check at ShardingTest shutdown on ↵Jack Mulrow2020-09-081-1/+15
| | | | ShardNotFound errors
* SERVER-49393 Redact status in KeysCollectionManager refresh failure log messageJason Zhang2020-09-081-1/+1
|
* SERVER-50789 Use the ReadThroughCache's mutex when accessing `_minTimeInStore`Kaloian Manassiev2020-09-081-1/+5
|
* SERVER-50246 Fix $unionWith explain with mode 'executionStats' to account ↵Nick Zolnierz2020-09-0810-44/+107
| | | | for pushed down stages
* SERVER-49649 Architecture Guide Updates for FCVJason Chan2020-09-081-0/+110
|
* SERVER-48848 Implement logical operators in grammarNick Zolnierz2020-09-0813-2253/+2898
|
* SERVER-50784 Restore cluster settings after all JS test fuzzer suitesA. Jesse Jiryu Davis2020-09-0813-13/+17
|
* SERVER-50780 Improve cache.collections consistency check in ShardingTest hookPierlauro Sciarelli2020-09-081-4/+11
|
* SERVER-50642 Move to generic grammar.yy and avoid constructing vector of ↵Nick Zolnierz2020-09-0813-8221/+7769
| | | | BSONElements in lexer
* SERVER-50585: Create set_fcv_downgrade_on_disk_changes.js to include all ↵Lingzhi Deng2020-09-081-0/+247
| | | | test cases for downgradeOnDiskChanges behavior
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-0824-53/+54
|
* SERVER-50430 Implement SBE support for $bsonSize expressionMilena Ivanova2020-09-076-1/+152
|
* Import wiredtiger: 4880ad2a4a0ddb42b3ea9fabf054760872780606 from branch ↵Luke Chen2020-09-075-13/+63
| | | | | | | | | | mongodb-4.6 ref: 42e4868b7b..4880ad2a4a for: 4.5.1 WT-6505 Add debugging for missing file failure WT-6613 Add python test for early_load flag
* SERVER-49847 enable resumable index builds by defaultBenety Goh2020-09-066-9/+33
|
* SERVER-49102 Tag profile_filter.jsDavid Percy2020-09-061-0/+2
|
* SERVER-50275 fix use-after-moveBenety Goh2020-09-051-4/+3
|
* SERVER-46199 Fix CollectionShardingState <-> CatalogCache destruction order ↵Kaloian Manassiev2020-09-052-5/+7
| | | | in unit-tests
* SERVER-49102 Fix missing nUpsertedDavid Percy2020-09-051-0/+1
|
* SERVER-50275 Implement V2 LogBuilderArun Banala2020-09-048-13/+870
|
* SERVER-49993 Update _slaves to _secondaries in replsettest.jsAli Mir2020-09-0442-495/+500
|
* SERVER-46199 Get rid of the BM_IncrementalRefreshWithNoChange benchmarkKaloian Manassiev2020-09-042-20/+0
| | | | | | | | This test is incompatible with making the RoutingTableHistory movable, done under 3df9c61b7747058cd84edd7a875b1524db57dd1d. In order to preserve the same performance characteristic, the check for whether any changes have happened to the routing info was pulled at a higher level, in the CatalogCache.
* SERVER-50346 refactor `handleRequest` code fragments into a HandleRequest classBilly Donahue2020-09-041-118/+228
|
* Revert "SERVER-50376 Ninja should rebuild on compiler and tool changes"Ryan Egesdahl2020-09-043-27/+11
| | | | This reverts commit 4d43e298fe956c57b3cb0310bcd0785c19f75ef7.