summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-50581 Replace setSlaveOk and getSlaveOk occurrences in jstestsAli Mir2020-09-0996-276/+275
|
* SERVER-50837 Make sure that donorForgetMigration command can be retriedCheahuychou Mao2020-09-093-6/+33
|
* SERVER-50725 Remove "Upstream Version" from README.third_party.md for 4.7Adam Cooper2020-09-091-34/+34
|
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-0940-947/+1027
| | | | | | | | | | | This change implements the collection CatalogCache on top of the ReadThroughCache, giving it the ability to support causal consistency. As part of this change, the 'forceRefreshFromThisThread' flag has been removed from the shard's refresh methods. Co-authored-by: Tommaso Tocci <tommaso.tocci@mongodb.com> Co-authored-by: Pierlauro Sciarelli <pierlauro.sciarelli@mongodb.com> Co-authored-by: Kaloian Manassiev <kaloian.manassiev@mongodb.com>
* SERVER-50835 Add `.clangd/` to the .gitignore fileBilly Donahue2020-09-091-0/+3
|
* SERVER-50700 Allow constructing a FailPointEnableBlock from a pointer to the ↵Spencer T Brody2020-09-093-49/+81
| | | | FailPoint
* SERVER-49242 Add serverStatus counters for number of running ↵Spencer T Brody2020-09-095-8/+74
| | | | PrimaryOnlyService instances
* SERVER-19823 rs.printSlaveReplicationInfo() syncedTo field displays the ↵Huayu Ouyang2020-09-092-19/+33
| | | | epoch for unreachable secondaries
* SERVER-48318 Make snapshot window equal to max of ↵Cheahuychou Mao2020-09-093-10/+25
| | | | minSnapshotHistoryWindowInSeconds and transactionLifetimeLimitSeconds
* SERVER-50703 Create global resource consumption structureLouis Williams2020-09-094-0/+243
|
* SERVER-50702 Create feature flag for measuring operation resource consumptionLouis Williams2020-09-093-0/+58
|
* SERVER-50724 Update signing key to 4.8 in masterZakhar Kleyman2020-09-091-3/+3
|
* SERVER-50722 Create new MSI upgrade codes for 4.8.0Dev.x/4.8.0.xRobert Guo2020-09-091-4/+4
|
* 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.