summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34214 convert some simple commands to TypedCommandBilly Donahue2018-05-044-125/+100
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-1/+1
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-032-3/+3
* SERVER-34214 TypedCommand _flushDatabaseCacheUpdatesBilly Donahue2018-05-021-69/+68
* SERVER-34773 Use kSessionsNamespaceString instead of its constituent StringDa...Kaloian Manassiev2018-05-023-15/+20
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-303-10/+10
* SERVER-34644 Only explicitly do $-prefix check when writing sharded metadataKaloian Manassiev2018-04-305-22/+187
* SERVER-34644 Do not use dynamic memory allocation in ShardKeyPattern::flatten...Kaloian Manassiev2018-04-301-9/+9
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-303-10/+10
* SERVER-34367 Change test to use clock source mock to control yield timingRandolph Tan2018-04-301-0/+9
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-273-10/+10
* SERVER-34658 Don't throw an exception inside a ScopeGuard in the MovePrimaryS...Blake Oler2018-04-261-7/+7
* SERVER-34649 Return a bad status when the MovePrimarySourceManager receives a...Blake Oler2018-04-261-0/+6
* SERVER-34644 Assert that ShardKeyPattern is always constructed with a valid keyKaloian Manassiev2018-04-261-8/+0
* SERVER-34483 Avoid taking DBLocks when clearing in-memory database cache in F...Esha Maharishi2018-04-262-0/+16
* SERVER-30841 Lower the logging verbosity in ShardServerCatalogCacheLoaderKaloian Manassiev2018-04-261-61/+54
* SERVER-32198 Change the namespaces stored as StringData to NamespaceStringKaloian Manassiev2018-04-265-37/+27
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-263-6/+6
* SERVER-34214 TypedCommand _flushRoutingTableCacheUpdates (fixes 052bc57)Billy Donahue2018-04-241-5/+6
* SERVER-34214 TypedCommand for _flushRoutingTableCacheUpdatesBilly Donahue2018-04-241-69/+58
* SERVER-29908 Move OpObserver and MigrationSourceManager logic out of Collecti...Andy Schwerin2018-04-239-158/+120
* SERVER-34578 remove CommandInvocation::secondaryAllowedBilly Donahue2018-04-231-4/+0
* SERVER-34100 - Make the Chunk object not expose implementation details of the...Martin Neupauer2018-04-238-75/+76
* SERVER-34571 Ensure _deleteNotifyExec in MigrationChunkClonerSourceLegacy alw...Matthew Saltz2018-04-231-3/+7
* SERVER-33766 Ensure that secondaries always invalidate the in-memory routing ...jannaerin2018-04-201-1/+0
* SERVER-33766 Ensure that secondaries always invalidate the in-memory routing ...jannaerin2018-04-205-35/+16
* SERVER-34586 Avoid possible double mutex acquisition in ShardServerCatalogCac...Kaloian Manassiev2018-04-201-27/+25
* Revert "SERVER-33616 Avoid possible double mutex acquisition in ShardServerCa...Kaloian Manassiev2018-04-201-25/+27
* SERVER-33616 Avoid possible double mutex acquisition in ShardServerCatalogCac...Kaloian Manassiev2018-04-201-27/+25
* SERVER-32677 Prevent sessions periodic refresh from prematurely accessing sha...Blake Oler2018-04-201-1/+8
* SERVER-33616 Do not propagate StaleShardVersion errors from _configsvrDropCol...Kaloian Manassiev2018-04-201-13/+21
* SERVER-34214 getDatabaseVersion as TypedCommandBilly Donahue2018-04-191-44/+48
* SERVER-28261 Make MongoS send epoch as part of the `mergeChunks` commandKaloian Manassiev2018-04-191-10/+4
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-181-0/+3
* SERVER-34475 Get rid of unused sharding codeKaloian Manassiev2018-04-182-23/+0
* SERVER-34508 Prevent race condition in Migration Destination Manager from swa...Blake Oler2018-04-171-0/+2
* Revert "SERVER-27534 All writing operations must fail if the term changes."Justin Seyster2018-04-131-3/+0
* SERVER-34459 Clear in-memory database versions on setFCV downgrade on shard p...Esha Maharishi2018-04-132-28/+36
* SERVER-34435 rename versioning.{h,cpp} to database_version_helpers.{h,cpp}Esha Maharishi2018-04-133-3/+3
* SERVER-34435 DatabaseVersion idl type should not use lexicographic comparisonEsha Maharishi2018-04-131-1/+2
* SERVER-34458 Shards should always persist a database entry after refreshEsha Maharishi2018-04-132-92/+24
* SERVER-34435 Change Versioning class to databaseVersion namespace and related...Esha Maharishi2018-04-132-3/+3
* SERVER-33781 upgrade/downgrade config.chunks metadata with a new history field.Martin Neupauer2018-04-133-55/+306
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-121-0/+3
* SERVER-34430 Don't drop database from old primary shard after movePrimaryEsha Maharishi2018-04-122-36/+6
* SERVER-34429 Check if Database object exists before invalidating in-memory ca...Esha Maharishi2018-04-121-2/+6
* SERVER-34146 OpObserver should cause secondaries to invalidate their in-memor...jannaerin2018-04-113-4/+74
* SERVER-34194 applyOps update for control chunk should include history arrayJack Mulrow2018-04-092-1/+10
* SERVER-34328 Fix lintWilliam Schultz2018-04-091-15/+14
* SERVER-34328 Remove unused lambda captures.A. Jesse Jiryu Davis2018-04-091-1/+1