summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_initialization_mongod_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
|
* SERVER-36084 Remove sharding runtime dependency from OpObserverImplHenrik Edin2018-09-201-2/+2
| | | | | Implement a new subclass of OpObserverImpl to handle the sharding logic. Can hopefully be a pure subclass of just OpObserver when OpTimes can be passed into observers.
* SERVER-29908 Move all runtime logic out of ShardingStateKaloian Manassiev2018-08-131-0/+529
... and move it into a ShardingInitializationMongoD class, which is responsible for driving the sharding-awareness of the node and setting it onto ShardingState. Also gets rid of the 'sharding' library, so there is no more library dependency cycle.