summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-51187 Fix crash when calling yield() on CollectionPtr after restore ↵Henrik Edin2020-09-301-2/+5
| | | | left the instance with no collection pointer
* SERVER-51230 jstests which use shardingStatus's configServer response field ↵Kevin Pulo2020-09-306-8/+26
| | | | should wait for RSM updates
* Import wiredtiger: d881dc2d8ff4d82b8a2b6a50d4c388e2973b8561 from branch ↵Luke Chen2020-09-306-538/+559
| | | | | | | | | mongodb-4.6 ref: c5b552ac2e..d881dc2d8f for: 4.8.0 WT-6731 Prevent WT_RESTART from being returned to API calls
* SERVER-49434 Future::getAsync documentationBilly Donahue2020-09-301-3/+14
|
* SERVER-43457 Removing truncate workaround and related TODOLuke Pearson2020-09-301-12/+6
|
* SERVER-51203 More find subsystem tests for better SBE coverageJustin Seyster2020-09-304-0/+1917
| | | | This reverts commit c27100db0125e1792766497a428b28bef2a6135d.
* SERVER-50131 add tests for constructing Sorter from existing rangesBenety Goh2020-09-301-0/+166
|
* SERVER-49822 Add destined recipient to oplog entries from insertsAlex Taskov2020-09-308-23/+399
|
* SERVER-50131 make EncryptionHooks check in Sorter work with tests without ↵Benety Goh2020-09-293-8/+22
| | | | service context
* SERVER-50131 fix typo in Sorter::makeFromExistingRanges() invariant messageBenety Goh2020-09-291-1/+1
|
* SERVER-50572 Make initial sync clear and recover a tenant migration donor's ↵Jason Zhang2020-09-296-14/+211
| | | | in-memory state
* SERVER-50662 Handle large and non-finite doubles in FTDCMark Benvenuto2020-09-293-1/+61
|
* SERVER-50131 fix header includes and using directives in sorter_test.cppBenety Goh2020-09-291-46/+39
|
* SERVER-50118 Create oplog buffer iterator for reshardingRandolph Tan2020-09-298-12/+466
|
* SERVER-51195 Add last-continuous test cases to verify_versions_test.jsJason Chan2020-09-291-0/+10
|
* SERVER-50756 Add unoccupied storage space to dbStatsLouis Williams2020-09-2917-8/+91
| | | | | The dbStats command will return how much unoccupied storage space is being used for collections, indexes, and in total: freeStorageSize, indexFreeStorageSize, and totalFreeStorageSize.
* SERVER-49465 Added linker option and disabled use of BFD linker.Daniel Moody2020-09-291-1/+20
|
* SERVER-50415 rename waitInIsMaster failpoint to waitInHelloPavi Vetriselvan2020-09-296-18/+20
|
* SERVER-50418 wait for all exhaust streams to close before starting testsHuayu Ouyang2020-09-291-24/+12
|
* SERVER-51086 Extract collection diffing logic into separate utility.Max Hirschhorn2020-09-294-112/+271
| | | | | Adds separate DataConsistencyChecker.getDiff() function to allow comparing the contents of different collections.
* SERVER-50611 Relax assertion around number of elections in ↵Judah Schvimer2020-09-292-12/+26
| | | | priority_takeover_one_node_higher_priority.js
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-09-2914-85/+192
|
* SERVER-50916 use long long instead of uint64 for BSONLouis Williams2020-09-291-8/+8
|
* SERVER-48808 Oplog Fetching in MigrationServiceInstanceMatthew Russotto2020-09-299-10/+312
|
* SERVER-48808 Make dependency injection of OplogFetcherMock easier.Matthew Russotto2020-09-296-79/+86
|
* SERVER-50916 Add $operationMetrics aggregation stage to return resource ↵Louis Williams2020-09-298-8/+512
| | | | consumption metrics
* SERVER-50801 Rearrange resharding PrimaryOnlyService instances to be ↵Blake Oler2020-09-296-185/+207
| | | | forward-declared nested classes inside corresponding service classes
* SERVER-51054 construct multiversion download URLs manually for 4.7Robert Guo2020-09-292-3/+35
|
* SERVER-51171 Make sure replica set is completely started before ↵Milena Ivanova2020-09-291-8/+6
| | | | | | awaitNodesAgreeOnAppliedOpTime This fixes BF-18931
* SERVER-51101 Futurify ShardingMigrationCriticalSectionPierlauro Sciarelli2020-09-299-37/+56
|
* Revert "SERVER-51203 More find subsystem tests for better SBE coverage"Tommaso Tocci2020-09-294-1909/+0
| | | | This reverts commit c2d29de6dc0b2f0cb789427b73384fe5d60cdf5f.
* SERVER-48889 Make it so the critical section is never entered with UNKNOWN ↵Pierlauro Sciarelli2020-09-292-104/+97
| | | | shard version
* Import wiredtiger: c5b552ac2e781e3f146ffa8ad748d9aa090e0623 from branch ↵Luke Chen2020-09-297-186/+543
| | | | | | | | | | mongodb-4.6 ref: dc2383066e..c5b552ac2e for: 4.8.0 WT-6690 Add support for table import when the exported configuration is provided WT-6732 Fix post-task command noises in Evergreen task logs
* SERVER-50877 Coverity analysis defect 115362: Uninitialized scalar fieldSergi Mateo Bellido2020-09-291-1/+1
|
* SERVER-50866 SystemD unit should wait for network-online.targetRyan Egesdahl2020-09-292-2/+4
| | | | | | | | | | We were previously waiting for network.target, which does not actually mean the network interface will be up and have an IP address assigned. During some reboots, it's possible that mongod would start up before the network interface was fully online, and this caused startup failures if mongod was configured to listen on a specific IP address. Now we wait for network-online.target instead to ensure the IP address is available when mongod starts.
* SERVER-47327 Add composition member functions to StatusWithJacob Evans2020-09-292-0/+537
|
* SERVER-51197 auth_privilege_consistency.js requires FCV 4.7Sara Golemon2020-09-281-0/+2
|
* SERVER-48855 Parsing and CST building for find projectionJacob Evans2020-09-2812-5787/+6623
|
* SERVER-51203 More find subsystem tests for better SBE coverageJustin Seyster2020-09-284-0/+1909
| | | | | | Many of these tests were written during prototyping of SBE and check important edge cases for ensuring compatibility between SBE and the classic execution engine.
* SERVER-51169 Add a helper function to tenant_migration_util.js for running ↵Cheahuychou Mao2020-09-282-64/+94
| | | | donorStartMigration and retry on NotPrimary errors
* SERVER-48940 Make replication rollback clear and recover a tenant migration ↵Cheahuychou Mao2020-09-284-34/+385
| | | | donor's in-memory state
* SERVER-51082 Make MatchExpression lifetime independent of CSTNick Zolnierz2020-09-287-97/+126
|
* SERVER-51057: Test that getMore metrics are incremented in ↵XueruiFa2020-09-281-50/+10
| | | | server_status_metrics.js
* SERVER-50651 Replace occurrences of isMaster command with hello in sharding ↵Ali Mir2020-09-2819-70/+70
| | | | jstests
* SERVER-50651 Replace occurrences of isMaster command with hello in replsets ↵Ali Mir2020-09-2841-461/+469
| | | | jstests
* SERVER-50651 Replace occurrences of isMaster command with hello in ↵Ali Mir2020-09-2817-134/+151
| | | | noPassthrough jstests
* SERVER-48869 implement agg date expression operators in grammarGeorge Wangensteen2020-09-2811-2854/+6728
|
* SERVER-50783 Coverity analysis defect 116260: Unsafe assignment operatorDrew Paroski2020-09-281-0/+4
|
* SERVER-51167 Fix incorrect TypeTag in "sbe_coerce_to_string_test.cpp"Drew Paroski2020-09-281-1/+1
|
* SERVER-50615 Increase retries for _constructFromExistingSeedNode in ↵Samy Lanka2020-09-281-1/+1
| | | | replsettest.js