Commit Graph

35201 Commits

Author SHA1 Message Date
Robert Guo
f5c94de1ee SERVER-24625 monitor silent process exits on windows 2016-08-16 10:46:03 -04:00
Judah Schvimer
c911be4e42 SERVER-25125 Report initial sync progress in ReplSetGetStatus 2016-08-16 09:48:07 -04:00
dalyd
3fff4a07c4 SERVER-25580: New baseline for mongo-perf Q3 2016 2016-08-16 08:28:24 -04:00
dalyd
4ed7b20ad6 SERVER-22496: Add Aggregation performance task and update mongo-perf version 2016-08-16 08:28:24 -04:00
Kevin Pulo
512a1d57f6 SERVER-24914 SERVER-24915 improve getting cwd at server startup 2016-08-16 22:10:46 +10:00
Kaloian Manassiev
51fe71a416 SERVER-25602 Make split/mergeChunks commands check the validity of input 2016-08-16 08:03:41 -04:00
Kaloian Manassiev
0ba055e3c9 SERVER-25610 Signal last migration for a namespace after freeing the dist lock 2016-08-16 08:03:41 -04:00
Kaloian Manassiev
80801195df SERVER-18084 Add Grid::get(ServiceContext*) getter
Also removes some references to the static 'grid' instance.
2016-08-16 08:03:40 -04:00
Andrew Morrow
e668a59876 SERVER-25227 Be explicit about the target arm64 instruction set 2016-08-15 22:10:32 -04:00
Andrew Morrow
dacf1667d1 SERVER-25402 Fewer binaries depend on interpolated version info 2016-08-15 18:36:28 -04:00
Robert Guo
2114a082f9 SERVER-25567 c++14 builders should do debug builds 2016-08-15 17:55:42 -04:00
Robert Guo
a14e4f7447 SERVER-25575 dump shared memory 2016-08-15 17:49:26 -04:00
Judah Schvimer
a21fe737c6 Revert "SERVER-25125 Report initial sync progress in ReplSetGetStatus"
This reverts commit 10ff598752.
2016-08-15 17:04:34 -04:00
jianghua.yjh
4755dfd9e0 SERVER-25480 Remove unused MmapV1ExtentManager::printFreeList
Closes #1105

