summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-24773 _applyOplogUntil checks for shutdown while trying to pop from ↵r3.2.8-rc0Judah Schvimer2016-07-051-0/+4
| | | | | | network queue (cherry picked from commit 08ee223880898fc2153cf4eedc124fc2e4dfc133)
* SERVER-24711 properly timeout asio connectionsMatt Cotter2016-06-303-1/+55
| | | | | | | ASIO Connections that have already timed out before setup now result in timeouts instead of invariants. (cherry picked from commit 587afac9ca7ff084aeb8bf74e98ecb9688b3afdb)
* SERVER-23126 Check result of connect when constructing DBClient from MongoURIJonathan Reams2016-06-303-1/+18
| | | | (cherry picked from commit 85e60b54d73f185113575bdcb82f691471e12478)
* Import wiredtiger-wiredtiger-2.8.0-219-gf4954f6.tar.gz from wiredtiger ↵Ramon Fernandez2016-06-2832-377/+639
| | | | | | | | | | | | | branch mongodb-3.2 ref: a6a64e9..f4954f6 SERVER-24580 Performance is poor when WiredTiger cache is full WT-2672 Handle system calls that don't set errno WT-2696 Missing log records with large updates WT-2702 Under high thread load, WiredTiger exceeds cache size WT-2708 split child-update race with reconciliation/eviction WT-2729 Focus eviction walks in largest trees
* SERVER-21977 Add patch id to version string in patch buildsJonathan Reams2016-06-281-6/+25
| | | | | | | (cherry picked from commit 82c824265264d21c14de848311fed36f987852c1) Conflicts: etc/evergreen.yml
* SERVER-24582 handle errors in asio closeJason Carey2016-06-241-1/+7
| | | | (cherry picked from commit b370d7ef98005a32ae9534a7a4f62fb7539ab85d)
* SERVER-23930 Ensure new shard is available in the ShardRegistry after addShardKaloian Manassiev2016-06-243-37/+36
|
* Revert "SERVER-23930 Ensure new shard is available in the ShardRegistry ↵Kaloian Manassiev2016-06-243-36/+37
| | | | | | after addShard" This reverts commit 13b915aac8cbdceb4fee6b972dbd821003d9d5e2.
* SERVER-23930 Ensure new shard is available in the ShardRegistry after addShardKaloian Manassiev2016-06-243-37/+36
| | | | Backported commit c2538292d6e731366b8c53cd04efe3a035738ab9.
* SERVER-24194 - Backport, change the dropAllQueued loop to avoid duplicating ↵David Hows2016-06-243-36/+36
| | | | work over many threads
* Revert "SERVER-21977 Add patch id to version string in patch builds"David Hows2016-06-241-25/+4
| | | | This reverts commit d3c81ef49f77a0bae5e0ebe9dd002df98348c8f2.
* SERVER-24690 increase timeoutEric Milkie2016-06-221-1/+1
| | | | (cherry picked from commit 49dada71581c63ea994991a5692a1bb7cfdb7186)
* SERVER-24432 Add find on local.sources to clusterMonitorAndreas Nilsson2016-06-221-0/+4
| | | | (cherry picked from commit ce22832310994048040faea2cd6895975dc4c3c5)
* SERVER-22723 Remove unused cappedOK argument from Collection::deleteDocumentGeert Bosch2016-06-223-5/+6
| | | | (cherry picked from commit 64bdc59ebc42b502ed76bf215048df0082de6060)
* SERVER-22723 Don't try to support copying collections with duplicate idsGeert Bosch2016-06-221-1/+1
| | | | (cherry picked from commit 9421c0fc601a8f3ac9bbfb8ab5a5bbae88645a01)
* SERVER-24588 Don't abandon SCons Configure object in WT SConscriptAndrew Morrow2016-06-221-6/+7
| | | | (cherry picked from commit ae388b954d20caa224b136d7aaf18241abc6b2b5)
* Import wiredtiger-wiredtiger-2.8.0-210-ga6a64e9.tar.gz from wiredtiger ↵David Hows2016-06-224-13/+26
| | | | | | | | | branch mongodb-3.2 ref: 234b68b..a6a64e9 WT-2646 Split the lock_wait flag into two, adding a checkpoint_wait flag SERVER-24428 WiredTiger changes for MongoDB 3.2.8
* SERVER-24700 fix erroneous curop assumption in stepdown_kill_other_ops.jsEric Milkie2016-06-211-2/+3
| | | | (cherry picked from commit 19f74551c4289c83e2c5aa3dc041255bf4587d8a)
* SERVER-24690 wait for replication before shutting down in backup_restore.jsEric Milkie2016-06-211-0/+4
| | | | (cherry picked from commit 816f0eae4ec35605b0ee10ccb80d79d0bef49e5b)
* SERVER-24639 blacklist an FSM workload that contains background indexes, to ↵Eric Milkie2016-06-211-0/+1
| | | | | | avoid backup_restore.js from fasserting when shutting down (cherry picked from commit 54d157aebd4bd9a3ab74b66ee2390c75a910c670)
* SERVER-21977 Add patch id to version string in patch buildsJonathan Reams2016-06-211-4/+25
| | | | | | | (cherry picked from commit 82c824265264d21c14de848311fed36f987852c1) Conflicts: etc/evergreen.yml
* SERVER-24031 Prevent cleanupOrphaned from starting if a migration is running.Dianna Hohensee2016-06-213-45/+84
|
* SERVER-24424 use ReplSetTest.add and reInitiate (instead of rs.add) to ↵Benety Goh2016-06-211-72/+32
| | | | manage third replica set node in initial_sync2.js
* SERVER-24201 jsTest.authenticateNodes doesn't handle temp network errorsJonathan Abrahams2016-06-212-1/+21
|
* SERVER-24669 Use configuration files for mongodb_setupShane Harvey2016-06-213-6/+18
| | | | (cherry picked from commit 9eca478fd64092c95162993454fffa688837f5a2)
* SERVER-24211 Add OOM killed process messages to system logJonathan Abrahams2016-06-211-0/+51
| | | | (cherry picked from commit 5e26352a654193b3d323b8cb1bac54d41ea03765)
* SERVER-23780 Remove multi_host_query_test.Andy Schwerin2016-06-202-708/+0
|
* SERVER-24555: make compilation_db compatible with scons 2.4Austin Steady2016-06-171-2/+3
| | | | | Signed-off-by: Sam Kleinman <samk@10gen.com> (cherry picked from commit 737d557b1729d8d6c2892832b75630f045787ec1)
* SERVER-24409: generate dashboard dataChung-Yen Chang2016-06-171-3/+12
|
* SERVER-22422 ShardingTest passes rsSettings to ReplSetTestJudah Schvimer2016-06-171-1/+4
|
* SERVER-24456 Tests should lower RocksDB cache sizeMike Grundy2016-06-163-4/+18
| | | | (cherry picked from commit dbbad24bfbc6d391dffe5902977431d90201db3b)
* SERVER-22204 Tests should lower WT cache sizeMike Grundy2016-06-166-0/+23
| | | | | | | | (cherry picked from commit dd3d9e3077094a7a19943c8973175725276348db) Conflicts: etc/evergreen.yml src/mongo/shell/utils.js
* SERVER-23761 make MMAP engine clear collation feature bit when possibleDavid Storch2016-06-168-2/+136
| | | | This is analogous to b968ee2da9, but for the MMAPv1 storage engine.
* SERVER-20183 Change tools to Evergreen moduleErnie Hershey2016-06-151-49/+88
| | | | (cherry picked from commit 6d87562b81fddc606d0808bf08c814735f78946d)
* SERVER-24369: Accept OpenSSL FIPS error message from Ubuntu 16.04Spencer Jackson2016-06-151-1/+4
|
* SERVER-24316 Add lock conversion cancellation unit-testKaloian Manassiev2016-06-152-1/+37
| | | | | | This change adds a unit-test to ensure that upgrade from 'weak mode' to 'strong mode' preserves the grant counts correctly. It also tightens the assertions around lock mode conversion.
* SERVER-23761 make KVCatalog engines clear the NR feature bit for collation ↵David Storch2016-06-139-1/+134
| | | | | | | | | when possible On startup, if the collation feature bit is set, we traverse the metadata stored in the KVCatalog. If no collation metadata exists on a collection or index, then we clear the feature bit and start up successfully.
* SERVER-18329: fix backport of debian8 to match package listsSam Kleinman2016-06-131-4/+4
|
* SERVER-18329: add debian8 packages to buildsSam Kleinman2016-06-133-16/+26
| | | | (cherry picked from commit 5495e297c683a92da95cd6a6420dde99ad751df7)
* SERVER-7285 SERVER-18329: add service file for debian packagesSam Kleinman2016-06-131-0/+12
| | | | (cherry picked from commit 6f01e1c7555e39e3618953c3fc0a5c5c216be09b)
* SERVER-22413: add build variants for debian 8 variantsSam Kleinman2016-06-131-0/+166
| | | | (cherry picked from commit 9fcd7ecc1f5e8881e0fd65ae3d732101b56fab10)
* SERVER-24441 Avoid creating points near the poles in geo_full.js.Max Hirschhorn2016-06-101-2/+5
| | | | (cherry picked from commit 3ee21ae53b1aedf0820e627f37cf502871e7a0d2)
* SERVER-23686 Handle race condition in ThreadPoolTaskExecutor shutdown logic.Andy Schwerin2016-06-094-6/+76
| | | | | | | | | | Some implementations of NetworkInterface, particularly NetworkInterfaceMock, cannot be shut down before the ThreadPool used by the ThreadPoolTaskExecutor, leaving a race between shutting down the pool and scheduling the final completed network operations into the pool. The workaround is to let the ThreadPoolTaskExecutor's join() method execute any operation callbacks that get left behind in this scenario. The safety argument is described in a comment in the code.
* SERVER-24466 ReplSetTest getPrimary() now only returns when there is one primaryJudah Schvimer2016-06-091-1/+9
| | | | (cherry picked from commit 2559d31fe46d0cbabe19b7084cadd438f3e13d33)
* SERVER-23643 gate state transitions in replsetprio1.jsEric Milkie2016-06-091-1/+4
| | | | (cherry picked from commit e96179ba85ae580b3b75bc17e863aba6363319d3)
* SERVER-23853 replsetprio1.js should wait for replication before stopping ↵Benety Goh2016-06-091-0/+3
| | | | | | highest priority node (cherry picked from commit 218ded6589ec11ad157812e369c8785e20670f6a)
* SERVER-24224 Print ulimit in system logs at start of taskJonathan Abrahams2016-06-081-0/+8
| | | | (cherry picked from commit a164d4c7ec72d1d1dd0914c7a2dbac9f39413ac7)
* SERVER-23741 Use MongoRunner.runMongoTool() to run tools from JS tests.Max Hirschhorn2016-06-0715-240/+336
| | | | | | | | | | | | Changes all usages of runMongoProgram(<mongo tool>, ...) to MongoRunner.runMongoTool(<mongo tool>, {...}) to take advantage of the --dialTimeout command line option supported by the mongo tools. Adds support for specifying positional arguments to MongoRunner.runMongoTool() in order to support all invocations of the bsondump and mongofiles tools. (cherry picked from commit 01dfe61a6c03307f0384406bfbde486f8de15425)
* SERVER-23742 use dialTimeout with supported tools versionsGabriel Russell2016-06-072-2/+39
| | | | (cherry picked from commit e7ab7280a24eb71f6915feb30f44050a54322a81)
* SERVER-24301 increase mmapv1 max journal size on debug buildsRobert Guo2016-06-071-4/+6
| | | | (cherry picked from commit 94bb6ab212c5f0baf67e7aff167fbf5c54db0637)