summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_state_recovery.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-67862 Make ShardingStateRecovery::endMetadataOp() persist the ↵Antonio Fuschetto2022-11-111-1/+6
| | | | configTime as a preliminary step for removing ShardingStateRecovery
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
|
* SERVER-25276: Remove redundant information from minOpTimeRecovery documentKaitlin Mahar2017-12-081-3/+0
|
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+3
| | | | | | This commit is an automated rename of all whole word instances of txn, _txn, and txnPtr to opCtx, _opCtx, and opCtxPtr, respectively in all .cpp and .h files in src/mongo.
* SERVER-24465 Remove 'recoverShardingState' server parameterSpencer T Brody2016-07-261-0/+1
|
* SERVER-19934 Sharding config minOpTime recoveryKaloian Manassiev2015-10-071-0/+76
Adds a framework to record incomplete sharding metadata change operations, which can be recovered at startup or transition to primary. This version of the framework is blocking in that it cannot be interrupted until completed.