summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-26370 Cleanup MigrationDestinationManagerKaloian Manassiev2016-09-2914-138/+135
|
* SERVER-26152 Do not reassign to _wait until lambda has finished runningSamantha Ritter2016-09-291-10/+12
|
* SERVER-24032 Replicated createIndexes should error on unrecognized fieldsJames Wahlin2016-09-295-4/+31
|
* SERVER-25777 When stopping a spawned process, MongoDB shell will now abort ↵Eric Milkie2016-09-293-25/+19
| | | | after implicitly falling back to SIGKILL after timeout.
* SERVER-26169 added startup parameter for linearizable read support ↵Benety Goh2016-09-2812-0/+50
| | | | defaulting to disabled
* SERVER-26334 fix mongos handling of ntoreturn:1Charlie Swanson2016-09-283-31/+6
|
* SERVER-26267 forbid creating views starting with 'system.'Kyle Suarez2016-09-281-0/+5
|
* SERVER-26366 log when starting repl shutdownEric Milkie2016-09-281-0/+2
|
* SERVER-26363 Await replication of the CSRS after setting fCV to 3.2.r3.3.15Max Hirschhorn2016-09-271-6/+16
|
* SERVER-26348: Dissallow oplog reads when in startup (like rollback)Scott Hernandez2016-09-271-3/+3
|
* SERVER-25218 add more information to connPoolStatsMatt Cotter2016-09-277-48/+99
| | | | | * group stats by pool * fix tests that relied on broken behavior
* SERVER-26101 DBDirectClient isn't safe to authMatt Cotter2016-09-271-1/+1
|
* SERVER-26335 CollectionBulkLoader should not build secondary indexes if ↵Benety Goh2016-09-271-2/+5
| | | | buildIndexes=false in replica set configuration
* Revert "SERVER-26348: Dissallow oplog reads when in startup (like rollback)"Scott Hernandez2016-09-271-4/+3
| | | | This reverts commit dc791d218a444ab0c22fd590157803fe2076c151.
* SERVER-25662: pass runner OperationContext* to 3.2 initial sync codeScott Hernandez2016-09-275-38/+34
|
* SERVER-26348: Dissallow oplog reads when in startup (like rollback)Scott Hernandez2016-09-271-3/+4
|
* SERVER-26018 Add more invariants in LockManagerKaloian Manassiev2016-09-275-303/+354
| | | | | Also adds concurrency stress tests to exercise the lock head migrations upon taking locks in strong mode.
* SERVER-26302 Make sure _configsvrAddShard waits for replication when it is a ↵Spencer T Brody2016-09-271-1/+5
| | | | no-op
* SERVER-26331 Skip computing plan cache key for idhack queriesTess Avitabile2016-09-271-10/+13
|
* SERVER-26117 renameCollection 'c' op should restart initial sync upon ↵Siyuan Zhou2016-09-268-82/+120
| | | | application
* SERVER-25666 add invariants to ensure proper primary transition state changesSiyuan Zhou2016-09-261-0/+7
| | | | This reverts commit 803d0a0d56690ebb11dead6beb541517a944ef4a.
* SERVER-24755 fix explain to handle collection drop during yieldDavid Storch2016-09-263-1/+16
|
* SERVER-26098 Bad error message format in config server apply opsRandolph Tan2016-09-261-3/+4
|
* SERVER-25662: use runner for initial-sync/resyncScott Hernandez2016-09-262-18/+25
|
* SERVER-26281: Make sync source selection logging more accurateScott Hernandez2016-09-261-4/+4
|
* SERVER-25593: use shared_ptr for DataReplicatorScott Hernandez2016-09-263-13/+31
|
* SERVER-25662: add more diagnostics to fetcher/retry-policy toString outputScott Hernandez2016-09-263-18/+62
|
* SERVER-26179: Have CollectionBulkLoader::init use runner to execute work, ↵Scott Hernandez2016-09-2610-51/+44
| | | | not within runner task.
* SERVER-26043: add back variables for each db use caseScott Hernandez2016-09-261-3/+6
|
* SERVER-26327 Extend diagnostics in bulk_shard_insert.jsKaloian Manassiev2016-09-261-3/+3
|
* Revert "SERVER-26327 Extend diagnostics in bulk_shard_insert.js"Kaloian Manassiev2016-09-261-3/+3
| | | | This reverts commit e2b8d3da53a06617fa9c0251070bfc31fe38f154.
* SERVER-25981 fix race in log component settingsMatt Cotter2016-09-264-22/+139
|
* SERVER-25702 added support to OplogFetcher for restarting oplog queryBenety Goh2016-09-264-32/+399
|
* SERVER-25994: Make applyOps check for specific permissionsSpencer Jackson2016-09-2618-103/+374
|
* SERVER-26327 Extend diagnostics in bulk_shard_insert.jsKaloian Manassiev2016-09-261-3/+3
|
* SERVER-25702 changed oplogFetcherMaxFetcherRestarts default from 10 to 3Benety Goh2016-09-231-1/+1
|
* SERVER-769 Validate createIndexes field namesJames Wahlin2016-09-236-8/+110
|
* SERVER-26280 change ErrorCode expectation in MigrationManagerDianna Hohensee2016-09-232-8/+13
|
* SERVER-23944 Expect CallbackCanceled as shutdown error during chunk commitKaloian Manassiev2016-09-231-1/+2
|
* SERVER-26282 Make sync source change logging clearerJudah Schvimer2016-09-233-5/+9
|
* Revert "SERVER-26101 DBDirectClient isn't safe to auth"Charlie Swanson2016-09-231-1/+1
| | | | This reverts commit 168d00f4aacf2f6f792009e0e5049706af43b9e5.
* SERVER-26135 Rearrange code in finishRecovery to avoid invalid iterator warningKaloian Manassiev2016-09-231-29/+35
|
* SERVER-25004 isolate parsing logic in collmodRobert Guo2016-09-234-197/+232
|
* SERVER-26242 add more logging to ↵Dianna Hohensee2016-09-231-0/+8
| | | | ReplSetDistLockManager::tryLockWithLocalWriteConcern
* 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
|