summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/collection_sharding_state.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-14/+16
* SERVER-32198 Get rid of CollectionShardingState::collectionIsShardedHenrik Edin2018-09-181-161/+56
* SERVER-35723 Make the collection critical section into an RAII classjannaerin2018-08-131-0/+22
* SERVER-34483 Avoid taking DBLocks when clearing in-memory database cache in F...Esha Maharishi2018-04-261-0/+1
* SERVER-29908 Move OpObserver and MigrationSourceManager logic out of Collecti...Andy Schwerin2018-04-231-61/+2
* SERVER-33523 Add timestamp support to CollectionMetadataMartin Neupauer2018-04-051-3/+5
* SERVER-29908 Move the migration critical section out of MigrationSourceManagerKaloian Manassiev2018-03-131-2/+16
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-071-70/+1
* SERVER-32901 Pull the CollectionShardingState map out of ShardingStateKaloian Manassiev2018-01-291-1/+3
* SERVER-29602 Add invariant that delete documentKey is non-empty, remove about...Spencer T Brody2017-12-221-4/+0
* SERVER-29602 New OpObserverRegistry to allow multiple observersGeert Bosch2017-12-211-0/+4
* SERVER-31056 Remove the KeyRange type from non-test codeKaloian Manassiev2017-12-061-1/+1
* SERVER-31056 Cleanup MetadataManager and CollectionMetadataKaloian Manassiev2017-11-281-5/+1
* SERVER-31848 Cleanup CollectionRangeDeleterKaloian Manassiev2017-11-091-2/+5
* SERVER-31275 Ensure causal consistency guarantees on secondaries during chunk...Dianna Hohensee2017-11-081-18/+22
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-041-5/+7
* SERVER-30894/SERVER-31290 Implement command for transferring session informat...Randolph Tan2017-09-281-3/+9
* Revert "Revert "Revert "SERVER-30894 Implement command for transferring sessi...Randolph Tan2017-09-281-9/+3
* Revert "Revert "SERVER-30894 Implement command for transferring session infor...Randolph Tan2017-09-271-3/+9
* Revert "SERVER-30894 Implement command for transferring session information d...Greg McKeon2017-09-271-9/+3
* SERVER-30894 Implement command for transferring session information during mi...Randolph Tan2017-09-261-3/+9
* SERVER-31069 Stop converting SendStaleConfig to RecvStaleConfigMathias Stearn2017-09-131-2/+2
* SERVER-29136 Better extractDocumentKeyNathan Myers2017-08-151-6/+3
* SERVER-29136 Op log deletions get shard keysNathan Myers2017-08-091-5/+10
* Revert "SERVER-29136 Op log deletes get shard key"Nathan Myers2017-08-021-10/+5
* SERVER-29136 Op log deletes get shard keyNathan Myers2017-08-021-5/+10
* SERVER-30211 Create function inside CollectionShardingState to determine whet...Hugh Han2017-07-261-0/+18
* SERVER-29745 after a successful migration, ensure the metadata update is pers...Dianna Hohensee2017-07-131-2/+2
* Revert "SERVER-29745 after a successful migration, ensure the metadata update...Dianna Hohensee2017-07-111-2/+2
* SERVER-29745 after a successful migration, ensure the metadata update is pers...Dianna Hohensee2017-07-101-2/+2
* Revert "SERVER-29745 after a successful migration, ensure the metadata update...Dianna Hohensee2017-07-071-2/+2
* SERVER-29745 after a successful migration, ensure the metadata update is pers...Dianna Hohensee2017-07-071-2/+2
* SERVER-29405 delay deleting orphaned shard chunksNathan Myers2017-06-301-14/+22
* SERVER-29773 Create a new VersionNotifications classDianna Hohensee2017-06-261-16/+24
* SERVER-27713 create an OpObserver for shard chunk metadata updatesDianna Hohensee2017-06-151-8/+40
* SERVER-29342 CollectionShardState/RangeDeleter support for safe secondary readsNathan Myers2017-06-021-2/+12
* Revert "SERVER-29342 CollectionShardState/RangeDeleter support for safe secon...Nathan Myers2017-06-011-12/+2
* SERVER-29342 CollectionShardState/RangeDeleter support for safe secondary readsNathan Myers2017-06-011-2/+12
* SERVER-28841 (forward-port) simpler CollectionMetadata lifetime managementNathan Myers2017-05-181-2/+2
* SERVER-28884 Better range deletion event trackingNathan Myers2017-05-171-12/+16
* SERVER-27921 New Range DeleterNathan Myers2017-04-201-15/+53
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-13/+13
* SERVER-24368 Unit-test CollectionRangeDeleterNathan Myers2017-02-071-3/+8
* SERVER-25978 Do not clear the CollectionShardingState map on stepdownKaloian Manassiev2016-09-071-0/+6
* SERVER-25677 Clear cached clusterId if config.version document is rolled back.Spencer T Brody2016-08-261-0/+2
* Reverting incorrect patch commit for SERVER-24368Dianna Hohensee2016-08-121-6/+2
* SERVER-24368 Unit tests for collection range deleterLeon Zaruvinsky2016-08-121-2/+6
* SERVER-24573 Implement CollectionRangeDeleter range deletion logicLeon Zaruvinsky2016-08-021-0/+2
* SERVER-25244 unit tests for removeShard compatibility pathEsha Maharishi2016-08-011-1/+13
* SERVER-24762 Support for views on sharded collectionsJames Wahlin2016-07-291-0/+6