summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-32460 platforms upgrade/downgrade workJason Carey2018-01-1914-244/+3
|
* SERVER-32288 Add isAssignedShardKey field to CollectionTypeRandolph Tan2018-01-193-1/+62
|
* SERVER-32690 Fix invariant failure in agg renamed paths optimization.David Storch2018-01-193-4/+39
|
* SERVER-32520 Add VPC support for launching AWS EC2 instancesEddie Louie2018-01-193-3/+58
|
* SERVER-32774 ensure change_streams_secondary_reads has votingKevin Albertson2018-01-191-0/+7
| | | | secondaries
* SERVER-31785 Use 2 shards in sharded jscore passthrough.Charlie Swanson2018-01-1979-628/+846
|
* SERVER-32778 do not eagerly tojson in shell assertionsKevin Albertson2018-01-191-13/+21
|
* SERVER-32788 Update "secondary performance" sysperf test to use nonvoting ↵Henrik Ingo2018-01-191-2/+4
| | | | secondaries
* SERVER-28923 Add stats for retryable writesJack Mulrow2018-01-188-0/+334
|
* SERVER-31452 run fuzzer with shard stepdownsKevin Albertson2018-01-181-7/+3
|
* Revert "SERVER-30347 Fail startup when running wiredTiger with --nojournal ↵Vesselina Ratcheva2018-01-187-308/+376
| | | | | | as part of a replica set" This reverts commit 35c44dbd37c0167cc07420c8ea286ad6edfac7ff.
* SERVER-32738 Add --ssl-provider build optionSara Golemon2018-01-181-19/+51
|
* SERVER-32606 Oplog read time may only decrease during rollbackGeert Bosch2018-01-181-1/+4
|
* SERVER-32260 Call workload_setup.py from system_perf.yml and longevity.ymlHenrik Ingo2018-01-182-0/+2
|
* SERVER-32284 rename ReplicationCoordinator::reserveSnapshotName() to ↵Benety Goh2018-01-1710-12/+13
| | | | getMinimumVisibleSnapshot()
* SERVER-32284 remove unused last snapshot support from ReplClientInfoBenety Goh2018-01-173-13/+2
|
* SERVER-32506 OSX Mobile SE variant: Tag tests to skip on mobile SESulabh Mahajan2018-01-1813-0/+156
|
* SERVER-32284 ReplicationCoordinatorImpl::_doneWaitingForReplication_inlock() ↵Benety Goh2018-01-172-7/+4
| | | | always assumes null minSnapshot
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-1772-626/+390
|
* SERVER-32684 Make mongos write command objects hold Status directlyMathias Stearn2018-01-1732-485/+324
|
* SERVER-32673 Make WorkingSetCommon::buildMemberStatusObject handle ↵Mathias Stearn2018-01-174-11/+12
| | | | ErrorExtraInfo
* SERVER-32587 Convert StaleConfigException to use ErrorExtraInfoMathias Stearn2018-01-1726-210/+176
|
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-1730-898/+594
|
* SERVER-32507 Mobile SE: Include more suites in evergreen variantnehakhatri52018-01-1841-8/+50
| | | | | Included the suites noPassthrough and noPassthroughWithMongod in Mobile SE evergreen variant. Excluded some of the failing jstests from the suites.
* SERVER-32683 JS JIT off by defaultJason Carey2018-01-173-6/+18
| | | | Turn off the spidermonkey jit by default.
* SERVER-32284 ReplicationCoordinatorImpl::_awaitReplication_inlock() always ↵Benety Goh2018-01-172-6/+4
| | | | assumes null minSnapshot
* SERVER-30818 Cleanup comments in background.hWilliam Schultz2018-01-171-1/+2
|
* SERVER-32284 remove ReplicationCoordinator::awaitReplicationOfLastOpForClient()Benety Goh2018-01-175-35/+2
|
* SERVER-21630 run CheckReplDBHash on csrs and shard replsetKevin Albertson2018-01-1718-92/+251
| | | | And run ValidateCollections hook on priority=0 secondaries.
* SERVER-30818 Add function to await background operations on multiple databasesWilliam Schultz2018-01-172-0/+17
|
* SERVER-31628 Always use a python virtualenv in etc/evergreen.ymlEddie Louie2018-01-163-87/+116
|
* Import wiredtiger: 357efdd4ce279efc71ff618c59fe1b903ef80bb2 from branch ↵Luke Chen2018-01-1789-983/+2887
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mongodb-3.8 ref: 9e50448231..357efdd4ce for: 3.7.2 WT-3565 Test and understand mixed timestamp/no-timestamp usage to same data WT-3597 Add a diagnostic check for updates to the same key out of timestamp order WT-3632 Increase how granularly cache usage settings can be configured WT-3695 format failed to report a stuck cache WT-3740 race in page dirty-byte decrement. WT-3767 Avoid lookaside instantiation for faster reads WT-3775 Improve commit timestamp is older than oldest timestamp error message WT-3792 LSM version 1 metadata incompatibility WT-3796 Report a better error message if transaction commit fails WT-3799 Test/format with timestamps enabled pin cache full WT-3809 Fix a bug in lookaside related to birthmarks WT-3811 Python scripts for visualizing operation tracking files WT-3818 __rec_txn_read() code order cleanup WT-3825 Fix calculation of CPU ticks per unit time WT-3826 random-abort test failure WT-3827 test_compact02 failure WT-3828 Link error on OS/X for __wt_process data reference WT-3831 uninitialized buffer value in statlog server path comparison WT-3832 Fixup shell script warning messages WT-3833 test/format cache_minimum value error WT-3841 Fix error message pattern in timestamp09 WT-3842 full-build Friday & lint WT-3844 Checkpoints can hang on limbo pages WT-3845 Compiler warning in examples using GCC 5.4.0
* SERVER-30744 Move dropCollection logic from ShardingCatalogClient into ↵Kaitlin Mahar2018-01-1610-199/+199
| | | | ShardingCatalogManager
* SERVER-32284 collMod waits for UUID schema changes using ↵Benety Goh2018-01-161-2/+6
| | | | ReplicationCoordinator::awaitReplication() instead of awaitReplicationOfLastOpForClient()
* SERVER-32447 Add a mock CatalogCache::getCollectionRoutingInfoAt methodKaloian Manassiev2018-01-162-5/+27
| | | | | The added method always returns the routing information at the latest timestamp.
* SERVER-32317 Make sharding chunk manipulation operations use doTxn instead ↵Siyuan Zhou2018-01-163-33/+33
| | | | of applyOps
* SERVER-30347 Fail startup when running wiredTiger with --nojournal as part ↵Vesselina Ratcheva2018-01-167-376/+308
| | | | of a replica set
* SERVER-32070 remove stdx::bind (final patch)Billy Donahue2018-01-162-20/+12
|
* SERVER-29200 remove references to OplogEntry::raw from MultiApplierBenety Goh2018-01-161-6/+0
|
* SERVER-32726 Fix out-of-order error code in update_driver.cppMatthew Russotto2018-01-163-3/+3
|
* SERVER-29200 migrate SyncTail::getMissingDoc() and ↵Benety Goh2018-01-165-44/+77
| | | | fetchAndInsertMissingDoc() to accept OplogEntry instead of BSONObj
* SERVER-29200 add OplogEntry::getOperationToApply()Benety Goh2018-01-167-45/+103
| | | | remove references to OplogEntry::raw from rollback, prefetchPagesForReplicatedOp() and SyncTail
* Revert "SERVER-32308: Add the ability for a $lookup stage to execute on ↵Nick Zolnierz2018-01-1627-2772/+2114
| | | | | | mongos against a sharded foreign collection" This reverts commit 7298d273c0497f2720ec1471ad0f4910bff07af4.
* SERVER-32161 MongoDB 3.2+ fails to compile on PPC64LE with glibc 2.26+Mark Benvenuto2018-01-161-1/+0
|
* SERVER-32649 WiredTiger fails on non-x64 builds of new GCCMark Benvenuto2018-01-161-1/+2
|
* SERVER-31335 fix assert in retryable_writes_mmapKevin Albertson2018-01-161-2/+2
|
* SERVER-32646 CommandHelpersBilly Donahue2018-01-16151-1171/+1300
|
* SERVER-29200 add OplogEntry::getRawObjSizeBytes()Benety Goh2018-01-164-19/+23
| | | | remove references to OplogEntry::raw from SyncTail::OpQueue and InitialSyncer
* SERVER-29423 Prevent the balancer policy from scheduling migrations with the ↵Kaloian Manassiev2018-01-166-164/+236
| | | | same source or destination
* SERVER-32614 Remove usage of non-threadsafe strptime()Yves Duhem2018-01-161-11/+13
|