summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-23697: fix push task for windows 32bit variantr3.2.7-rc1r3.2.7Sam Kleinman2016-06-021-0/+1
|
* SERVER-23886 raise indexbg_drop.js timeout for building indexesEric Milkie2016-06-011-1/+1
| | | | (cherry picked from commit 5f7c803e8dba959e5da4135b76a1d1e05d75636d)
* Import wiredtiger-wiredtiger-2.8.0-209-g234b68b.tar.gz from wiredtiger ↵r3.2.7-rc0Michael Cahill2016-06-0119-147/+192
| | | | | | | | | | | | | branch mongodb-3.2 ref: 88b898e..234b68b SERVER-24306 40-second journaling stall from "log files prepared" to checkpoint WT-2559 Windows segfault in logging code WT-2560 Stuck trying to update oldest transaction ID WT-2613 Windows build failing with a C4100 error WT-2629 Introduction of ppc64le crc32c assembly file has made the stack executable SERVER-23954 WiredTiger changes for MongoDB 3.2.7
* SERVER-24298 add ensurePrimaryShard to csrs_upgrade_mongod_using_movechunk.jsEsha Maharishi2016-05-311-0/+5
|
* SERVER-24313 Acquire lock when RS backing KVCatalog isn't thread-safe.Max Hirschhorn2016-05-311-0/+13
| | | | | | | (cherry picked from commit 4f88b7bb4eaf82b2607dfe450120df6aa5e54f5e) Also acquires the resource lock in hasNoFeaturesMarkedAsInUse() when the storage engine doesn't support document-level concurrency.
* SERVER-23117 Remove path-level multikey information from the KVCatalog.Max Hirschhorn2016-05-2715-1/+300
| | | | | | | | | On start-up, if (a) the feature document exists in the KVCatalog, and (b) the bit for path-level multikey tracking is set, then we'll iterate through all of the collection metadata in the KVCatalog and remove the "multikeyPaths" elements from all the index metadata subdocuments.
* SERVER-23116 Skip over the feature document when listing all the idents.Max Hirschhorn2016-05-271-0/+5
| | | | (cherry picked from commit dbbb77673cc252517aa1222fed1981c5a12e89cd)
* SERVER-23116 remove pessimizing movesEric Milkie2016-05-271-2/+2
| | | | (cherry picked from commit 68d2943e7eebb0c969567f6435f71b39a336a1a2)
* SERVER-23116 Add versioning scheme to the KVCatalog.Max Hirschhorn2016-05-276-3/+932
| | | | | | | | | | | The feature document is inserted into the KVCatalog only after the first feature is enabled on the data files. (cherry picked from commit 77d99b27649d4f81302fde2cb7cd7f4967b9646c) This commit differs slightly from 77d99b27649d4f81302fde2cb7cd7f4967b9646c in order to handle the StatusWith<RecordId> returned by RecordStore::updateRecord().
* SERVER-23116 Change currentFilesCompatible() to return a Status.Max Hirschhorn2016-05-2710-38/+203
| | | | | | | | | (cherry picked from commit 07b62ebc131c720b29d3a76dabe950e3935fbcc1) Conflicts: src/mongo/base/error_codes.err src/mongo/db/db.cpp src/mongo/db/storage/mmap_v1/mmap_v1_database_catalog_entry.cpp
* SERVER-24280 Fix bind_ip 0.0.0.0 regressionAndreas Nilsson2016-05-271-0/+7
| | | | (cherry picked from commit 1898c4eac3124a6d32de1d2c13d7f6d05b1b538b)
* SERVER-23960 Add error message for index downgrade from 3.4 to 3.2Vincent Do2016-05-272-2/+9
| | | | (cherry picked from commit 869058314384c4c3c70760f51f5dd2f4ef3c9b31)
* SERVER-23982 - Add stdbool.h to WiredTiger SConscriptDavid Hows2016-05-271-0/+1
| | | | (cherry picked from commit 6b3bc95404ff8a47fc340497f60edfb1b386631c)
* SERVER-24199: build the tools gccgo on solarisSam Kleinman2016-05-261-0/+2
|
* SERVER-24260 Update system_perf.yml to use mongodb setup scriptShane Harvey2016-05-253-5/+11
| | | | (cherry picked from commit 65d8fd53c71270c58f3f14e13b4221e5c6c0358b)
* SERVER-24193: use gccgo to cross-compile 32-bit tool buildsSam Kleinman2016-05-251-1/+1
|
* SERVER-24193: move rhel55 targeted build to gccgoSam Kleinman2016-05-251-2/+2
|
* SERVER-24193: use gccgo to build tools on rhel55 systemsSam Kleinman2016-05-251-17/+9
| | | | (cherry picked from commit 8644fe41cc27f1052d602ce5980a95eb551833a9)
* SERVER-23043: fix backport of ubuntu 16.04 to parallel the ubuntu 14.04 test ↵Sam Kleinman2016-05-241-9/+9
| | | | list for 3.2
* SERVER-23585 Make CanonicalQuery outlive QuerySolutions in unit tests.Max Hirschhorn2016-05-241-3/+9
| | | | (cherry picked from commit f29ac715bf245cfc7f28718b6c1c24521439b22d)
* SERVER-23043: support for ubuntu1604 community and enterprise buildsSam Kleinman2016-05-242-3/+171
| | | | (cherry picked from commit 9811b7af764d0a38734d00cafd6397b4f32183f5)
* SERVER-24240 SERVER-17237 Suppress warnings with newer compilersAndrew Morrow2016-05-241-0/+6
|
* SERVER-24240 SERVER-23465 Make v3.2 branch compile cleanly on gcc 5.3.0Jonathan Reams2016-05-245-7/+18
| | | | (cherry picked from commit e23d3f76d1fa98106910ef91e13a1e41fd8a2a34)
* SERVER-23867 system_perf.yml: Refactor deployment of perf test clustersHenrik Ingo2016-05-243-20/+5
| | | | (cherry picks 821c2bb43c54c822e9f2b2b35768c3e2266a5050)
* SERVER-23089 fix style to appease 3.2 branch lintEric Milkie2016-05-231-1/+1
|
* SERVER-24258 Remove invalid assertion from csrs_upgrade_set_shard_version.jsSpencer T Brody2016-05-231-6/+3
|
* SERVER-23089 ensure first sync is interrupted in repl5.jsEric Milkie2016-05-231-3/+6
| | | | (cherry picked from commit 3124f8f7457abd7223356f95974f3628a8ee922f)
* SERVER-24050: Update perf.yml to create src directory for analysis phase of ↵dalyd2016-05-231-0/+1
| | | | | | perf project (cherry picked from commit 0ae4fb568aa6472a6030fd83a86fb2965d472095)
* SERVER-24228: Change ycsb to YCSB in sytem_perf.yml moduledalyd2016-05-201-3/+3
| | | | (cherry picked from commit 17fe3ba0b0e2300b87ce8987551e5eb7fbb9ef3a)
* SERVER-23697 Release shell as separate downloadErnie Hershey2016-05-191-1/+84
| | | | (cherry picked from commit ea4c4f51d49236e44272bf8f13ef63ae6b93f5ec)
* SERVER-23557: add debug symbols to more variantsSam Kleinman2016-05-181-2/+7
| | | | (cherry picked from commit 4241beaae04b38b3cd5163a715f516c771fb2d0b)
* SERVER-24054 JS segfault on load of certain nansJason Carey2016-05-185-11/+56
| | | | (cherry picked from commit 35443b806c8050416e76040e0604da8c9acd3c74)
* SERVER-23428 Make setShardVersion trigger CSRS upgrade if it provides a CSRS ↵Spencer T Brody2016-05-187-15/+116
| | | | connection string
* TOOLS-1144 pull the stable tools branch instead a tagGabriel Russell2016-05-171-1/+1
|
* SERVER-24116 fix KeyString's parsing of strings with leading nullRobert Guo2016-05-162-1/+9
| | | | (cherry picked from commit 6a0904bd38a2deb2de127865943d57ca7cfa6927)
* SERVER-24117 Force the stack to always be non-executableAndrew Morrow2016-05-161-0/+11
| | | | | | | Also, warn if the stack would have been executable if we hadn't forced it not to be, so we can find and correct broken assmbley source files. (cherry picked from commit 23c5d7e44c5447769a46e6d4e10ae6237e8de5fd)
* SERVER-24062 Pull CA certificates from correct source on OSXJonathan Reams2016-05-162-25/+8
| | | | (cherry picked from commit 32d272af6b8fea1bbbe477c28e1cd8a61f136da4)
* SERVER-22198 resmoke.py should obey order of tests specified via command lineMike Grundy2016-05-163-1/+18
| | | | (cherry picked from commit e7e0ef104b8266d0dbd786c8bb4e8e8b77c8f0e6)
* SERVER-24004 move serverStatus() into try block in ↵Judah Schvimer2016-05-161-1/+1
| | | | | | reconfig_without_increased_queues.js (cherry picked from commit 76a5e948d538c1afcce38ad8377d55765b8e63c0)
* SERVER-24084 Gracefully handle errors inside ↵Randolph Tan2016-05-101-1/+11
| | | | | | ReplicationCoordinatorExternalStateImpl::recoverShardingState (cherry picked from commit 718c5c01597163288730617ea534bf3a0b3dc325)
* SERVER-23491 set_majority_read_and_write_concerns.js doesn't work for updatesMike Grundy2016-05-102-9/+37
| | | | | | | (cherry picked from commit 19d3e69975d32bf8f358aafe4067d578a4bf4440) Conflicts: buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml
* SERVER-24058 make connpool asio use setup timeoutsJason Carey2016-05-103-4/+11
| | | | | | | We were ignoring passed setup timeouts, which caused connection acquisition to hang forever in connect if the other side didn't accept or refuse a connection. (cherry picked from commit ca2702ed79eb5f2fe5169495557a10d0b68fd0c0)
* SERVER-23570 Make SecureAllocator a real allocatorJason Carey2016-05-1010-25/+333
| | | | | | Also adds SecureT, a wrapper proxy for newing objects on the secure heap. (cherry picked from commit 6d7be60bbbf5a6be21c57398ab8616c4241b50a7)
* SERVER-18783 Remove PCRE 8.37Mark Benvenuto2016-05-09145-127721/+0
| | | | (cherry picked from commit ae56b5878c0b3bd403dab05c4337253bbfe8d35f)
* SERVER-18783 Remove PCRE 8.36Mark Benvenuto2016-05-09145-125436/+0
| | | | (cherry picked from commit 4b901c8b2a7fe2b99de1d88ad509af7d98385658)
* SERVER-18783 PCRE 8.38 Build IntegrationMark Benvenuto2016-05-095-1/+822
| | | | (cherry picked from commit e64627181c51a349e3eeff4dfe480a7d76de90e8)
* SERVER-18783 PCRE 8.38 SourceMark Benvenuto2016-05-09124-0/+79618
| | | | (cherry picked from commit b1f64162204c6bd9489ab1c0ecc0533a005f1f70)
* SERVER-18783 PCRE 8.38 Import ScriptMark Benvenuto2016-05-091-0/+72
| | | | (cherry picked from commit 7d870a7b8e921c81bb4c7d78e49774cfecf7fe67)
* SERVER-24022: fix dir path for DSI testsChung-Yen Chang2016-05-091-1/+1
| | | | (cherry picked from commit 116e6519a8c10de5be6ee3e617f42541bd113002)
* SERVER-23964: Clone all DP repos directly from Evergreen using modulesdalyd2016-05-091-43/+76
| | | | | | | | (cherry picked from commit 860de6296a9b6da76c3938ab2bc367fe2db5f976) SERVER-23964: Missed paths in system-perf.yml (cherry picked from commit 1bc99c07586839bffbdae6251f1b528a020ba9bf)