0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
Commit Graph

34658 Commits

Author SHA1 Message Date
Ernie Hershey
b68339f58d SERVER-23830 Remove hardcoded pidfile path in init script header
This is a small change, the only affect of which is that systemd's
sysvinit compatibility implementation stops assuming this value for
the pidfile on rhel 7 and detects the pid automatically. For SUSE,
there's a separate init.d script. For non-systemd systems, the init
script parses mongod.conf for the pidfile.
2016-07-13 12:45:09 -04:00
Benety Goh
a14e021f68 SERVER-25037 ReplicationCoordinatorImpl should create DataReplicator to perform initial sync on demand 2016-07-13 12:24:49 -04:00
Spencer T Brody
8ea795c3be SERVER-24817 Separate out logic for loading cluster ID and accessing it 2016-07-13 11:39:22 -04:00
Benety Goh
ff285b342f SERVER-25035 fixed incorrect write concern in tests 2016-07-13 11:24:06 -04:00
Jason Carey
799100121f SERVER-24162 Add missing dep edge to sep utils
service_entry_point_utils needs service_context
2016-07-12 21:17:56 -04:00
Samantha Ritter
c263ce1f95 SERVER-24162 Integrate TransportLayer
Expand the transport layer as needed to replace uses of abstract message port for ingress
networking.
2016-07-12 18:38:37 -04:00
Esha Maharishi
dead3cf8b4 SERVER-25003 fix lint 2016-07-12 18:11:34 -04:00
Spencer T Brody
1cbfebd102 SERVER-24335 Make shell sharding helpers use wtimeout in their write concerns 2016-07-12 17:39:49 -04:00
Sam Kleinman
9425544a47 SERVER-24820: remove bashism from push task definition 2016-07-12 17:33:07 -04:00
Esha Maharishi
7f10cd5b17 SERVER-25003 fix for config_server_catalog_test 2016-07-12 16:54:34 -04:00
Benety Goh
82f742e09d SERVER-24926 fixed invalid write concern to BulkOp.execute() in replset8.js 2016-07-12 16:43:20 -04:00
Jess Fan
907ed32a3a SERVER-24732 add Shard::runBatchWriteCommand that checks BatchedCommandResponse 2016-07-12 15:56:14 -04:00
Charlie Swanson
d846997c27 SERVER-16910 Remove assumptions about order of results in sorth.js 2016-07-12 15:36:04 -04:00
Kaloian Manassiev
d6bc531aee SERVER-24721 Make DistributionStatus include the collection namespace 2016-07-12 15:21:33 -04:00
Kaloian Manassiev
b00b3fe08a SERVER-24609 Enable jumbo1.js in the continous stepdown suite 2016-07-12 15:21:32 -04:00
Esha Maharishi
638e2163eb SERVER-25003 load clusterId into memory on config server transition to primary if needed 2016-07-12 15:11:40 -04:00
Judah Schvimer
72d7a5572f SERVER-24997 Ignore CannotIndexParallelArrays errors during initial sync 2016-07-12 14:33:14 -04:00
Judah Schvimer
560c91cdeb SERVER-24997 create CannotIndexParallelArrays error code 2016-07-12 14:33:14 -04:00
Benety Goh
b675e2e962 SERVER-24926 replset8.js - additional assertions to check bulk operations 2016-07-12 13:50:31 -04:00
Andrew Morrow
d256c702a9 SERVER-24849 Vendor SCons 2.5.0 2016-07-12 13:30:05 -04:00
Dianna Hohensee
0e9da86226 Revert "SERVER-24532 adding MigrationManager to manage parallel migrations"
This reverts commit 2155b293ea.
2016-07-12 13:01:53 -04:00
Andrew Morrow
84139e7e34 SERVER-24988 Re-license useful SCons utilities as Apache 2016-07-12 11:23:55 -04:00
Benety Goh
d54798452c SERVER-24945 DataReplicator no longer shares task executor with ReplicationCoordinatorImpl 2016-07-12 11:14:22 -04:00
Jonathan Reams
dd0165b595 SERVER-22383 Do not throw in shell if no database is specified in MongoURI 2016-07-12 10:20:12 -04:00
Jonathan Reams
51c85731b8 SERVER-13956 Enable build-id on all clang/gcc versions that support it 2016-07-12 10:19:27 -04:00
Benety Goh
dd937158a3 SERVER-24945 DataReplicator uses single task executor 2016-07-12 10:15:50 -04:00
dalyd
fff83703bc SERVER-24073: Updated longevity project to use dedicated work directory 2016-07-12 10:06:15 -04:00
Andrew Morrow
17dcc253c2 SERVER-23103 Split several libraries out of db/serveronly 2016-07-11 23:39:50 -04:00
Brian McCarthy
47f77e360b SERVER-24642 Add SLES 12.1 zSeries build variant
Signed-off-by: Ernie Hershey <ernie.hershey@10gen.com>
2016-07-11 16:58:34 -04:00
Benety Goh
c77bca6587 SERVER-24945 converted DataReplicator to use TaskExecutor 2016-07-11 16:36:13 -04:00
Kaloian Manassiev
00b10cc9d4 SERVER-24858 Fix a broken C++ unit-test 2016-07-11 16:32:40 -04:00
Ernie Hershey
ee0f040c45 SERVER-23555 Fix aarch64 push distro 2016-07-11 16:30:32 -04:00
Brian McCarthy
2e7ff2f2fc SERVER-23555 Add aarch64 builders
Signed-off-by: Ernie Hershey <ernie.hershey@10gen.com>
2016-07-11 16:19:47 -04:00
Benety Goh
8ba242d0eb SERVER-24945 convert DatabasesCloner to use TaskExecutor 2016-07-11 16:18:06 -04:00
Benety Goh
01fffc205a Revert "SERVER-24495 convert DatabasesCloner to use TaskExecutor"
This reverts commit cdcc29ea03.
2016-07-11 16:16:46 -04:00
Benety Goh
cdcc29ea03 SERVER-24495 convert DatabasesCloner to use TaskExecutor 2016-07-11 16:11:17 -04:00
Jonathan Abrahams
6aab151144 SERVER-24925 add raw_url field to resmoke report 2016-07-11 16:01:48 -04:00
Judah Schvimer
a48d9ea76f SERVER-24293 Add tasks on evergreen to run tests with both old and new initial sync code 2016-07-11 15:55:22 -04:00
dalyd
52b36ad6f0 SERVER-24073: runtest should be run in a virtualenv 2016-07-11 15:29:05 -04:00
Mike Grundy
63d4bb29d7 SERVER-24990 Update command_line_parsing.js to ignore cacheSizeGB in configuration comparison 2016-07-11 15:21:55 -04:00
Andreas Nilsson
046219822d SERVER-24523 Change uassert log level back to LOG(1) 2016-07-11 15:19:35 -04:00
Benety Goh
a65f93c763 SERVER-24945 convert CollectionCloner and DatabaseCloner to use TaskExecutor instead of ReplicationExecutor 2016-07-11 15:11:01 -04:00
Dianna Hohensee
2155b293ea SERVER-24532 adding MigrationManager to manage parallel migrations 2016-07-11 14:36:41 -04:00
Benety Goh
6dc25f7032 SERVER-24955 added join() to TaskRunner 2016-07-11 14:03:21 -04:00
Andreas Nilsson
1d0955a928 SERVER-24524 Use log redaction functions to redact assertions 2016-07-11 13:16:34 -04:00
Andreas Nilsson
c73a719b1c SERVER-24523 Include file and line numbers in assertions 2016-07-11 13:16:34 -04:00
Jonathan Abrahams
4d9e3e4cb0 SERVER-24931 Remove the jepsen_findAndModify_600s_WT task from Evergreen 2016-07-11 12:58:03 -04:00
Sam Kleinman
430dc149c9 SERVER-24830: move push tasks to use relevant aws distro 2016-07-11 12:08:32 -04:00
Waley Chen
22e0e107a8 SERVER-24357 Coverity analysis defect 99580: Unsafe assignment operator 2016-07-11 11:19:07 -04:00
Scott Hernandez
00d3b20bf5 SERVER-23750: wait outside of the DataReplicator mutex 2016-07-11 10:44:20 -04:00