summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Import tools: cd0ae5ddb41f781376b51a3d2dfdb31e46768fa4 from branch v3.3r3.3.14Ramon Fernandez2016-09-235-29/+30
| | | | | | | | | ref: af4004cbd1..cd0ae5ddb4 for: 3.3.14 TOOLS-1442 make spacemonkeygo/openssl compile on suse11 TOOLS-1449 Update setParameter logic in servers.js for mongo master changes TOOLS-1453 VerifySystemAuthVersion should only check for authSchema in system.version
* SERVER-25158 prevent 3.2 mongos from connecting to a ↵r3.3.13David Storch2016-09-223-9/+23
| | | | featureCompatibilityVersion 3.4 config server
* SERVER-25743 Add dochub links to all featureCompatibilityVersion error messagesTess Avitabile2016-09-225-77/+129
|
* SERVER-26248 Make IndexDescriptor string constants constexprKaloian Manassiev2016-09-224-28/+28
|
* SERVER-16292 Wait to fork until the server is listeningsamantharitter2016-09-222-7/+8
|
* SERVER-26101 DBDirectClient isn't safe to authMark Benvenuto2016-09-221-1/+1
|
* SERVER-25942 Don't validate views in listCollections unless they are being ↵Sam Rossi2016-09-221-6/+16
| | | | returned
* SERVER-26137 MongoDB Windows Service hangs on stopMark Benvenuto2016-09-221-0/+1
|
* SERVER-25444 Enforce max size of view pipelineSam Rossi2016-09-225-48/+193
|
* SERVER-25990 Remove heap_usage_bytes from serverStatus outputsamantharitter2016-09-221-8/+0
|
* Import tools: af4004cbd1f136d24b6484d66371d37a591b0cd8 from branch v3.3Ramon Fernandez2016-09-2210-50/+175
| | | | | | | | ref: 959ed7c66b..af4004cbd1 for: 3.3.13 TOOLS-1397 mongoplay / truncate reply messages after first doc in record TOOLS-1442 make spacemonkeygo/openssl compile on suse11
* SERVER-25702 added server parameter for oplog fetcher max fetcher restartsBenety Goh2016-09-2210-17/+66
|
* SERVER-21118 test that we don't hang at shutdown with slaveDelayMathias Stearn2016-09-221-0/+3
| | | | Part of the SERVER-26016 testing work.
* SERVER-26016 Add more injected-state tests of oplog replay at startupMathias Stearn2016-09-221-12/+14
|
* SERVER-25702 added OplogFetcher constructor argument for max fetcher restartsBenety Goh2016-09-225-0/+26
|
* SERVER-25314 lock sharded database while droppingNathan Myers2016-09-221-19/+26
|
* Import tools: 959ed7c66bb4df5e4f66ed3bcfe662798ee53231 from branch v3.3Ramon Fernandez2016-09-22394-759/+108402
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ref: 5b883d86fd..959ed7c66b for: 3.3.13 TOOLS-69 MongoImport -- Support For Merge Imports TOOLS-853 Using mongo-tools as a package TOOLS-1035 Don't create intents for system.profile.metadata.json files TOOLS-1142 Load system certs on all platforms TOOLS-1147 Connection Leak for mongo tools TOOLS-1223 Mongodump SSL and GSSAPI authentication TOOLS-1248 mongoexport shouldn't disallow system namespaces TOOLS-1256 Tools have to know not to backup/copy docs in views TOOLS-1324 use newer/correct server release versions TOOLS-1333 rare intermittent test failures TOOLS-1350 move mongotape code into mongodb/mongo-tools TOOLS-1351 default output format for mongotape monitor incorrect TOOLS-1365 Issue only one ApplyOps cmd per oplog entry TOOLS-1366 listening for SIGPIPE will exit on network errors TOOLS-1369 Switch rhel55 distro to rhel55-test TOOLS-1371 mongorestore assumes admin.system.version only contains authSchema document TOOLS-1372 use insertMany in tests TOOLS-1375 use SIGABRT to stop hung tools executions TOOLS-1376 Create s390x evergreen build variant for master TOOLS-1377 Create arm64 evergreen build variant for master TOOLS-1379 parseGrace (flaky) test failure on Z with RHEL 7.2 TOOLS-1382 consolidate unit test tasks TOOLS-1387 dump and restore should ignore system collections TOOLS-1390 replace the vendoring script that represents what we actually do TOOLS-1420 go 1.7 vet bugs on master TOOLS-1421 Add TLS SNI Support TOOLS-1423 stop building tools master on rhel 5.5 TOOLS-1436 Make version not also print usage TOOLS-1442 make spacemonkeygo/openssl compile on suse11
* SERVER-26222 MigrationManager::_abandonActiveMigrationsAndEnableManager ↵Dianna Hohensee2016-09-222-14/+22
| | | | should accept and handle kStopping state
* SERVER-26227 Increase waitForState timeouts in replicaset testsJudah Schvimer2016-09-221-1/+1
|
* SERVER-25312 Check for Null embedded malformed config stringSulabh Mahajan2016-09-221-0/+5
|
* SERVER-25403 DataReplicator initial sync should be resilient to applier ↵Siyuan Zhou2016-09-2116-52/+93
| | | | failures.
* SERVER-26198 always return retriable error if manual moveChunk is ↵Dianna Hohensee2016-09-211-5/+3
| | | | interrupted on balancer
* SERVER-26204 Mark _configsvrMoveChunk as supportsWriteConcernKaloian Manassiev2016-09-212-1/+11
| | | | | This is necessary in order to have the command subsystem fail it if this command is called with anything other than majority write concern.
* SERVER-26023 Add unit tests for ViewCatalogSam Rossi2016-09-212-0/+367
|
* SERVER-26139 Abandon snapshot after spawning a background index buildGeert Bosch2016-09-214-3/+12
| | | | Also adds extra logging to help debug similar future issues.
* SERVER-24325 Remove the s/catalog/replset/ directory and move all its files ↵Spencer T Brody2016-09-2140-185/+176
| | | | to s/catalog
* SERVER-26159 Increment the AsyncOp id immediately so timeout code will not runsamantharitter2016-09-211-0/+16
|
* SERVER-25702 refactor OplogFetcher - convert owned Fetcher to a unique_ptr ↵Benety Goh2016-09-212-25/+46
| | | | to support future restartability changes
* SERVER-25905 Release all config held distlocks and reacquire balancer ↵Dianna Hohensee2016-09-2111-85/+116
| | | | distlocks in drain mode on config step up to primary
* SERVER-25725 Kill 3.2 secondaries when featureCompatibilityVersion=3.4.Max Hirschhorn2016-09-203-22/+155
| | | | | | | | Creates a v=2 index on the "admin.system.version" collection when the featureCompatibilityVersion is set to 3.4. The index version of this index is returned as a decimal value in the "listIndexes" command response in order to prevent 3.2 secondaries from performing initial sync from a 3.4 mongod with featureCompatibilityVersion=3.4.
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-2033-137/+167
| | | | | This allows secondaries and slaves to sync NumberDecimal even while in featureCompatibilityVersion:"3.2" mode.
* SERVER-26128 Allow Side-By-Side Install of 3.4 MSIs with other versionsMark Benvenuto2016-09-201-5/+22
|
* SERVER-26190 Use waitForConditionOrInterruptNoAssert instead of directly ↵Kaloian Manassiev2016-09-201-11/+5
| | | | passing a deadline
* SERVER-25894 Run _configsvrAddShard with w:majority write concernSpencer T Brody2016-09-202-1/+10
|
* SERVER-24792 verify new mongos -> old mongod failsNathan Myers2016-09-201-3/+3
|
* SERVER-26190 Fix hanging replication_coordinator_impl_testKaloian Manassiev2016-09-201-0/+4
|
* SERVER-26189 Interrupt the balancer thread on stepdownKaloian Manassiev2016-09-202-0/+19
|
* Revert "SERVER-26155 Use read concern 'local' for dist lock manager on the ↵Kaloian Manassiev2016-09-205-39/+25
| | | | | | config server" This reverts commit aed4f47200abff44605fc39f078601ebb0c316c7.
* SERVER-17358 Add flag to customize maxLogLine when logging large linesWaley Chen2016-09-207-5/+122
|
* SERVER-26188 Check for more possible interrupt error codes in Balancer codeDianna Hohensee2016-09-201-3/+16
|
* SERVER-25268 OplogBufferCollection no longer deletes documents from ↵Benety Goh2016-09-202-26/+69
| | | | collection on pop
* SERVER-25268 added StorageInterfaceImpl::findOne and deleteOne support for ↵Benety Goh2016-09-206-113/+511
| | | | startKey and boundInclusion
* SERVER-26190 Make waitUntilOpTimeForRead interruptibleKaloian Manassiev2016-09-201-30/+25
|
* SERVER-26168 Do not use AutoGetCollectionForRead during ↵Kaloian Manassiev2016-09-201-1/+10
| | | | repairDatabaseAndCheckVersion
* SERVER-26144 add additional logging to ScopedMigrationRequest to aid ↵Dianna Hohensee2016-09-201-41/+71
| | | | debugging the balancer
* Revert "SERVER-24792 verify new mongos -> old mongod fails"Judah Schvimer2016-09-201-3/+3
| | | | This reverts commit dc405959d785dc1f50682877d732da0124e4b3b2.
* SERVER-26185 Remove majority reads from Balancer related code.Dianna Hohensee2016-09-202-2/+2
|
* Revert "SERVER-25942 Don't validate views in listCollections unless they are ↵Judah Schvimer2016-09-201-16/+6
| | | | | | being returned" This reverts commit 079836dc8be3c89fb474c6f7c006154a626c6dac.
* SERVER-24792 verify new mongos -> old mongod failsNathan Myers2016-09-201-3/+3
|
* SERVER-25942 Don't validate views in listCollections unless they are being ↵Sam Rossi2016-09-201-6/+16
| | | | returned