summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ↵Daniel Moody2020-08-2752-596/+650
| | | | to be alphabetical
* SERVER-50303 Initialize tenant cloner batch size in contructorVesselina Ratcheva2020-08-274-0/+64
|
* SERVER-43902 Apply scaling for collection statistics after summing ↵Gregory Wlodarek2020-08-271-11/+62
| | | | statistics from individual shards
* SERVER-50045 JournalFlusher doesn't return ShutdownInProgress during rollbackGregory Wlodarek2020-08-276-11/+19
|
* SERVER-49238 Ensure that OpCtxs on PrimaryOnlyService threads are ↵Spencer T Brody2020-08-274-7/+128
| | | | interrupted if the node is no longer primary
* SERVER-50535 Make PrimaryOnlyServices resilient to onStepUp() called after ↵Spencer T Brody2020-08-272-1/+21
| | | | shutdown()
* SERVER-50392 Clean up how waiting for PrimaryOnlyService Instance completion ↵Spencer T Brody2020-08-277-81/+86
| | | | works
* SERVER-50356: Account for last-continuous when closing connections on FCV ↵Lingzhi Deng2020-08-273-6/+11
| | | | upgrade/downgrade
* SERVER-50542 Catalog Cache is not cleaned on ShardingTestFixtureTommaso Tocci2020-08-271-2/+12
|
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-2738-143/+267
| | | | This commit also removes an implicit constructor for write_ops::UpdateModification.
* SERVER-50104 Add a test hook that runs a background migration that involves ↵Cheahuychou Mao2020-08-271-7/+19
| | | | only the donor side on a database that no tests use
* SERVER-50502 The lock manager dump logv2 message needs ↵Dianna Hohensee2020-08-271-1/+5
| | | | logv2::LogTruncation::Disabled set so that lock dumps are not truncated
* SERVER-50539 resumable index builds waits for majority optime with a deadlineBenety Goh2020-08-273-3/+55
|
* SERVER-37453 Delete PlanStage::dispose()David Storch2020-08-274-38/+0
|
* SERVER-50185 Update keysPerIndex after repairing index inconsistenciesLouis Williams2020-08-2624-174/+230
| | | | | This also refactors ValidateResult to wrap index-specific validation errors
* SERVER-50375 APIParameters fields are boost::optionalA. Jesse Jiryu Davis2020-08-2610-85/+67
|
* SERVER-49289 Add collectionUUID option to aggregateJack Mulrow2020-08-265-2/+66
|
* SERVER-49342 Support for $switch and $cond in SBEJustin Seyster2020-08-262-74/+253
| | | | Co-authored-by: Hirday Gupta <hirday.gupta@mongodb.com>
* SERVER-47856 Use $v:2 delta oplog entries by defaultArun Banala2020-08-261-1/+1
|
* SERVER-44145 Validate throttle cursor should wait longer when data limit is ↵Louis Williams2020-08-262-6/+76
| | | | | | | exceeded When validate reads a document that exceeds maxValidateMBperSec, wait a period of time propotional to how much extra data we read, rather than just 1 second.
* SERVER-50117 Add resumeToken and pre/post image oplog tests for ↵Randolph Tan2020-08-267-21/+458
| | | | createAggForReshardingOplogBuffer
* SERVER-49569 Create ReshardingCoordinatorServicejannaerin2020-08-2611-231/+764
|
* SERVER-50458 Re-enable retryability of commitChunkMigration on the config serverPierlauro Sciarelli2020-08-261-3/+2
|
* SERVER-49927 Add $FieldPath to grammarTed Tuckman2020-08-2631-2870/+3267
|
* SERVER-50054 Advance logicalClock on transactionParticipant to ↵Tommaso Tocci2020-08-262-8/+16
| | | | commitTimestamp upon receiving commitTransaction
* Revert "SERVER-49569 Create ReshardingCoordinatorService"Max Hirschhorn2020-08-2611-758/+231
| | | | This reverts commit da23af00ff8e85712412cedd85d20ff00cea19cf.
* SERVER-50534: Have --repair behave better in the presence of views.Daniel Gottlieb2020-08-261-14/+18
|
* SERVER-49780 Create TenantMigrationSharedDataVesselina Ratcheva2020-08-2530-259/+584
|
* SERVER-49569 Create ReshardingCoordinatorServicejannaerin2020-08-2511-231/+758
|
* SERVER-49760 Added libdep lint rule to enforce no public libdeps.Daniel Moody2020-08-252-3/+7
|
* SERVER-50214 Link the storage/README and ephemeral_for_test/README files ↵Gregory Noma2020-08-253-1/+13
| | | | with the new primary catalog/README execution architecture guide
* SERVER-49989 Add db.hello() shell helperAli Mir2020-08-252-0/+9
|
* SERVER-50242 Don't log awaitable "hello" as slow queryA. Jesse Jiryu Davis2020-08-252-2/+11
|
* Revert "SERVER-49858 Don't forward API params from drop/dropDatabase to ↵A. Jesse Jiryu Davis2020-08-258-88/+52
| | | | | | | | | | config servers" This reverts commit f4ed96b5a788003322a2dc36b46063475a0b36ca. For SERVER-50375 we must forward API parameters from mongos commands to shard commands, so commit f4ed96b5 was, in retrospect, a step in the wrong direction.
* SERVER-50453 Handle NSS renaming when checking shard version in drop collectionPierlauro Sciarelli2020-08-251-4/+4
|
* SERVER-49237 Add a way for OperationContexts to opt-in to always getting ↵Spencer T Brody2020-08-253-8/+25
| | | | interrupted at stepdown
* SERVER-50344 Rename Client methods to clarify that they are about being ↵Spencer T Brody2020-08-2516-42/+47
| | | | killed during stepdown
* SERVER-49165 Limit auditing authz failure in endSessions commandSara Golemon2020-08-253-2/+28
|
* SERVER-50490 Reduce log severity of SERVER RESTARTED warningSara Golemon2020-08-251-5/+4
|
* SERVER-47305 Document TLS in the Security Architecture GuideAdam Cooper2020-08-251-0/+251
|
* SERVER-49842 Startup repair should rebuild indexes when validate index ↵Louis Williams2020-08-251-0/+1
| | | | inconsistencies exceed the memory limit
* SERVER-50506 make index builds non-resumable when storage engine is encryptedBenety Goh2020-08-252-0/+7
|
* SERVER-46826 Instantiate the JournalFlusher thread for inMemory and ↵Dianna Hohensee2020-08-256-43/+89
| | | | | | | | non-durable (nojournal=true) storage engines. Non-durable engines will not run the JournalFlusher logic periodically, but only upon request, because checkpoints are costly. inMemory will run the JournalFlusher periodically because it updates the repl timestamps faster.
* SERVER-50095 Augment ResumableIndexBuildTest to test that index builds are ↵Gregory Noma2020-08-252-6/+7
| | | | resumed from the correct phase
* SERVER-49381: Create stub API Version 2 for testingXueruiFa2020-08-254-9/+180
|
* SERVER-50446 make index builds non-resumable when commit quorum is disabledBenety Goh2020-08-251-0/+22
|
* SERVER-50481 Make _vectorClockPersist command nicely fail on non-sharded nodesPierlauro Sciarelli2020-08-251-0/+4
|
* Import wiredtiger: db08a6c645c8e70fd2d632bb5cfd7eb05364a712 from branch ↵Luke Chen2020-08-253-22/+44
| | | | | | | | | | mongodb-4.6 ref: 7a08dc67df..db08a6c645 for: 4.5.1 WT-6589 Fix disabled cursor cache python tests WT-6619 Eliminate possibility of infinite loop in test_cursor13.py
* SERVER-50254 Fix compile error due to pessimising std::moveKaloian Manassiev2020-08-251-1/+1
|
* SERVER-50327 Add namespace param to failpoint in ↵Vesselina Ratcheva2020-08-251-4/+9
| | | | new_transaction_waits_for_previous_txn_table_updates.js