summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-50274 fix use-after-moveBenety Goh2020-08-291-4/+3
|
* SERVER-49695 The waitUntilDurable() codepath should not fassert success of ↵Dianna Hohensee2020-08-295-12/+32
| | | | oplogTruncateAfterPoint update
* SERVER-50602 remove DBDirectClient and enableIndexBuildCommitQuorum ↵Benety Goh2020-08-291-35/+14
| | | | reference from ValidateStateTest
* SERVER-50602 remove unnecessary enableIndexBuildCommitQuorum referenceBenety Goh2020-08-291-7/+0
|
* SERVER-50104 Make the test hook run a background migration on the data used ↵Cheahuychou Mao2020-08-283-6/+22
| | | | by tests
* SERVER-50596 Add kInitializing to RecipientState and kUnused to ↵Haley Connelly2020-08-281-1/+4
| | | | RecipientState and DonorState for resharding
* SERVER-50096 Make the tenant migration donor not block a thread on an ↵Cheahuychou Mao2020-08-283-80/+136
| | | | executor while waiting on the network
* SERVER-50602 make StorageTimestampTests provide commit quorum to ↵Benety Goh2020-08-281-51/+38
| | | | createIndexes command instead of overriding server default
* SERVER-50617 Make TenantMigrationAccessBlocker::abort not invariant that the ↵Cheahuychou Mao2020-08-281-4/+0
| | | | migration is in blocking state
* SERVER-49567 Create refresh mechanism to refresh a list of given shardsHaley Connelly2020-08-284-0/+186
|
* SERVER-48149 Move callers of RecoveryUnit::waitUntilDurable onto ↵Dianna Hohensee2020-08-2816-51/+67
| | | | | | | | JournalFlusher::waitForJournalFlush Operations running concurrently with stepdown must call JournalFlusher::waitForJournalFlush so that writes to the oplogTruncateAfterPoint are interrupted correctly during stepdown and callers waiting for durability don't receive unexpected InterruptedDueToReplStateChange errors.
* SERVER-50558 Update wireversion invariants in ShardingCatalogManager to be ↵Jason Chan2020-08-281-9/+13
| | | | aware of LastContinuous version
* SERVER-50457 Handle default_timed_get() return val in ShardingAggTestFixtureJames Wahlin2020-08-281-1/+2
|
* SERVER-49646 Architecture Guide Updates for Make Validate more resilientLouis Williams2020-08-281-10/+35
|
* SERVER-49512 Use SBE global environment to store the timezone database and ↵Eric Cox2020-08-285-30/+46
| | | | use it with dateFromParts expression
* SERVER-49895 Expose getLatestOplogTimestamp() in aggregation cursor command ↵Alex Taskov2020-08-287-3/+107
| | | | responses on oplog
* Import wiredtiger: cf3c0c18fe24a595ca523e91f40213a9007e4f29 from branch ↵Luke Chen2020-08-2814-91/+187
| | | | | | | | | | mongodb-4.6 ref: 1fd34059ee..cf3c0c18fe for: 4.5.1 WT-6610 Fix incremental backup checkpoint parsing to handle upgrades WT-6625 Remove outdated TODO
* SERVER-50378 Complete TODO listed in SERVER-49450Samy Lanka2020-08-271-2/+0
|
* SERVER-49813 Update parseProtocolSet unit tests to include last-continuous ↵Jason Chan2020-08-271-12/+33
| | | | and last-lts
* SERVER-49168 made SYSLIBDEPS_PRIVATE type and switched lzma to use itDaniel Moody2020-08-275-8/+8
|
* SERVER-50227 Convert OpMsg integration test to use ClockSource instead of ↵Ben Caimano2020-08-271-12/+12
| | | | TickSource
* SERVER-49401 Extend OplogBufferCollection to support random accessMatthew Russotto2020-08-276-737/+334
|
* SERVER-50230 fix Coverity analysis defect 114677: Uninitialized scalar fieldBenety Goh2020-08-271-1/+1
|
* SERVER-32960 Make $mod always truncate divisor and remainder toward zeroNikita Lapkov2020-08-272-2/+49
|
* SERVER-49779 Create a log component for tenant migrationsJudah Schvimer2020-08-278-7/+8
|
* SERVER-50588 Fix builds with SSL disabledRyan Egesdahl2020-08-272-0/+4
| | | | | The previous commit which moved OCSPManager to ServiceContext didn't account for builds without SSL. This commit fixes that oversight.
* SERVER-49890: Create resharding oplog view on startup.Daniel Gottlieb2020-08-277-14/+91
|
* SERVER-50586 Collection validation should append the collection's namespace ↵Gregory Wlodarek2020-08-271-2/+2
| | | | to the output before any exceptions can be thrown
* SERVER-50274 Refactor update system LogBuilder interfaceIan Boros2020-08-2748-670/+1025
|
* SERVER-50264: Better FCV const correctnessLingzhi Deng2020-08-2712-27/+30
|
* SERVER-48523 Unconditionally check the first entry in the oplog when ↵Bernard Gorman2020-08-2719-457/+623
| | | | attempting to resume a change stream
* SERVER-49353 Refactor VectorClock's protected APIPierlauro Sciarelli2020-08-275-168/+101
|
* Import wiredtiger: 1fd34059ee6ad303fe1f0200fd799dcb290df277 from branch ↵Luke Chen2020-08-272-12/+59
| | | | | | | | | mongodb-4.6 ref: db08a6c645..1fd34059ee for: 4.5.1 WT-6593 Retry conflicting operations in test_rollback_to_stable10
* 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
|