Signed-off-by: Kaloian Manassiev <kaloian.manassiev@mongodb.com>
2016-08-15 16:44:39 -04:00
Robert Guo
20db324b44 SERVER-25587 blacklist findAndModify_update_grow 2016-08-15 16:26:30 -04:00
Judah Schvimer
10ff598752 SERVER-25125 Report initial sync progress in ReplSetGetStatus 2016-08-15 15:48:08 -04:00
Judah Schvimer
5a728c7a8d SERVER-25440 Add failpoint to pause initial sync before it finishes 2016-08-15 15:48:08 -04:00
Brian McCarthy
93972d9c8a SERVER-25613 Lower num_jobs_available to 2 on Ubuntu 16.04 ppc64le 2016-08-15 15:46:40 -04:00
Spencer T Brody
25381b77e6 SERVER-23802 Shut down shard if it rolls back the shardIdentity document. 2016-08-15 15:31:48 -04:00
Jonathan Abrahams
97c2f0490b SERVER-25615 Remove Jepsen 150 second test for findAndModify 2016-08-15 15:31:11 -04:00
David Storch
e7b0ba5c67 SERVER-23093 avoid extra predicate evaluation for indexed collation-aware queries 2016-08-15 15:19:41 -04:00
Jonathan Abrahams
afef8d4e7c SERVER-24509 Jepsen tests for Linearizable reads 2016-08-15 15:19:42 -04:00
Benety Goh
9ce3e307d4 SERVER-25609 DataReplicator::_onDataCloneFinish should not set InitialSyncState status on cancellation 2016-08-15 15:15:35 -04:00
Brian McCarthy
8fe1f78034 SERVER-25378 Decrease -j value on zSeries builds 2016-08-15 14:45:34 -04:00
Benety Goh
1dce628499 SERVER-25611 fixed exception variable name in catchup.js 2016-08-15 14:19:07 -04:00
Carly Robison
6a1f506a5f SERVER-25509 make $replaceRoot an alias for DocumentSourceSingleDocumentTransformation 2016-08-15 13:43:15 -04:00
Mark Benvenuto
1f910deee8 SERVER-25517 PerfCounterCollection shouldn't use ErrorCodes::DuplicateKeyValue 2016-08-15 11:59:41 -04:00
Mark Benvenuto
ea024d2e81 SERVER-25539 Validate BinData private object 2016-08-15 11:59:40 -04:00
Judah Schvimer
d22cd69f51 SERVER-25589 increase awaitReplication() timeout in linearizable_read_concern.js 2016-08-15 11:49:38 -04:00
Adam Chelminski
df4248d69b SERVER-24146 Fix JSON.stringify regression, and add new "tostrictjson" shell util function for printing strict JSON 2016-08-15 10:52:24 -04:00
Adam Chelminski
9175ab505d SERVER-13367 Specialize operator<< for BSONType for std::ostream, LogstreamBuilder, and StringBuilder 2016-08-15 10:49:01 -04:00
Adam Chelminski
d19d5cdb3a Revert "SERVER-13517 Specialize operator<< for BSONType for std::ostream, LogstreamBuilder, and StringBuilder"
This reverts commit 0b2645558c.
2016-08-15 10:47:55 -04:00
Adam Chelminski
0b2645558c SERVER-13517 Specialize operator<< for BSONType for std::ostream, LogstreamBuilder, and StringBuilder 2016-08-15 10:45:12 -04:00
Jonathan Abrahams
4951ce3fdd SERVER-24691 Create task list from evergreen.yml when running burn-in suite 2016-08-15 10:21:52 -04:00
Jonathan Abrahams
dcaadaa68f SERVER-25115 emptycapped test command doesn't verify arguments 2016-08-15 09:17:32 -04:00
Andy Schwerin
c96009ecd4 SERVER-25574 Remove jstests/core/hashtest1.js which is replaced by src/mongo/db/hasher_test.cpp 2016-08-14 16:27:37 -04:00
Andy Schwerin
a200728270 SERVER-25573 Shrink hasher.h header file. 2016-08-14 16:27:37 -04:00
Andrew Morrow
bd66e1bdbc SERVER-25402 Add an option to not cache linked artifacts 2016-08-13 13:12:32 -04:00
Kaloian Manassiev
f210923e76 SERVER-25468 Fail commands scheduled through 'eval' which wait for replication 2016-08-13 08:09:56 -04:00
Kaloian Manassiev
72a469994c SERVER-25592 Remove unused writeConcern parsing done by auth commands 2016-08-13 08:09:55 -04:00
Benety Goh
f29f961b91 SERVER-25583 fixed DatabasesCloner::join() and shutdown() to always call join()/shutdown() on cloners and remote command scheduler 2016-08-12 18:33:10 -04:00
Siyuan Zhou
75a55b6778 SERVER-25550 Fix the race between simulateSuccessfulV1Voting and catch-up in unit test 2016-08-12 17:21:15 -04:00
Dianna Hohensee
e464e8855e Reverting incorrect patch commit for SERVER-24368
Revert "SERVER-24368 Unit tests for collection range deleter"

This reverts commit 347ed5e828.

Revert "SERVER-24067 remove unnecessary brace initializer"

This reverts commit 913c7213d2.
2016-08-12 17:16:52 -04:00
Sam Kleinman
a7158955bd SERVER-25595: missing repo-edition in ppc and s390x ubuntu1604 variant definitions 2016-08-12 17:14:37 -04:00
Sam Kleinman
f31fcde284 SERVER-25463: fix change to scons FS.py fix 2016-08-12 17:12:45 -04:00
Leon Zaruvinsky
347ed5e828 SERVER-24368 Unit tests for collection range deleter 2016-08-12 16:57:35 -04:00
Kyle Suarez
913c7213d2 SERVER-24067 remove unnecessary brace initializer 2016-08-12 16:57:35 -04:00
Kathleen Chen
7e55b1dd58 SERVER-25452 Copy jstests/hooks from mongo repository to the mongodb.tar in sys-perf 2016-08-12 16:54:10 -04:00
Matt Cotter
517f21d846 SERVER-25357 expose read concern setter for shell mongo object 2016-08-12 16:28:15 -04:00
Sam Kleinman
6adf7407a8 SERVER-25528: allow cache in release builds 2016-08-12 16:20:57 -04:00