summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/collection_sharding_state.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-35691 Merge the stale_config library together with common_sKaloian Manassiev2018-06-201-1/+1
* SERVER-32198 Get rid of CollectionShardingState::collectionIsShardedKaloian Manassiev2018-06-071-12/+0
* SERVER-34632 Use alias for the callback of CatalogCacheLoader::getChunksSinceKaloian Manassiev2018-05-241-4/+4
* SERVER-34483 Avoid taking DBLocks when clearing in-memory database cache in F...Esha Maharishi2018-04-261-0/+15
* SERVER-32198 Change the namespaces stored as StringData to NamespaceStringKaloian Manassiev2018-04-261-12/+11
* SERVER-29908 Move OpObserver and MigrationSourceManager logic out of Collecti...Andy Schwerin2018-04-231-65/+0
* SERVER-33523 Add timestamp support to CollectionMetadataMartin Neupauer2018-04-051-10/+14
* SERVER-29908 Move the migration critical section out of MigrationSourceManagerKaloian Manassiev2018-03-131-14/+21
* SERVER-32198 Make ShardedConnectionInfo::getVersion return boost::optionalKaloian Manassiev2018-03-091-2/+6
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-071-284/+0
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-4/+4
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* Revert "SERVER-33097 make shards put a request's databaseVersion on the Opera...Esha Maharishi2018-03-011-2/+2
* SERVER-33097 make shards put a request's databaseVersion on the OperationShar...Esha Maharishi2018-03-011-2/+2
* SERVER-29908 Move stale shard version handling out of ShardingStateKaloian Manassiev2018-02-211-8/+56
* SERVER-29908 Move sharding_catalog_manager and tests under db/s/configKaloian Manassiev2018-02-061-1/+1
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-2/+2
* SERVER-32901 Pull the CollectionShardingState map out of ShardingStateKaloian Manassiev2018-01-291-3/+63
* SERVER-32846 NamespaceString: add and remove relational operatorsBilly Donahue2018-01-241-4/+4
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-5/+3
* SERVER-32587 Convert StaleConfigException to use ErrorExtraInfoMathias Stearn2018-01-171-2/+2
* SERVER-28992 Get rid of unused code from the write commands testsKaloian Manassiev2017-12-281-2/+2
* SERVER-29602 Add invariant that delete documentKey is non-empty, remove about...Spencer T Brody2017-12-221-2/+1
* SERVER-29602 New OpObserverRegistry to allow multiple observersGeert Bosch2017-12-211-1/+2
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-4/+2
* SERVER-31056 Remove the KeyRange type from non-test codeKaloian Manassiev2017-12-061-1/+2
* SERVER-31056 Remove usages of ScopedCollectionMetadata default constructorKaloian Manassiev2017-12-041-4/+1
* SERVER-31056 Cleanup MetadataManager and CollectionMetadataKaloian Manassiev2017-11-281-10/+9
* SERVER-31848 Cleanup CollectionRangeDeleterKaloian Manassiev2017-11-091-14/+18
* SERVER-31275 Ensure causal consistency guarantees on secondaries during chunk...Dianna Hohensee2017-11-081-27/+64
* SERVER-31191 Plumb Collection UUIDs through catalog cacheNathan Myers2017-10-171-2/+2
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-041-8/+8
* SERVER-30894/SERVER-31290 Implement command for transferring session informat...Randolph Tan2017-09-281-6/+13
* Revert "Revert "Revert "SERVER-30894 Implement command for transferring sessi...Randolph Tan2017-09-281-13/+6
* Revert "Revert "SERVER-30894 Implement command for transferring session infor...Randolph Tan2017-09-271-6/+13
* Revert "SERVER-30894 Implement command for transferring session information d...Greg McKeon2017-09-271-13/+6
* SERVER-30894 Implement command for transferring session information during mi...Randolph Tan2017-09-261-6/+13
* SERVER-29136 Revert declaration syntax improvementNathan Myers2017-09-251-1/+1
* SERVER-29136 Plumb update document key through to op logNathan Myers2017-09-251-5/+2
* SERVER-31069 Stop converting SendStaleConfig to RecvStaleConfigMathias Stearn2017-09-131-1/+1
* SERVER-30595 Do not use chunk metadata to filter results for read concern 'av...Dianna Hohensee2017-08-241-0/+4
* SERVER-29136 Better extractDocumentKeyNathan Myers2017-08-151-16/+6
* SERVER-29136 Op log deletions get shard keysNathan Myers2017-08-091-3/+9
* SERVER-28793 unit tests for ShardServerCatalogCacheLoader in primary modeDianna Hohensee2017-08-091-24/+8
* SERVER-29672 Remove unnecessary passthrough calls from CatalogCacheKaloian Manassiev2017-08-031-2/+2
* Revert "SERVER-29136 Op log deletes get shard key"Nathan Myers2017-08-021-9/+3
* SERVER-29136 Op log deletes get shard keyNathan Myers2017-08-021-3/+9
* SERVER-30211 Create function inside CollectionShardingState to determine whet...Hugh Han2017-07-261-11/+78
* SERVER-28948 open up secondaries to checking shardVersionEsha Maharishi2017-07-181-5/+0
* SERVER-30053 Get rid of the ShardingCatalogManager interfaceKaloian Manassiev2017-07-171-4/+2