Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-28022 Invalidate old IDs for moved system.namespaces records | Maria van Keulen | 2017-03-30 | 7 | -64/+102 |
| | | | | | | | | (cherry picked from commit b21ff4b1a89bf90a3cceee6961c75f8d10c733e6) Conflicts: src/mongo/db/storage/mmap_v1/catalog/namespace_details_collection_entry.cpp src/mongo/db/storage/mmap_v1/mmap_v1_database_catalog_entry.h | ||||
* | SERVER-27996 Invalidate stale system.namespaces record IDs | Maria van Keulen | 2017-03-30 | 2 | -1/+65 |
| | | | | (cherry picked from commit c8afd7bba3aec74e49ce3467cce386f1d3f9b92f) | ||||
* | SERVER-27930 Invalidate old index record IDs after renaming collections | Maria van Keulen | 2017-03-30 | 2 | -0/+46 |
| | | | | | | | (cherry picked from commit 08996a3fa199dd04f428c663e78239c07339e7e5) Conflicts: jstests/core/list_indexes_invalidation.js | ||||
* | SERVER-27164 do not upgrade dblock for replication, to avoid deadlock | Eric Milkie | 2017-02-15 | 1 | -3/+9 |
| | | | | (cherry picked from commit e876419bebadd6468c402e85e1fcf6eff5a374d4) | ||||
* | SERVER-27784 Remove httpget() from packager.py | Brian Samek | 2017-02-13 | 2 | -49/+7 |
| | |||||
* | SERVER-23959 Conditionally create a Windows job object in smoke.py. | Max Hirschhorn | 2017-02-13 | 5 | -21/+204 |
| | | | | | | | | | Changes smoke.py to (like resmoke.py) only create a job object if the Python process isn't already inside of one. This allows the Evergreen agent to create a job object for managing processes spawned by a task to ensure they are cleaned up reliably. (cherry picked from commit dd6acd3551dc9e409a863e517609f2509a0f87f7) | ||||
* | SERVER-27493 do not enforce oplog visibility hack for reverse cursors | Eric Milkie | 2017-02-06 | 2 | -8/+24 |
| | |||||
* | SERVER-21480: remove race condition in ttl1.js | Geert Bosch | 2017-01-25 | 1 | -6/+11 |
| | | | | (cherry picked from commit 56943a545ab503b11b747bb40779ab01be58766b) | ||||
* | SERVER-23316 Use shards from ShardingTest instead of querying config.shards ↵ | Dianna Hohensee | 2017-01-04 | 1 | -14/+9 |
| | | | | for balance_repl.js | ||||
* | SERVER-27568: Track mongo-perf master for microbenchmarks | dalyd | 2017-01-04 | 1 | -1/+1 |
| | | | | (cherry picked from commit 92766b801c36f985d4eca849d678f25c31d87068) | ||||
* | SERVER-27208: Additional general cleanup of perf.yml for 3.0 branch | dalyd | 2016-12-16 | 1 | -41/+51 |
| | | | | while updating release. | ||||
* | SERVER-27208: Updated 3.0 branch of microbenchmarks to use 3.0.14 as baseline | dalyd | 2016-12-15 | 1 | -1/+1 |
| | |||||
* | SERVER-27350: Enable access control for microbenchmarks in Evergreen | dalyd | 2016-12-15 | 1 | -9/+36 |
| | | | | | | (cherry picked from commit 84fbb58e741ee55e289cae7b05fc5f7fb1f5da7d) Also enabled enterprise build | ||||
* | SERVER-27208: Turn on manifest for microbenchmarks | dalyd | 2016-12-15 | 1 | -0/+1 |
| | | | | (cherry picked from commit aa54128b5fc533f50f9da8c401553e81fbba61b3) | ||||
* | SERVER-27208: Update microbenchmarks to use next mongo-perf release | dalyd | 2016-12-15 | 1 | -1/+1 |
| | | | | (cherry picked from commit c1c5fd96e11118d59b49b08061469806cb67cdb1) | ||||
* | SERVER-27358 Convert socket timeout to milliseconds to use in connect | samantharitter | 2016-12-12 | 1 | -1/+1 |
| | | | | (not cherry-picked) | ||||
* | SERVER-27240 Replace ConnectBG with poll | Jason Carey | 2016-12-08 | 1 | -56/+110 |
| | | | | | | | | | | | | It's unsafe to close a socket from another thread. Also, after returning EINTR, the connect call converts to an async call. And on non-linux systems that requires a fallback to poll/select to handle errors. Because of that, let's just do the connect without the background thread at all, starting off with poll. (cherry picked from commit a1baabeee5694aa8c4ffa1827233684d6c7fcc49) | ||||
* | SERVER-27151: update curator to latest release | Sam Kleinman | 2016-11-22 | 1 | -1/+1 |
| | | | | (cherry picked from commit 8d9e729fb81696d016e912604a466e8b81164b6b) | ||||
* | SERVER-23510 Fix index_retry and index_no_retry to not be timing based | Vincent Do | 2016-11-07 | 5 | -265/+213 |
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit a97efaa18399fa43bb2a66be204c9f433e71f50b) Additional changes on top of a97efaa18399fa43bb2a66be204c9f433e71f50b: - Included the changes from ff285b342fd98416a458a070f05e62c274028c89 to fix invalid write concerns. - Fixed the tests to get the pid using serverStatus(). - Worked around MongoRunner.EXIT_TEST not being defined. - Removed checks that the parallel shell exited with a non-zero return code. - Limited the scope of a WriteUnitOfWork to avoid an invariant failure. | ||||
* | Import wiredtiger: b1aab8db7d80e165d5da80aab0c0403772450997 from branch ↵r3.0.14 | Ramon Fernandez | 2016-11-03 | 6 | -14/+9 |
| | | | | | | | | | | mongodb-3.0 ref: a5c67bd..b1aab8db7d for: 3.0.14 SERVER-26889 Incorrect memory access on 3.0.13 triggers segmentation fault WT-2711 Change statistics log configuration options | ||||
* | SERVER-22823 Increase stability of authCommands.jsr3.0.13-rc0r3.0.13 | Spencer T Brody | 2016-10-24 | 1 | -7/+3 |
| | | | | (cherry picked from commit fb015882a981d69567946661df87cb7398ae12f1) | ||||
* | SERVER-24662 Remove PCRE 8.37 | Mark Benvenuto | 2016-10-14 | 145 | -127721/+0 |
| | |||||
* | SERVER-24662 Remove PCRE 8.36 | Mark Benvenuto | 2016-10-14 | 145 | -125436/+0 |
| | |||||
* | SERVER-24662 PCRE 8.39 Build Integration | Mark Benvenuto | 2016-10-14 | 6 | -4/+825 |
| | | | | (cherry picked from commit 55ba9db94c39b48c6c28ef6ca3aba45c11bfd74f) | ||||
* | SERVER-24662 PCRE 8.39 Source | Mark Benvenuto | 2016-10-14 | 124 | -0/+80789 |
| | | | | (cherry picked from commit 392cfc00de5695cadcf96ac5b2766fa9f0bf2df6) | ||||
* | SERVER-26564: update curator release | Sam Kleinman | 2016-10-14 | 1 | -1/+1 |
| | |||||
* | SERVER-17899 Assert on the appropriate stats when renaming a collection in ↵ | Charlie | 2016-10-13 | 1 | -2/+2 |
| | | | | | | core/rename7.js (cherry picked from commit fb9b70f1a6a9797f2637291a1c01412f0eb5b19a) | ||||
* | SERVER-24055 increase wtimeout in chaining_removal.js | Judah Schvimer | 2016-10-06 | 1 | -1/+1 |
| | | | | (cherry picked from commit 73836ed5ae3b91f2bdcd9c32e9f311482f22e4f3) | ||||
* | SERVER-20586 increase auth/repl.js timeouts to reduce flakiness | matt dannenberg | 2016-09-28 | 1 | -2/+2 |
| | | | | (cherry picked from commit d8b049bf3c7984af7bc7320208395b72a04905b8) | ||||
* | SERVER-26357 increase timeouts for test | Scott Hernandez | 2016-09-28 | 1 | -5/+6 |
| | | | | (cherry picked from commit ea52dcb4df4fac24d5d4c8e6b8f7a3664ed18560) | ||||
* | SERVER-23819 buildlogger client requests should use basic auth instead of ↵ | Jonathan Abrahams | 2016-09-09 | 1 | -3/+3 |
| | | | | | | digest auth (cherry picked from commit 333fd85fc8b2c4978416f5bc54570c536fce0363) | ||||
* | SERVER-25075 Limit BSONObj buffer size used by 2dsphere index. | Siyuan Zhou | 2016-09-08 | 1 | -2/+2 |
| | |||||
* | SERVER-25908: bump curator for improved reository layout | Sam Kleinman | 2016-09-06 | 1 | -1/+1 |
| | |||||
* | SERVER-25815: remove ubuntu1410 variant for v3.0 | Sam Kleinman | 2016-08-31 | 1 | -93/+0 |
| | |||||
* | SERVER-12048 Don't start mongod if pidfile exists | Brian Samek | 2016-08-29 | 1 | -0/+7 |
| | |||||
* | TOOLS-1268 don't use -X to set version | Gabriel Russell | 2016-08-25 | 1 | -2/+5 |
| | |||||
* | SERVER-22150 Multiversion download script now uses the feed ↵ | Jonathan Abrahams | 2016-08-25 | 2 | -78/+172 |
| | | | | https://downloads.mongodb.org/full.json | ||||
* | SERVER-25793: update curator release for push tasks | Sam Kleinman | 2016-08-25 | 1 | -1/+1 |
| | |||||
* | SERVER-25786 remove buildscripts/update-vendor-wiredtiger | Ramon Fernandez | 2016-08-24 | 1 | -55/+0 |
| | | | | (cherry picked from commit 73ccc56a58ed5a8253e5859e4f528c7dad451831) | ||||
* | SERVER-25672 use rhel62-large for mongo-perf compile task | Rui Zhang | 2016-08-22 | 1 | -1/+1 |
| | |||||
* | SERVER-24442: cleanup evergreen configuration around cleanup | Sam Kleinman | 2016-08-22 | 1 | -2/+2 |
| | |||||
* | SERVER-25594: push task to use latest version of curator | Sam Kleinman | 2016-08-16 | 1 | -1/+1 |
| | |||||
* | SERVER-22929 remove rollback4.js | Benety Goh | 2016-08-09 | 1 | -58/+0 |
| | | | | (cherry picked from commit 56b626fd661f09cb118a1a180902134f07f5fdb7) | ||||
* | SERVER-25499: move push tasks to more native distros | Sam Kleinman | 2016-08-09 | 1 | -6/+0 |
| | |||||
* | Import wiredtiger-wiredtiger-mongodb-3.0.9-19-ga5c67bd.tar.gz from ↵ | David Hows | 2016-08-08 | 10 | -96/+118 |
| | | | | | | | | | | | | | | | | wiredtiger branch mongodb-3.0 ref: 9cfe4e1..a5c67bd for: 3.0.13 WT-2139 LSM with read-uncommitted isolation, read after free WT-2313 sweep-server: conn_dhandle.c, 610: dhandle != conn->cache->evict_file_next WT-2434 Race between force-drop and sweep WT-2708 split child-update race with reconciliation/eviction WT-2725 WiredTiger hitting assert trying to free update list in MongoDB 3.0 WT-2733 Backport fixes for races between eviction and dead handle cleanup WT-2802 Transaction commit causes heap-use-after free WT-2804 Don't read values in a tree without a snapshot | ||||
* | SERVER-18739 finish post member state update action before signalling ↵ | Eric Milkie | 2016-08-04 | 1 | -2/+2 |
| | | | | finished follower mode | ||||
* | SERVER-25435: use repo aws key to publish repositories | Sam Kleinman | 2016-08-04 | 1 | -2/+2 |
| | |||||
* | SERVER-25424: upadate curator and fix configuration for rhel55 | Sam Kleinman | 2016-08-03 | 2 | -9/+4 |
| | |||||
* | SERVER-25408: update curator to support signing rpm repo metadata | Sam Kleinman | 2016-08-02 | 1 | -1/+1 |
| | |||||
* | SERVER-24699: bump curator pin and add support for signing with legacy key | Sam Kleinman | 2016-08-02 | 1 | -1/+2 |
| |